ORA-09262: spdde: error terminating detached (background) process
Cause: Could be out of resources
Action: See OSD error accompanying this message
ORA-09262错误消息指出,当TERMINATE操作正在终止一个正在运行的Background Process时发生错误。
步骤1:查看当前会话的当前backgroud进程。
SQL> select sid, pid, serial#, status from v$session;
步骤2:终止进程的进程id号。
SQL> oradebug setospid 1200;
SQL> oradebug shutdown immediate;
步骤3:查看终止后是否仍有相关进程存在。
SQL> select sid, pid, serial#, status from v$session ;
步骤4:在继续进行任何操作前,请确保操作已经完成并解决错误本身。
本文标签:ORA-09262 spdde error terminating detached background process
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接