ORA-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.
ORA-02549
cannot create a sharded table with index organization
Cause
An attempt was made to create an index-organized sharded table under system-managed sharding or composite sharding, which is not supported.
Action
Create a heap-organized table and the primary key, or create the index-organized table with user-defined sharding.
ORA-02549
cannot create a sharded table with index organization
Cause
An attempt was made to create an index-organized sharded table under system-managed sharding or composite sharding, which is not supported.
Action
Create a heap-organized table and the primary key, or create the index-organized table with user-defined sharding.