Skip to Main Content

SQL & PL/SQL

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.

grant debug connect session to user

WestDraytonJul 8 2010 — edited Nov 7 2010
I understand that if DBA hasn't granted following option to "user" following way:
grant debug connect session to user;
, then "user" wil lget following error when she tries to debug:
ORA-0131:Insufficient Priviledges
Debugging requires Debug connect session system priviledges
Is there any explanation why DBA decides to not grant such privilege? Maybe such privilege slows down something? Maybe it can create security "hole"? Maybe there is another good explanation?
The "user" in this example was Schema/Account ment for Development personell who developes functionality, but it doesn't matter i think what kind the "user" is.

so why you think i don't have such privilege, what bad could such privilege when granted give?
This post has been answered by Karthick2003 on Jul 8 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2010
Added on Jul 8 2010
3 comments
47,516 views