返回顶部
首页 > 资讯 > 错误编码 >ORA-16631: operation requires shutdown of database or instance “string” ORACLE 报错 故障修复 远
  • 571
分享到

ORA-16631: operation requires shutdown of database or instance “string” ORACLE 报错 故障修复 远

报错故障requires 2023-11-05 07:11:50 571人浏览 八月长安
摘要

文档解释 ORA-16631: operation requires shutdown of database or instance “string” Cause: The Data Guard broker op

文档解释

ORA-16631: operation requires shutdown of database or instance “string”

Cause: The Data Guard broker operation required a shutdown of the database or instance.

Action: If database or instance has not been shutdown by the DGMGRL CLI or Enterprise Manager, shutdown the database or instance manually.

ORA-16631: 当您试图在不重新启动的情况下修改数据库实例的特性时,会引发此错误。它提醒您必须重新启动数据库或实例”string”以完成此操作。

官方解释

常见案例

1.用户试图修改像pga_aggregate_target或sga_target(调整SGA_TARGET大小)等特性,但不重新启动实例,此时就会引发此错误。

2.如果尝试启用或禁用SPFILE中的某个参数,如如果尝试启动归档,但数据库尚未打开,就会引发此错误。

一般处理方法及步骤

1.确定需要重新启动实例以更改的内容。

2.设置任何必要的参数。

3.使用alter system或alter session语句实施参数更改。

4.关闭数据库(关闭参数shutdown immediate或shutdown transactional)。

5.重新启动实例(startup open或startup restrict)。

6.数据库就会根据你的输入自动完成相应的参数更改了。

--结束END--

本文标题: ORA-16631: operation requires shutdown of database or instance “string” ORACLE 报错 故障修复 远

本文链接: https://lsjlt.com/news/537378.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作