Database Error Messages

OCI-11506

The domain expression does not exist.

Cause

The ALTER DOMAIN statement tried to drop or modify an expression that the domain did not have.


Action

Use the ALTER DOMAIN ADD statement instead.