Questions about data not being queried in the dba_tab_modifications data dictionary

Source: Internet
Author: User

A customer request was received today, when the customer looked up the data dictionary and found the following phenomenon.


Sql> Select table_name from dba_tab_modifications where table_name= ' stat_table ';

No rows selected

Sql> Select table_name from dba_tab_modifications where table_name like '%stat_table ';

table_name

--------------------------------------------------------------------------------

Stat_table

Stat_table


After checking in MoS, find the following error. It turns out that this is a mistake for Oracle.

Bug 13984324-wrong result with UNION all of similar queries/in dba_tab_modifications (Doc ID 13984324.8)


Error occurred in version: 11.2.0.4

11.2.0.3

11.2.0.2


Bug-resolved version: 12.1.0.1


Other Workarounds:

"_optimizer_join_factorization" =false

Sql> alter session Set "_optimizer_join_factorization" = false;


Sql> Select table_name from dba_tab_modifications where table_name like ' stat_table ';

table_name

--------------------------------------------------------------------------------

Stat_table

Stat_table


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.