By executing the following command that will list out all indexes found in my schema, the query returned nothing – suggesting that either no index is created, or probably i do not have sufficient permission.
select * from user_indexes;
Are there any more ways to list the indexes i have in a schema?
Sure it’s possible.
Common, even 🙂
It just means nobody’s created any indexes.
If the query returned nothing, it means that you DO have permission … and there simply aren’t any indexes.
Here’s a good link on “Managing indexes in Oracle” (it sounds like you’re probably running Oracle):
http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/indexes.htm