Friday, August 4, 2017

Kill Oracle EBS Database Sessions

Issue : Oracle EBS Database does not shutdown properly during the scheduled backup script.

Solution : Schedule below command to kill the Oracle database sessions few minutes after database shutdown initiation.

ps -ef|grep 'oraclePROD (LOCAL=NO)'|grep -v grep|awk '{print$2}'|xargs kill -9