Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

dbms_java.start_debugging not visible/available in Oracle 11g

user12853324Apr 5 2016 — edited Apr 5 2016

I have Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production database

I want to call start_debugging procedure of dbms_java package.  But I get the error "ORA-06576: not a valid function or procedure name"

I tried to run the query:  select procedure_name  from all_procedures  where object_name = 'DBMS_JAVA' order by 1 desc

but in result of above query i am not able to see 'start_debugging'. Can anybody please guide me how I can access 'start_debugging' procedure.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 3 2016
Added on Apr 5 2016
0 comments
538 views