Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-11511

Alter table modify drop domain cannot be combined with other options.

Cause

An attempt was made to modify column properties in addition to disassociating the column from the domain.


Action

Use separate ALTER TABLE statements; one to modify the column properties and one to disassociate the column from the domain.