ORACLE Partitioned Table related views

Source: Internet
Author: User

1. Displays all partition table information that the current user can access:

All_part_tables

2. Displays information about all the partition tables for the current user:

User_part_tables

3. Display table partition information displays detailed partition information for all partitioned tables in the database:

Dba_tab_partitions

4. Displays detailed partitioning information for all partitioned tables that the current user can access:

All_tab_partitions (This is my lucky O (∩_∩) o~)

5. Displays detailed partitioning information for all partition tables for the current user:

User_tab_partitions

6. Display sub-partition information displays sub-partition information for all combined partitioned tables in the database:

Dba_tab_subpartitions

7. Displays sub-partition information for all the combined partition tables that the current user can access:

All_tab_subpartitions

8. Displays sub-partition information for all the combined partition tables of the current user:

User_tab_subpartitions

9. The Display partition column displays the partition column information for all partitioned tables in the database:

Dba_part_key_columns

10. Displays the partition column information for all partitioned tables that the current user can access:

All_part_key_columns

11. Displays the partition column information for all partition tables for the current user:

User_part_key_columns

12. Show sub-partition columns displays sub-partition column information for all partitioned tables in the database:

Dba_subpart_key_columns

13. Displays sub-partition column information for all partitioned tables that the current user can access:

All_subpart_key_columns

14. Displays sub-partition column information for all partitioned tables for the current user:

User_subpart_key_columns

ORACLE Partitioned Table related views

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.