文档解释 ORA-02847: Server did not terminate when posted Cause: A server did not respond to a posted request to shutdown. Th
ORA-02847: Server did not terminate when posted
Cause: A server did not respond to a posted request to shutdown. The first number is the number of the server. The second is its UNIX process number. This is an internal problem.
Action: Contact oracle support.
ORA-2847错误代表服务器在提交时发生错误而未被终止。
ORA-2847信息显示,服务器发生故障时未终止。 在这种情况下,Oracle数据库已脱机,并需要被手动终止。
ORA-2847通常会在Oracle数据库实例对数据库文件的更改(例如恢复操作)时发生,如果出现某些故障,并导致实例进程未能正确终止,那么操作将失败,并出现ORA-2847错误。
1. 定位服务器进程。使用”ps -ef | grep smon”查询Smon进程,The Smon进程则表明数据库实例存在,运行“ps -ef | grep pmon”查询Pmon进程,Pmon进程将指出所含数据库。
2. 根据PID号杀掉所有服务器进程(smon、pmon等)。
3. 以sysdba身份重新启动实例。
4. 修复异常的数据库文件,并重新恢复数据库(如有必要)。
--结束END--
本文标题: ORA-02847: Server did not terminate when posted ORACLE 报错 故障修复 远程处理
本文链接: https://lsjlt.com/news/528490.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0