Comment sélectionner un index dans Oracle SQL

SELECT  *
FROM    all_indexes
WHERE   table_name = 'COUNTRY';
Scary Swiftlet