Can't debug a Stored Procedure

jmejia

Member
Hi, I've instaled pl/sql developer and i'm triying to debug an stored procedure, but PL/SQL developer returns an error when I press F9 (Start Debug). The error text is :

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

I dont know whats the problem because the database oracle version is 10.1.0.2 ...

Can't anyone help me please ???

Thanks in advance.

Regards,
 
I assume you are using an older PL/SQL Developer version? The problem is probably that your Oracle User does not have the "debug connect session" system privilege.
 
thanks for your response.

I just give the system privilege "debug connectt session" to the user and work well..

Thanks very much !
 
Back
Top