How to rename an index?



How to rename an index?..

Answer / Suraj Prakash Tiwari

To rename an index in Oracle Database, you can use the `ALTER INDEX` command with the `RENAME` option like this: `ALTER INDEX <index_name> RENAME TO <new_index_name>;`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

1) Does oracle have any table which contain all the exceptions and it's code internally?

1 Answers   CTS,


when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?

2 Answers  


what is primary key and foreign key when and where have to use

5 Answers  


what is the uses of cusor

3 Answers   Perot Systems,


How to find the duplicate rows count from employees table in oracle?

1 Answers  


when loggined as SYSTEM,how to display all the users of database using sql query?

2 Answers  


What is key preserved table?

1 Answers  


How to grant create session privilege to a user in oracle?

1 Answers  


What are the different approaches used by Optimizer in choosing an execution plan ?

2 Answers  


What is different bet native dynamic sql and Dbms_Sql?

4 Answers   Thermotech,


How to start your 10g xe server from command line?

1 Answers  


What is meant by an index?

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)