LOGSTDBY status: ORA-16227: DDL skipped due to missing object
上面說如果在主庫上使用online關鍵字來建立索引,就會導致邏輯standby上導致這個bug發生,暈,生產庫要建立索引,才有幾個是不需要online的啊?oracle這個bug也有點搞了。
Bug 3023540 "Create index ... online" does not create index on logical standby
Affects:
Product (Component) Oracle Server (Rdbms)
Range of versions believed to be affected Versions < 11
Versions confirmed as being affected
10.2.0.2
10.2.0.3
Platforms affected Generic (all / most platforms affected)
Fixed:
This issue is fixed in 10.2.0.4 (Server Patch Set)
11.1.0.6 (Base Release)
Description
Create Index Online statements may be skipped by a Logical Standby.
An error appears in the DBA_LOGSTDBY_EVENTS table:
ORA-16227: DDL skipped due to missing object
Workaround:
Execute the Create Index statement without the ONLINE clause on the
primary, or execute the Create Index Online statement directly on the
Logical Standby.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25016/viewspace-1000844/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- “Operation is not valid due to the current state of the object.”Object
- v$sql.object_status=INVALID_UNAUTHSQLObject
- performing DML/DDL operation over object in binORMObject
- oracle 資料泵 ORA-39112: Dependent object type COMMENT skippedOracleObject
- tar解壓報錯——Not found in archive tar: Exiting with failure status due to previous errorsHiveAIError
- EXECUTE DBMS_LOGSTDBY.BUILDUI
- mysql 資料庫無法啟動Ignoring the redo log due to missing MLOG_CHECKPOINT betweenMySql資料庫
- 獲取object的建立指令碼 - DBMS_METADATA.GET_DDLObject指令碼
- performing DML/DDL operation over object in bin ORA-38301ORMObject
- DBMS_LOGSTDBY.BUILD 相關UI
- skipped: maximum number of running instances reached (1)
- SAP CRM中介軟體Request download的警告資訊:message Object is in status WaitObjectAI
- LeetCode:Missing Number And First Missing PositiveLeetCode
- Missing Subsequence Sum
- Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERRORAIDNNError
- 為什麼使用中介軟體下載時總是收到警告訊息Object is in status WaitObjectAI
- SpokenEnglish01_ When's it due?
- ntldr is missing怎麼解決? ntldr is missing怎麼回事?
- 別忘記DBMS_LOGSTDBY.SKIP的轉義符
- git status 命令Git
- First Missing Positive【hard】
- ORACLE10.2.0.3 RAC for AIX,下alert日誌報performing DML/DDL operation over object in bin.OracleAIORMObject
- error: Exited sync due to fetch errorsError
- Unable to connect to any hosts due to exceptionException
- Check database status in RACDatabase
- STATUS OF ORACLE INSTANCEOracle
- gerrit "missing Change-Id"
- your Android sdk is missingAndroid
- NILDR is Missing解決方案
- B. Missing Subsequence Sum
- How to modify analog output range of Arduino DueUI
- DB error due to HP-UX Error:23ErrorUX
- 配置GoldenGate啟動DDL支援同步DDL操作Go
- PB協議報錯 it is missing required fields: (cannot determine missing fields for lite message)協議UI
- ddl練習
- Uncaught TypeError: Object [object Object] has no method 'xxx'ErrorObject
- MySQL DDL執行方式-Online DDL介紹MySql
- 【DDL】DDL的隱式commit和自治事務MIT