Illegal syntax in COMMIT WORK statement
PLS-01703 – Oracle Error Code
Cursor name in CLOSE statment must be of length 1
PLS-01704 – Oracle Error Code
The expressions in a sort clause must be column specs or unsigned integers- with optional ASC or DESC
PLS-01705 – Oracle Error Code
Table specified by a cursor not updatable if cursor specification has a UNION or ORDER_BY
PLS-01707 – Oracle Error Code
In positioned DELETE or UPDATE statement- table must be identified in specification of cursor
PLS-01708 – Oracle Error Code
In searched DELETE- UPDATE or INSERT- table must not appear in FROM clause of subqueries in search condition
PLS-01709 – Oracle Error Code
Value list of INSERT statement- if specified with value list rather than subquery- must be value specification
PLS-01500 – Oracle Error Code
Unions are not allowed in the definition of a view
PLS-01710 – Oracle Error Code
In a positioned DELETE or UPDATE statement- the cursor name must be of length 1
PLS-01501 – Oracle Error Code
Options in CREATE TABLE statement is non-ANSI.
