Database Error Messages

OCI-03059

The expression string is invalid.
  • %s: The expression that is invalid.

Cause

The specified expression was invalid. Expected column name, dot-notation syntax, or TREAT expression.


Action

Enter a valid expression. It must be a column name, an expression using dot-notation syntax, or a TREAT function.

Valid column names start with a letter, are 128 characters or less, and use only alphanumeric characters and the special characters $, _, and #.

If the expression uses other characters, those characters must be enclosed in double quotation marks.

The name cannot be a reserved word, unless it is enclosed in double quotation marks.