This article introduces the supported conversion scope for renaming RENAME OBJECT DDL when migrating data from an Oracle database to OceanBase database in the Oracle compatible mode.
Syntax
RENAME old_name TO new_name;
Supported operations
Table renaming is supported. Example:
RENAME OLD_TABLE TO NEW_TABLE;