Database Error Messages

OCI-02696

Invalid attempt to use Sharding Raft replication on non-sharded table schema_name.table_name
  • schema_name: The schema name of the non-sharded table.
  • table_name: The name of the non-sharded table.

Cause

Sharding Raft replication can only be used with a sharded table. This error can occur if one or more of the shards in a sharded database contains a local table with the same name as a sharded table in the catalog and other shards.


Action

Drop the non-sharded table, use GDSCTL to recover that shard, and rerun the DML that failed to be replicated.