Database Error Messages

OCI-43511

Cannot create directive 'string' on base object 'string': An invalid option after USING keyword

Cause

An invalid clause is used after the USING keyword. The CREATE DIRECTIVE statement should end after the USING clause.


Action

Do not specify options after the USING clause. Put all the valid options before the USING clause.