Category : Databases > Oracle

Kill Oracle sessions from OS level

When shutdown immediate does not work this command may help (replace DBNAME with ORACLE_SID of database you are trying to shutdown): kill -9 `ps -ef | grep DBNAME | grep 'LOCAL=' | awk '{printf("%s ", $2);}'`

  Details
Tip reference : #61
views : 1238
Added on : 12/04/05
Submited by : h8dk97