This topic describes the conversion scope of RENAME OBJECT DDL operations during data migration from an Oracle database to an Oracle tenant of OceanBase Database.
Syntax
RENAME old_name TO new_name;
Supported operations
Table renaming is supported. Sample code:
RENAME OLD_TABLE TO NEW_TABLE;