Database Error Messages

ORA-43506

Cannot create directive 'string' on base object 'string': Missing SELECT, INSERT, UPDATE, or DELETE keyword after ON keyword

Cause

SELECT, INSERT, UPDATE, or DELETE is not found after the ON keyword in the CREATE DIRECTIVE statement.


Action

Specify either SELECT, INSERT, UPDATE, or DELETE after the ON keyword in the CREATE DIRECTIVE statement.