Database Error Messages

ORA-30731

scope constraint not allowed on nested table column when the nested table is being created

Cause

An attempt was made to define a scope constraint on a nested table column when the nested table is being created.


Action

Do not specify a scope constraint on a nested table column when creating it. Instead, specify it using the ALTER TABLE statement.