[转帖]Oracle DG之ORA-16792: configurable property value is inconsistent with databa_MySQL, Oracle及数据库讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MySQL, Oracle及数据库讨论区 »
总帖数
2
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 2281 | 回复: 1   主题: [转帖]Oracle DG之ORA-16792: configurable property value is inconsistent with databa        上一篇   下一篇 
qq_松鼠鳜鱼状
注册用户
等级:新兵
经验:61
发帖:1
精华:0
注册:2016-7-14
状态:离线
发送短消息息给qq_松鼠鳜鱼状 加好友    发送短消息息给qq_松鼠鳜鱼状 发消息
发表于: IP:您无权察看 2019-9-19 11:06:54 | [全部帖] [楼主帖] 楼主

Data Guard Broker


OEM12C配置管理Data Guard中报错如下:

ORA-16792: configurable property value is inconsistent with database setting


查询错误过程:

1:登录物理备库

$ dgmgrl
DGMGRL> connect sys
Password:
Connected.
DGMGRL> show configuration;
Configuration - palm_prim
Protection Mode: MaxPerformance
Databases:
palm_prim - Primary database
palm_stdy - Physical standby database
Warning: ORA-16792: configurable property value is inconsistent with database setting
Fast-Start Failover: DISABLED
Configuration Status:
WARNING
DGMGRL> show database palm_prim statusreport;
STATUS REPORT
INSTANCE_NAME   SEVERITY ERROR_TEXT
DGMGRL> show database palm_stdy statusreport;
STATUS REPORT
INSTANCE_NAME   SEVERITY ERROR_TEXT
palm    WARNING ORA-16714: the value of property LogArchiveFormat is inconsistent with the database setting


2,查看数据库参数

SQL> show parameter Format
NAME                                 TYPE                   VALUE
------------------------------------ ---------------------- ------------------------------
log_archive_format                   string                 %t_%s_%r.dbf


3,查看broker日志

查看/opt/app/oracle/diag/rdbms/palm_stdy/palm/trace/drcpalm.log            

Warning: Property 'LogArchiveFormat' has inconsistent values:METADATA='', SPFILE='', DATABASE='%t_%s_%r.dbf'


再次修改参数

DGMGRL> edit database palm_stdy set property LogArchiveFormat='%t_%s_%r.dbf';
Property "logarchiveformat" updated
DGMGRL>
DGMGRL> show database palm_stdy statusreport;
STATUS REPORT
INSTANCE_NAME   SEVERITY ERROR_TEXT
————————————————




赞(0)    操作        顶端 
联动大白
注册用户
等级:列兵
经验:91
发帖:0
精华:0
注册:2015-5-27
状态:离线
发送短消息息给联动大白 加好友    发送短消息息给联动大白 发消息
发表于: IP:您无权察看 2019-11-25 0:30:00 | [全部帖] [楼主帖] 2  楼

为了方便大家阅读,我对文章中错误号来解释一下吧!

Error Id: ORA-16714

Title: the value of property string is inconsistent with the database setting

Description:

the value of property string is inconsistent with the database setting

Action:

Query property InconsistentProperties on the database to determine the inconsistent values. Reset the property to make it consistent with the database setting.

Cause:

The value of the specified configuration property is inconsistent with database in-memory settings or server parameter file settings. This may be caused by changing an initialization parameter that corresponds to a configuration property.


Error Id: ORA-16792

Title: configuration property value is inconsistent with database setting

Description:

configuration property value is inconsistent with database setting

Action:

Query property the InconsistentProperties on the database or check the Data Guard broker log to find which properties are set inconsistently. Reset these properties to make them consistent with the database settings. Alternatively, enable the database or the entire configuration to allow the configuration property settings to be propagated to to the initialization parameters.

Cause:

The values of one or more configuration properties were inconsistent with database in-memory settings or server parameter file settings. This may happen by altering initialization parameters directly instead of altering property values using Data Guard broker.


也许你已明白,但对一个人有用也是我存在的理由!^_^ By:持之以恒的大白

-- 来自: 北京联动北方科技有限公司



赞(0)    操作        顶端 
总帖数
2
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论