Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

XOQ-01956

The object cannot be renamed.

Cause

The transaction attempted to change the name of a database object such as a table or a column. This object cannot be renamed through the OLAP API client. It must be renamed with a DDL statement such as RENAME or ALTER TABLE.


Action

Restore the object name to its previous value or rollback the transaction containing the rename. Then use an appropriate DDL statement to rename the object.