Answer Posted / su
we can use USER_INDEXES or DBA_INDEXES
sql> desc user_indexes
index_name
index_type
table_owner
table_name
table_type
and plenty of other columns
sql>SELECT index_name
FROM user_indexes
WHERE table_name = 'EMP';
will give us the index_name, which is how we identify an
index
:) hope this helps
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Difference between hot backup vs. Cold backup?
How to convert characters to dates in oracle?
What is a cursor in oracle?
How to connect ms access to oracle servers?
Explain an extent?
Calculate difference between 2 date / times in oracle sql?
What is raw datatype in oracle?
What is bulk collect in oracle?
how to make an oracle object
How to use windows user to connect to the server?
How to assign a tablespace to a users in oracle?
How to use in conditions in oracle?
what is port in oracle? how is it related to database application.
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
How many types of table in Oracle?