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.