3

I have a package that consists of functions and procedure. I nee d to run that package in debug mode. I can set breakpoint in the functions or procedures. But if I want to debug the package that is not working. The run option is showing as disable. How can I make that work.

Thanks

enter image description here

2
  • Your user needs to have debug permission on the DB SCHEMA. Contact the dba request granting of DEBUG CONNECT SESSION privilege. Commented Feb 22, 2014 at 6:21
  • grant debug connect session to (user); Run this sql in system user. Then you can start to debug your package. :-) Commented Feb 22, 2014 at 14:21

1 Answer 1

4

go to your opened connection, open your package, then you will be able to debug it.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.