show parameter background_dump_dest内容显示: SHUTDOWN: waiting for active calls to complete. 使用以下命令可解决该问题:
tail $bdump_file
sqlplus / as sysdba另外查询了oracle support上关于该问题的说明1039389.6:
shutdown abort;
startup restrict;
shutdown immediate;
The database is waiting for pmon to clean up processes, but pmon is unable to clean them. The client connections to the server are causing the shutdown immediate or normal to hang. Killing them allows pmon to clean up and release the associated Oracle processes and resources.可以通过kill掉相关的进程来解决这个问题, 具体本人没有尝试过.
--EOF--
没有评论:
发表评论