MiDBA
Build an Oracle DBA on a firm foundation of sound practices and technical knowledge!
Wednesday, May 23, 2007
How to check locality of partition table's index
select LOCALITY from dba_part_indexes where index_name='
';
LOCALITY indicates whether this partitioned index is LOCAL or GLOBAL.
‹
›
Home
View web version