oracle logmnr 報錯"In Memory Undo is unsupported"
非原創
Logminer Gives Error - In Memory Undo is unsupported!
Why logiminer Gives error?
We see that structure of redo entries is different, for IMU logminer can’t recover full picture of transaction in same time.
Now see on metalink, note ID 428167.1 which give us solution for avoid error “In Memory Undo is unsupported” in future!
1.Logminer cannot always populate all the fields of the v$logmnr_contents this is
because the redo may/may not have all the information that we need for every
column. Adding Supplemental Logging will help in more info being logged in the
redo being generated, helping populate more values. This can be done by the
following commands:
SQL> ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY,
UNIQUE INDEX) COLUMNS;
SQL> ALTER SYSTEM SWITCH LOGFILE;
Additionally, it is not unusual for 10g to generate more redo than previously
seen in earlier versions.
2: Logminer cannot always populate all the fields of the v$logmnr_contents this is because the redo
may/may not have all the information that we need for every column, you need to enable supplemental
logging on the database following
Supplemental logging is required to receive reliable and consistent information from logminer.
Without supplemental logging enabled, the redo may not contain enough information
for LogMiner to construct the correct sql_redo (or any sql_redo in the case of in-memory undo, IMU).
LogMiner does not work with IMU and turning supplemental logging on disables IMU.
Please enable supplemental logging as per to eliminate these messages and update
whether you still encounter the UNSUPPORTED messages.
3: Logminer may not be able to find sql_redo for transactions that were created before supplemental
logging is enabled.
It will only work for redo's which contains information to extract the correct sql_redo
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/133735/viewspace-713362/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle logmnr簡單測試Oracle
- 報錯求助:Unsupported locator strategy: -ios predicate stringiOS
- golang使用sqlx報錯:unsupported type []interface {}, a slice of interfaceGolangSQL
- Oracle Redo and UndoOracle Redo
- vi編輯器開啟大檔案報錯0602-101 Out of memory saving lines for undo的解決方法
- 關閉tomcat報錯Cannot allocate memoryTomcat
- HP-UX執行Oracle相關命令報錯Memory fault(coredump)分析處理UXOracle
- influxdb報錯:cache-max-memory-size exceededUX
- ORACLE LARGE MEMORY(zt)Oracle
- oracle的redo和undoOracle
- oracle undo分配規則Oracle
- Oracle OCP(48):UNDO TABLESPACEOracle
- 啟動Oracle報錯ORA-27102: out of memory、Linux-x86_64 Error: 28: No space leftOracleLinuxError
- innodb_undo_tablespaces導致Mysql啟動報錯MySql
- git post資料過大報錯-Out of memoryGit
- oracle dg報錯Oracle
- 關於oracle中的undoOracle
- Oracle常見UNDO等待事件Oracle事件
- 【REDO】Oracle redo undo 學習Oracle Redo
- Oracle Shared Pool Memory ManagementOracle
- VUE: npm run dev報錯Error: error:0308010C:digital envelope routines::unsupportedVueNPMdevErrorGit
- 關於Unsupported major.minor version 52.0報錯問題解決方案
- Oracle TNS報錯大全Oracle
- Oracle 面試寶典-UNDO篇Oracle面試
- Oracle 12c 新特性之臨時Undo--temp_undo_enabledOracle
- oracle 報大小寫錯誤Oracle
- Oracle報錯ORA-27127Oracle
- Oracle 12C R2新特性-本地UNDO模式(LOCAL_UNDO_ENABLED)Oracle模式
- 封神臺Oracle注入- 報錯注入Oracle
- composer 報錯:超出記憶體大小的問題(Allowed memory size )記憶體
- 17_深入解析Oracle undo原理(1)_transactionOracle
- ORACLE線上切換undo表空間Oracle
- 【UNDO】Oracle系統回滾段說明Oracle
- Oracle 12C新特性In-MemoryOracle
- Oracle 19c Concepts(14):Memory ArchitectureOracle
- 【UNDO】Oracle undo表空間使用率過高,因為一個查詢Oracle
- cenots7.6系統報“fork:Cannot allocate memory” 報錯的解決方法(實操)
- windows oracle 11201打補丁報錯WindowsOracle
- 靜默安裝oracle時報錯Oracle