Database Error Messages

OCI-43517

Cannot alter directive 'string': SQL keyword 'string' is specified more than one time

Cause

A keyword is specified more than once in the action list of the ALTER DIRECTIVE statement. This can be in one of the following lists:

  1. ENABLE or DISABLE
  2. VALIDATE or NOVALIDATE

Action

Do not duplicate the keyword in the action list of the ALTER DIRECTIVE statement.