Id | Message |
---|---|
PLS-01504 | Use of AS phase in CREATE TABLE statement is non_ANSI |
PLS-01505 | ALTER is non-ANSI |
PLS-01506 | CREATE INDEX is non-ANSI |
PLS-01507 | DROP is non-ANSI |
PLS-01701 | Illegal syntax in ROLLBACK WORK statement |
PLS-01702 | Illegal syntax in COMMIT WORK statement |
PLS-01703 | Cursor name in CLOSE statment must be of length 1 |
PLS-01704 | The expressions in a sort clause must be column specs or unsigned integers, with optional ASC or DESC |
PLS-01705 | table specified by a cursor not updatable if cursor specification has a UNION or ORDER_BY |
PLS-01707 | In positioned DELETE or UPDATE statement, table must be identified in specification of cursor |
PLS-01708 | In searched DELETE, UPDATE or INSERT, table must not appear in FROM clause of subqueries in search condition |
PLS-01709 | value list of INSERT statement, if specified with value list rather than subquery, must be value specification |
PLS-01710 | In a positioned DELETE or UPDATE statement, the cursor name must be of length 1 |
PLS-01711 | A SELECT statement may not contain ORDER_BY, HAVING, or GROUP_BY clause |
PLS-01712 | ANSI does not allow bind variables as INDICATORS |
PLS-01713 | The constraints on these types do not match |
PLS-01714 | ANSI expects a column name not a literal value here |
PLS-01900 | : character to number conversion error |
PLS-01901 | : host bind array too small |
PLS-01902 | : hex to raw conversion error |