how to get the index id?



how to get the index id?..

Answer / 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

More Oracle General Interview Questions

How to create an oracle database?

0 Answers  


What is user managed backup in Oracle?

0 Answers   MCN Solutions,


What is execute immediate in oracle?

0 Answers  


What is the usage of save points in oracle database?

0 Answers  


how to create a new database in oracle?

6 Answers   TCS,






What are virtual columns?

2 Answers   TCS,


1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.

6 Answers  


How to delete a column in an existing table in oracle?

0 Answers  


can u plz provide me oca sql dumps please i need them

0 Answers  


what are the diffeenes between oracle 9i,oracle 10g

2 Answers  


What are the built-in functions used for sending Parameters to forms ?

0 Answers   Oracle, TCS,


How to use regular expression in pattern match conditions in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)