Oracle LogMiner cannot find the datagram In Memory Undo is unsupported

Source: Internet
Author: User
Tags unsupported

I recently used LogMiner to mine logs on Oracle 10 Gb. I did not intend to create table test as select * from v $ logmnr_contents. I found that there are actually records, but the recorded content cannot be parsed, the info field reports In Memory Undo is unsupported. After several twists and turns, the attachment log is OK. The following is the reproduction of the experiment:

C: \ Documents ents and Settings \ guogang> sqlplus test/test

SQL> create table tt as select rownum rn from dual connect by rownum <10;
The table has been created.

First lab:

SQL> select to_char (dbms_flashback.get_system_change_number) from dual;
TO_CHAR (DBMS_FLASHBACK.GET_SYSTEM_CHANGE
----------------------------------------
10309235923278

SQL> delete from tt where rn = 1;
One row has been deleted.
SQL> commit;
Submitted.
SQL> select to_char (dbms_flashback.get_system_change_number) from dual;
TO_CHAR (DBMS_FLASHBACK.GET_SYSTEM_CHANGE
----------------------------------------
10309235923281

SQL> alter database add supplemental log data; -- you must add additional logs.

The database has been changed.

 

The second lab:
SQL> select to_char (dbms_flashback.get_system_change_number) from dual;
TO_CHAR (DBMS_FLASHBACK.GET_SYSTEM_CHANGE
----------------------------------------
10309235923453

SQL> delete from tt where rn = 2;
One row has been deleted.
SQL> commit;
Submitted.

SQL> select to_char (dbms_flashback.get_system_change_number) from dual;
TO_CHAR (DBMS_FLASHBACK.GET_SYSTEM_CHANGE
----------------------------------------
10309235923456


C: \ Documents ents and Settings \ guogang> sqlplus/as sysdba;

For more details, please continue to read the highlights on the next page:

Install and use Oracle LogMiner (9i or later)

Oracle 11g LogMiner Experiment

Oracle tool: simple use of LogMiner

Introduction to Oracle LogMiner

Preparation and analysis processes for Oracle 10 Gb LogMiner

  • 1
  • 2
  • Next Page

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.