|
-
I'll give it a try...
You can query dba_tab_partitions and dba_ind_partitions to find out which tables and indexes are partitioned, also in which tablespace each partition is sitting.
You can query dba_tables and dba_indexes minus select distinct from dba_tab_partitions and dba_ind_partitions to find out which tables and indexes are not partitioned, also in which tablespace the non-partitioned objects are sitting.
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|