Database Error Messages

ORA-02530

parent table not specified

Cause

An attempt was made to create a child table without specifying the PARENT clause.


Action

Specify the PARENT clause in the CREATE SHARDED TABLE command.