ORA-600 [kgantc_1]
ORA-600 [kgantc_1]
ORA-1031 ORA-600[17285] ORA-600[KGANTC_1] Debugging PL/SQL [ID 335954.1]
Cause
User does not have sufficient privileges for debugging PL/SQL
Bug:4640115 was filed to address the internal errors exposed when the accurate error is the ora-1031
Bug:4640115 was still in progress at the time this note was written
Solution
-Connect in SQL*Plus as a DBA/SYSDBA
-grant the privilege DEBUG CONNECT SESSION to your user:
SQL> GRANT DEBUG CONNECT SESSION to <user> ;
References
BUG:4640115 – [9/6] GETTING ORA 600 WHEN DEBUGGING PL/SQL ORA-600
NOTE:257940.1 – Debugging PL/SQL From Oracle JDeveloper Fails With Errors ORA-1031 ORA-6512