Database Error Messages

ORA-03808

shard key or partition set key columns cannot be columns that accept NULL values

Cause

An attempt was made to create a sharded table with shard key or partition set key columns that accept NULL values.


Action

Create the sharded table with shard key or partition set key columns having a NOT NULL constraint.