Question : when trying to debug procedure in oracle database, getting below error
ORA-0131:Insufficient Priviledges Debugging requires Debug connect session system priviledges
Answer: This will be handled by grant priviledge to user for debug any procedure
grant debug connect session to user;
Example: grant debug connect session to hr;
I hope you all have enjoyed reading this article. Comments are welcome....
ORA-0131:Insufficient Priviledges Debugging requires Debug connect session system priviledges
Answer: This will be handled by grant priviledge to user for debug any procedure
grant debug connect session to user;
Example: grant debug connect session to hr;
I hope you all have enjoyed reading this article. Comments are welcome....
No comments:
Post a Comment