Within the Oracle documentation, the (DBA|ALL)_INDEXES view has
OWNER
The owner of the index
INDEX_NAME
The name of the index
TABLE_OWNER
The owner of the indexed object
TABLE_NAME
The name of the indexed object
My question is what uniquely identifies the index? Is it just OWNER
and INDEX_NAME
, or is it OWNER
, INDEX_NAME
, TABLE_OWNER
and TABLE_NAME
?