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
What is parameterized cursor in oracle?
How does Oracle guarantee data integrity of data changes?
Explain the use of grant option in exp command.
What are privileges and grants?
State some uses of redo log files?
What is a lookup table in oracle?
What are the benefits of ordbms?
What are data pump export and import modes?
How to connect to a local oracle 10g xe server?
What is a trigger and what are its types in oracle?
How to create a new tablespace in oracle?
Is oracle an operator?
What is oracle datasource?
What are the attributes of cursor?
What is the difference between sharding and replication?