Home » RDBMS Server » Performance Tuning » which view to use to know about global partitioned index
which view to use to know about global partitioned index [message #123756] |
Tue, 14 June 2005 13:38  |
tom_k_mishra
Messages: 3 Registered: June 2005
|
Junior Member |
|
|
As of my understanding, we can make both local and global partitioned index on a partitioned table.the global partitioned index has to be prefixed. If we query the user_indexes:
select index_name, table_name, index_type, partitioned from ind;
If the index_types come as normal and partitioned=yes then we know it is a regular Btree index but how we know it is whether local or global type. Is there any other dictionary view to look for.
thanks.
|
|
|
|
Goto Forum:
Current Time: Thu May 01 10:38:06 CDT 2025
|