How do I view the index or tables which I request?

This is what I am doing:

select index_name from dba_indexes where table_name='XYZ';

And the results are coming back empty.

Could someone please give me a hint?

Thank you