ORA-01703: missing SYNONYM keyword
Cause: The keyword SYNONYM is required in this context.
Action: Check the statement syntax and insert the keyword SYNONYM.
ORA-01704: string literal too long
Cause: A quoted string specified as a constant was too long.
Action: Quoted strings may not contain more than 2000 characters.
ORA-01705: an outer join cannot be specified on a correlation column
Cause: A correlation column, that is, a column in a subquery from a table referenced in the outer querys FROM clause, was followed by an outer-join indicator (+). This is not allowed.
Action: Revise the query. Refer to the syntax for subqueries. The outer-join indicator may follow only columns in the same query block in which their table is included in the FROM clause.
ORA-01706: user function result value was too large
Cause: The user-written SQL function has generated a result that is larger than the maximum defined in the function table.
Action: Change the maximum in the function table or correct the user-written function.