Oracle9i高階複製的一個bug
oracle 9.2.0.6 RAC
Oracle9i高階複製的一個bug
os hp-ux 11.11
oracle 9.2.0.6 RAC
今天在內網更新一張表(update)的時候報錯:
ORA-23474 definition of %s . %s has changed since generation of replicat
查oracle文件,發現需要重新生產複製物件的複製支援。
Error: ORA-23474
Text: definition of %s . %s has changed since generation of replication
support
---------------------------------------------------------------------------
Cause: The current columns in the specified table and their column types do
not match the columns and column types when replication support was
last generated.
Action: Regenerate replication support for the affected table. All flavors
that include the specified table should also be checked for validity.
.
由於內外網隔離,暫時還不能生成,繼續查文件,發現oracle的一個bug:
Bug 2844585 Intermittent ORA-23474 on replication objects
This note gives a brief overview of bug 2844585.
Affects:
Product (Component) Oracle Server (RDBMS)
Range of versions believed to be affected Versions < 10G
Versions confirmed as being affected · 9.2.0.3
Platforms affected Generic (all / most platforms affected)
Fixed:
This issue is fixed in · 9.2.0.4 (Server Patch Set) · 10G Production Base Release
Symptoms:
· Error may occur
· ORA-23474
Related To:
· Replication
Description
Replication objects may fail with ORA-23474 if the objects are
unaltered.
Workaround:
Flush shared pool & during the first access to the
replication object (that is when metadata is loaded into library cache)
make sure there are no Ctrl-C (interrupts) in the user session.
抱著一試的心態用alter system flush shared_pool ;把兩個節點的shared pool flush後發現可以更新成功,文件上雖然說這個bug在9204已經修復,結果在9206又給引入了,看來還是bug多多。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/6906/viewspace-21665/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle9i高階複製(單向複製部分)實施完畢Oracle
- oracle 高階複製Oracle
- Oracle高階複製Oracle
- 高階複製總結
- Oracle高階複製Step by StepOracle
- oracle高階複製(轉載)Oracle
- oracle 高階複製簡介Oracle
- 複製管理工具介紹——高階複製
- MySQL 的主從複製(高階篇)MySql
- 關於Oracle 高階複製的概念Oracle
- Oracle 高階複製的概念及配置Oracle
- oracle9i replace clob 的一個bugOracle
- 關於高階複製的一些資料同步
- 改變複製物件結構對高階複製的影響物件
- [zt] 高階複製、流複製(Streams)、備庫區別
- 高階複製-2、準備工作
- IE CSS Bug系列:浮動複製最後一個字元bugCSS字元
- MySQL8.0的一個bug導致複製延時MySql
- 主體複製概念和體系結構——高階複製
- oracle高階複製的詳細手冊(轉)Oracle
- 物化檢視複製概念和體系結構——高階複製
- RMAN高階應用之Duplicate複製資料庫(3)複製流程資料庫
- 學習Advanced Replication(高階複製) -zt
- Oracle 10g高階複製例項Oracle 10g
- oracle9i下streams複製(zt)Oracle
- MySQL進階:主主複製+Keepalived高可用MySql
- 資料庫移植後高階複製出錯資料庫
- 高階複製-3、主體定義站點上的操作
- 高階複製-7、測試是否非主鍵表的同步
- 使用RMAN高階應用之Duplicate複製資料庫資料庫
- 高階複製主站點主表新增欄位操作
- 資料庫鏈、物化檢視、高階複製方面資料庫
- Oracle 高階複製配置步驟詳細說明Oracle
- 高階複製-5、測試是否可同步DML操作
- 高階複製-6、測試是否可同步建表
- 部署模板概念和體系結構——高階複製
- 高階複製-4、非主體定義站點上的操作
- 高階複製錯誤ORA-23474解決方法