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
How to select all columns of all rows from a table in oracle?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
How to create an oracle database?
How to store pictures on to the database?
What are the tools for Oracle ?
Can we connect to ORACLE db using Windows Authentication?
How can I introduce multiple conditions in like operator?
What is oracle rowcount?
How to empty your oracle recycle bin?
How much memory your 10g xe server is using?
Is insert autocommit in oracle?
What are temporal data types in oracle?
Explain a segment?
Explain do view contain data?
What is backup in Oracle?