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?