allow other users to kill sessions
Hallo!I am a DBA thus I have full rights to the db with the SYS password.However,locks are a serious problem in our db and I would like other members in IT department to be able to kill blocking sessions without logging into db as SYS users or without me creating IT user accounts that have sysdba role granted to them.
How can I create Oracle accounts that have limited admin rights to db but can issues an kill session command as below
alter system kill session '9991,567' immediate;
Thanks.
0