Warning: ORA-16714: the value of property ArchiveLagTarget is inconsistent
配置完dg broker報如下錯誤:
DGMGRL> show database jzhdg
Database - jzhdg
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Apply Rate: 0 Byte/s
Real Time Query: OFF
Instance(s):
jzh
Warning: ORA-16714: the value of property ArchiveLagTarget is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveMaxProcesses is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveMinSucceedDest is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveTrace is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveFormat is inconsistent with the database setting
Database Status:
WARNING
發現spfile_value 值都為空
DGMGRL> SHOW DATABASE 'jzhdg' 'InconsistentProperties';
INCONSISTENT PROPERTIES
INSTANCE_NAME PROPERTY_NAME MEMORY_VALUE SPFILE_VALUE BROKER_VALUE
jzh ArchiveLagTarget 0 0
jzh LogArchiveMaxProcesses 4 4
jzh LogArchiveMinSucceedDest 1 1
jzh LogArchiveTrace 0 (missing) 0
jzh LogArchiveFormat %t_%s_%r.dbf (missing) %t_%s_%r.dbf
修改如下:
DGMGRL> edit database 'jzhdg' set property 'LogArchiveFormat'='%t_%s_%r.dbf';
DGMGRL> edit database 'jzhdg' set property 'LogArchiveTrace'='';
Property "LogArchiveTrace" updated
DGMGRL> edit database 'jzhdg' set property 'LogArchiveMinSucceedDest'=1;
Property "LogArchiveMinSucceedDest" updated
DGMGRL> edit database 'jzhdg' set property 'LogArchiveMaxProcesses'=4;
Property "LogArchiveMaxProcesses" updated
DGMGRL> edit database 'jzhdg' set property 'ArchiveLagTarget'='';
Property "ArchiveLagTarget" updated
DGMGRL> SHOW DATABASE 'jzhdg' 'InconsistentProperties';
INCONSISTENT PROPERTIES
INSTANCE_NAME PROPERTY_NAME MEMORY_VALUE SPFILE_VALUE BROKER_VALUE
DGMGRL> show database verbose jzhdg
Database - jzhdg
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Apply Rate: 0 Byte/s
Real Time Query: OFF
Instance(s):
jzh
Properties:
DGConnectIdentifier = 'jzhdg'
ObserverConnectIdentifier = ''
LogXptMode = 'ASYNC'
DelayMins = '0'
Binding = 'OPTIONAL'
MaxFailure = '0'
MaxConnections = '1'
ReopenSecs = '300'
NetTimeout = '30'
RedoCompression = 'DISABLE'
LogShipping = 'ON'
PreferredApplyInstance = ''
ApplyInstanceTimeout = '0'
ApplyParallel = 'AUTO'
StandbyFileManagement = 'AUTO'
ArchiveLagTarget = '0'
LogArchiveMaxProcesses = '4'
LogArchiveMinSucceedDest = '1'
DbFileNameConvert = ''
LogFileNameConvert = 'jzh, jzhdg'
FastStartFailoverTarget = ''
InconsistentProperties = '(monitor)'
InconsistentLogXptProps = '(monitor)'
SendQEntries = '(monitor)'
LogXptStatus = '(monitor)'
RecvQEntries = '(monitor)'
ApplyLagThreshold = '0'
TransportLagThreshold = '0'
TransportDisconnectedThreshold = '30'
SidName = 'jzh'
StaticConnectIdentifier = '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.113)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=jzhdg_DGMGRL)(INSTANCE_NAME=jzh)(SERVER=DEDICATED)))'
StandbyArchiveLocation = '/u01/app/arch'
AlternateLocation = ''
LogArchiveTrace = '0'
LogArchiveFormat = '%t_%s_%r.dbf'
TopWaitEvents = '(monitor)'
Database Status:
SUCCESS
DGMGRL> show database jzhdg
Database - jzhdg
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Apply Rate: 0 Byte/s
Real Time Query: OFF
Instance(s):
jzh
Warning: ORA-16714: the value of property ArchiveLagTarget is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveMaxProcesses is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveMinSucceedDest is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveTrace is inconsistent with the database setting
Warning: ORA-16714: the value of property LogArchiveFormat is inconsistent with the database setting
Database Status:
WARNING
發現spfile_value 值都為空
DGMGRL> SHOW DATABASE 'jzhdg' 'InconsistentProperties';
INCONSISTENT PROPERTIES
INSTANCE_NAME PROPERTY_NAME MEMORY_VALUE SPFILE_VALUE BROKER_VALUE
jzh ArchiveLagTarget 0 0
jzh LogArchiveMaxProcesses 4 4
jzh LogArchiveMinSucceedDest 1 1
jzh LogArchiveTrace 0 (missing) 0
jzh LogArchiveFormat %t_%s_%r.dbf (missing) %t_%s_%r.dbf
修改如下:
DGMGRL> edit database 'jzhdg' set property 'LogArchiveFormat'='%t_%s_%r.dbf';
DGMGRL> edit database 'jzhdg' set property 'LogArchiveTrace'='';
Property "LogArchiveTrace" updated
DGMGRL> edit database 'jzhdg' set property 'LogArchiveMinSucceedDest'=1;
Property "LogArchiveMinSucceedDest" updated
DGMGRL> edit database 'jzhdg' set property 'LogArchiveMaxProcesses'=4;
Property "LogArchiveMaxProcesses" updated
DGMGRL> edit database 'jzhdg' set property 'ArchiveLagTarget'='';
Property "ArchiveLagTarget" updated
DGMGRL> SHOW DATABASE 'jzhdg' 'InconsistentProperties';
INCONSISTENT PROPERTIES
INSTANCE_NAME PROPERTY_NAME MEMORY_VALUE SPFILE_VALUE BROKER_VALUE
DGMGRL> show database verbose jzhdg
Database - jzhdg
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Apply Rate: 0 Byte/s
Real Time Query: OFF
Instance(s):
jzh
Properties:
DGConnectIdentifier = 'jzhdg'
ObserverConnectIdentifier = ''
LogXptMode = 'ASYNC'
DelayMins = '0'
Binding = 'OPTIONAL'
MaxFailure = '0'
MaxConnections = '1'
ReopenSecs = '300'
NetTimeout = '30'
RedoCompression = 'DISABLE'
LogShipping = 'ON'
PreferredApplyInstance = ''
ApplyInstanceTimeout = '0'
ApplyParallel = 'AUTO'
StandbyFileManagement = 'AUTO'
ArchiveLagTarget = '0'
LogArchiveMaxProcesses = '4'
LogArchiveMinSucceedDest = '1'
DbFileNameConvert = ''
LogFileNameConvert = 'jzh, jzhdg'
FastStartFailoverTarget = ''
InconsistentProperties = '(monitor)'
InconsistentLogXptProps = '(monitor)'
SendQEntries = '(monitor)'
LogXptStatus = '(monitor)'
RecvQEntries = '(monitor)'
ApplyLagThreshold = '0'
TransportLagThreshold = '0'
TransportDisconnectedThreshold = '30'
SidName = 'jzh'
StaticConnectIdentifier = '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.113)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=jzhdg_DGMGRL)(INSTANCE_NAME=jzh)(SERVER=DEDICATED)))'
StandbyArchiveLocation = '/u01/app/arch'
AlternateLocation = ''
LogArchiveTrace = '0'
LogArchiveFormat = '%t_%s_%r.dbf'
TopWaitEvents = '(monitor)'
Database Status:
SUCCESS
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10271187/viewspace-2147327/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Warning: ORA-16792: configurable property value is inconsistent with member sett
- How to update BOL entity property value via ABAP code
- [Warning] TIMESTAMP with implicit DEFAULT value is deprecated.explicit_defaults_for_timestamp
- [Vue warn]: The data property "dialogVisible" is already declared as a prop. Use prop default valueVue
- TabError: inconsistent use of tabs and spaces in indentationError
- AndroidStudio之自定義輸出包名報錯 Cannot set the value of read-only property 'outputFile' forAndroid
- Request: credentials property
- Property屬性
- @property @synthesize @dynamic
- [WARNING] warning: Class com.google.protobuf.Descriptors not found - continuing with a stub.GoUI
- ubuntu下hadoop0.20.2報錯/dfs/name is in an inconsistent stateUbuntuHadoop
- [Javascript] Object property orderJavaScriptObject
- vue-property-decoratorVue
- 類的property特性
- Need to set ‘serverTimezone‘ propertyServer
- Python @property 詳解Python
- Warning: RPMDB altered outside of yumIDE
- webstorm(二):拼寫warningWebORM
- golang multiple-value xxx in single-value contextGolangContext
- Oracle 12c RMAN Performing Cross-Platform Transport of a PDB Using InconsistentOracleROSPlatform
- [Javascript] How javascript read the property?JavaScript
- zend_std_read_property
- 1114 Family Property (25分)
- Cannot read property ‘aDataSort‘ of undefinedUndefined
- Cannot set property 'innerHTML' of nullHTMLNull
- iOS面試之@propertyiOS面試
- Warning: Cannot redeclare function_name()Function
- warning: already initialized constant FileUtils::VERSIONZed
- [20231103]sqlplus column new_value old_value.txtSQL
- [20230303]sqlplus column new_value old_value.txtSQL
- @ConfigurationProperties和@Value
- JavaScript select valueJavaScript
- GO語言安裝air框架時遇到go: inconsistent vendoring問題GoAI框架
- Oracle分析函式-first_value()和last_value()Oracle函式AST
- TypeScript Crash Course: Property Access ModifiersTypeScript
- Cannot set property ‘type‘ of null(vue)NullVue
- property和attribute的區別?
- Property [title] does not exist on this collection instance
- 摘:裝飾器@property @setter