LCD-00206: positional parameter entered after keyword [string]
Cause: An '=' sign is missing.
Action: All keywords must be followed by '=' signs.
LCD-00206: positional parameter entered after keyword [string]
Cause: An '=' sign is missing.
Action: All keywords must be followed by '=' signs.
LCD-00205: unbalanced parentheses [string]
Cause: An odd number of parentheses was found, indicating that one is missing or one is extra.
Action: Retry the statement using the correct number of parentheses.
LCD-00204: left parenth and no parameter specified [string]
Cause: A parameter list was started but no parameter was specified.
Action: Add an appropriate list of values and close the parameter list.
LCD-00203: missing keyword [string]
Cause: A keyword is expected but none was found.
Action: Add a keyword followed by an '=' sign and a parameter value.
LCD-00201: could not open specified filename [string]
Cause: The file specified does not exist.
Action: Create an appropriate parameter file.
LCD-00161: ORACLE error (possible syntax error) parameter [string]
Cause: Possible syntax error. Additional messages follow.
Action: Correct the parameter shown in the error.
LCD-00128: invalid positional parameter value [string]
Cause: An invalid positional parameter value has been entered.
Action: Remove the invalid positional parameter.
LCD-00122: unrecognized keyword [string]
Cause: The parameter name has been misspelled.
Action: Spell the parameter name correctly.
LCD-00114: illegal boolean response [string]
Cause: An attempt was made to assign a value other than TRUE or FALSE to a boolean parameter.
Action: Use only TRUE or FALSE for boolean parameters.
LCD-00113: integer conversion error or negative integer [string]
Cause: A non-integer or negative integer was assigned to an integer parameter.
Action: Retry using a valid integer value.