重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 862|回复: 0
打印 上一主题 下一主题

[Oracle] The Database Instance Cannot Be Started with ORA-29707

[复制链接]
跳转到指定楼层
楼主
发表于 2023-7-30 11:40:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
现象:
On : 12.2.0.1 version, Real Application Cluster

The database instance cannot be started with ORA-29707


SQL> startup
ORA-32006: SEC_CASE_SENSITIVE_LOGON initialization parameter has been deprecated
ORA-29707: inconsistent value 0 for initialization parameter _lm_use_tx_tsn with other instances
SQL>


变动:
The customer changed hidden parameter of DRM.

原因:
In order for this parameter to take effect, all instances must be stopped and then startup.


SQL> alter system set "_gc_undo_affinity" = FALSE scope=spfile sid='*';

System altered.

SQL> alter system set "_gc_policy_time" = 0 scope=spfile sid='*';

System altered.

SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORA-29707: inconsistent value 0 for initialization parameter _lm_use_tx_tsn with other instances
SQL>


处理方法:
Reset the hidden parameters.

1. Reset parameter on surviving node.

SQL> alter system reset "_gc_undo_affinity";

SQL> alter system reset "_gc_policy_time";

2. Startup effect instance.

SQL>startup

或者:

Shutdown all instances and restart all of them.

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-27 22:17 , Processed in 0.077364 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表