Database Error Messages

OCI-43446

Invalid arguments for the table 'table_name': CHECK and WHERE arguments cannot be used together on the same table.
  • table_name: Table with invalid arguments.

Cause

Both CHECK and WHERE arguments are being used on the same table.


Action

Remove either CHECK or WHERE argument.