Error on debug

I'm trying to compile a package using PL/SQL 6.0.2.880 and I'm getting the follow error:

Unable to initialize debugger.
Note: Debugging is only avaliable on Oracle 7.3.4 or later.

P.S: Server Oracle 10g and client is 9i.

Any sugestion ???
 
My guess is that you will need to grant the DEBUG CONNECT SESSION system privilege to your Oracle user.

Note that the current PL/SQL Developer version (6.0.5) provides a more accurate message in this situation.
 
Back
Top