This article introduces you to the support conversion scope for removing indexes with DROP INDEX DDL when migrating data from an Oracle database to OceanBase Database's Oracle compatible mode.
Syntax
DROP INDEX [ schemaName. ] indexName [ ONLINE ] [ FORCE ]
[ { DEFERRED | IMMEDIATE } INVALIDATION ];
Supported operations
Dropping an index by using the DROP INDEX [ schemaName. ] indexName statement is supported. An error is returned when other clauses are used. Example:
DROP INDEX SC.IDX;
Unsupported operations
Operations that use the following options are not supported, and an error will be returned when they are used:
ONLINE
FORCE
DEFERRED
IMMEDIATE
INVALIDATION