ALTER TABLE RENAME INDEX
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The main features of ALTER TABLE RENAME
INDEX statement are:
ALTER TABLE RENAME INDEXis an online and offline operation.ALTER TABLE RENAME INDEXis an offline operation for instances where:- Table is in PUB schema.
- Database is enabled for OpenEdge Replication.
ALTER TABLE RENAME INDEXis an online operation for tables defined in a non-PUB schema.
Impact
When ALTER TABLE RENAME INDEX is
performed, the following are impacted:
- Progress Developer Studio for OpenEdge —
Progress Developer Studio for OpenEdge can fetch table and index definitions,
and display them to perform database operations.
When you perform online
ALTER TABLE RENAME INDEX, in concurrent transaction, and when Progress Developer Studio for OpenEdge fetch the data using old index name, then it might returnIndex not founderror. - Database utilities — When you perform
online
ALTER TABLE RENAME INDEXin concurrent operation with database utilities or index utilities (IDXcheck,IDXfix), they might result in lock conflict.