How can you tell if an index on particular table is used or not used in 9i?



How can you tell if an index on particular table is used or not used in 9i?..

Answer / Rakee Maurya

To determine whether an index on a specific table is being used or not in Oracle 9i, you can use the DBMS_STATS package's DISPLAY_INDEX_USAGE procedure. The syntax is as follows: DBMS_STATS.DISPLAY_INDEX_USAGE(ownname => 'your_schema', indexname => 'your_index'); This will display the last time the index was used, its usage percentage, and other related statistics.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle DBA (Database Administration) Interview Questions

List five most important parameter in 9i affecting performance?

1 Answers  


What are elements of administration?

1 Answers  


Which database is best to learn?

1 Answers  


You see multiple fragments in the system tablespace, what should you check first?

1 Answers  


What are roles in oracle?

1 Answers  


How can you tell if a tablespace has excessive fragmentation?

1 Answers  


When configuring sqlnet on the client what files need to be set up?

1 Answers  


Is oracle dba in demand?

1 Answers  


How many types of dba are there?

1 Answers  


How to uncatalog backup?

1 Answers  


What is difference between co-related sub query and nested sub query?

1 Answers  


How do you set up your tablespace on installation level: low?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)