Database Error Messages

ORA-43411

Invalid directive 'directive_name' for the field_type 'field_name'
  • directive_name: The name of the directive specified by the user.
  • field_type: The type of field for which the directive specified by the user is not supported. The field type can be column or table.
  • field_name: The name of the field for which the directive specified by the user is not supported.

Cause

The directive specified by the user is not supported.


Action

Refer to Oracle documentation for the list of supported directives.