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);}'`
© 2005 tiplib.com