How to rename an index in oracle?
Answer / Sourav Yadav
To rename an index in Oracle, you need to use the ALTER INDEX command. Here is an example:n```sqlnalter index your_index rename to new_index_name;n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
how may join possible between (requisition with purchase order)
What do you mean by merge in oracle?
How to assign values to variables?
What is forall Statement ?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
State the various uses of dbcc command?
Explain the features of oracle?
What is Java Pool in Oracle?
What are the uses of Database Trigger ?
What is the difference between pre-select and pre-query?