oracle unsupported,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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值