I'm also experiencing this problem. I have a 8.0.5.0.0 client, sql*plus is running fine against a 9.2.0.6.0 database. When I connect with pl/sql it connects fine. When I execute a query (any query), there is an ora-1041 (always).
When I run PL/SQL to an 8.1.7.4.1 database, it does work.
Originally posted by Marco Kalter: Can you go to Tools > Preferences > Debugger, disable the "Add debug information when compiling" preference, restart PL/SQL Developer, and try again?
Originally posted by Marco Kalter: Can you go to Tools > Preferences > Debugger, disable the "Add debug information when compiling" preference, restart PL/SQL Developer, and try again?
This does work, however what if you realy need to debug, if you turn this off you cannot. If our dba recyles the instance then the error goes away and we candebug again.
You can try to explicitly add debug information by right-clicking on the program unit and selecting "Add debug information". Let me know if this works or also causes a problem.