DRG-12406: invalid CTX EXEC tag attribute (string)
Cause: The specified attribute is incorrectly specified
Action: Check the sytax of the specified attribute
DRG-12406: invalid CTX EXEC tag attribute (string)
Cause: The specified attribute is incorrectly specified
Action: Check the sytax of the specified attribute
DRG-12405: error occurred processing CTX REDIRECT or CTX LABEL tag
Cause: Error in syntax of a tag
Action: Correct the syntax of the tag
DRG-12404: more than one template string found
Cause: More than one template with the same name was found
Action: Remove templates as appropriate
DRG-12403: template string was not found
Cause: The template does not exist
Action: Check the name of the template and check that it is installed
DRG-12402: error processing template string, line string
Cause: An error occurred when processing a template
Action: See other errors on the stack and take the appropriate action
DRG-12401: invalid template: query within a loop
Cause: A CTX EXEC tag cannot occur within a CTX REPEAT tag
Action: Remove the CTX EXEC tag
DRG-12400: template string is empty
Cause: The template is empty
Action: Check the template was installed successfully
DRG-12308: use ctx_ddl.create_index_set to create index sets
Cause: you tried to use ctx_ddl.create_preference to create an index set
Action: use ctx_ddl.create_index_set
DRG-12307: column string is NULL and cannot be indexed
Cause: You tried to index a row where at least one of the meta columns was NULL
Action: provide a value for the meta column and reindex the row
DRG-12306: column string is too long for index set columns
Cause: You specified a column in the column list of an index of an index set which is too long
Action: CHAR and VARCHAR2 columns must be 30 bytes or less max length