Database Error Messages

OCI-02549

cannot create a string table with string

Cause

Unsupported scenarios with sharding were attempted. Either an attempt was made to create an index-organized sharded table under system-managed sharding or composite sharding or an attempt was made to create a sharded table or a duplicated table with organization external.


Action

For index organization, either create a heap-organized table and the primary key or create the index-organzied table with user-defined sharding. For organization external, do not use an external table in a sharding environment.