Modifying an Index
You modify an index using ALTER INDEX. The following example renames the i_old_index index to i_new_index:
ALTER INDEX i_old_index RENAME TO i_new_index;
Home »
Oracle »
Table »
Oracle »
Table »
Index:
- Creating a B-tree Index
- Composite Index
- Retrieving Information on Indexes
- Modifying an Index
- Dropping an Index
- Creating a Bitmap Index
Related: