Global Hash Partitioned Indexes

clock

Member²
Greetings,

I noticed today that when I create a global hash partitioned index, the GUI display for the table under indexes has Local checkmarked. Furthermore when I select 'View SQL' it has the DDL with the LOCAL keyword on it.

When I use dbms_metadata.get_ddl to extract the index DDL it has it with the GLOBAL keyword on it.

I also checked DBA_PART_INDEXES and the locality = 'GLOBAL'

Please advise.
 
Back
Top