Automate killing of Oracle session
There are a lot of requests from the applications guys to kill certain session IDs. Oracle DBA's are spending a lot of efforts on this.
We dont want to share sys/system password will app guys and thats the reason they cannot kill any session and the DBA's need to do it.
Is there a way by which we can automate this process i.e. create a shell script with password as hidden which the app guy can execute? This script can take serial# and sid as inputs.
Request your response on this one.