Debugger not functioning in 10g?

I am running the following configuration:

PL/SQL Dev: 4.0.3.416
OCI: 8.1
DLL: \oracle\ora8i\bin\oci.dll
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0

When I try to invoke the debugger, I receive an error that "the debugger requires oracle version 7.3.x or higher"

What do I have to do to get the debugger to work?

TIA,

Mike
 
On Oracle10g the debugger requires the DEBUG CONNECT SESSION system privilege.

Note that PL/SQL Developer 4.0.3 is not supported on Oracle10g though. You will get errors when using LOB's, Objects, and other features.
 
Back
Top