Error Messages Page 2
- ORA-00913: too many values
- ORA-00917: missing comma
- ORA-00918: column ambiguously defined
- ORA-00926: missing VALUES keyword
- ORA-00933: SQL command not properly ended
- ORA-00936: missing expression
- ORA-00998: must name this expression with a column alias
- ORA-00999: invalid view name
- ORA-01001: invalid cursor
- ORA-01017 invalid username/password; logon denied
- ORA-01017: invalid username/password logon denied
- ORA-01031 insufficient privileges
- ORA-01033 ORACLE initialization or shutdown in progress
- ORA-01403: no data found
- ORA-01422: exact fetch returns more than requested number of rows
- ORA-01432: public synonym to be dropped does not exist
- ORA-01434: private synonym to be dropped does not exist
- ORA-01735: invalid ALTER TABLE option
- ORA-01950: no privileges on tablespace USERS
- ORA-02430: cannot enable constraint
- ORA-02431: cannot disable constraint
- ORA-02443: Cannot drop constraint
- ORA-65096 invalid common user or role name
- PLS-00201 identifier must be declared
- PLS-00206 %TYPE must be applied to a variable, column, field or attribute, not to
- PLS-00215: String length constraints must be in range
- ORA-06553: PLS-306: wrong number or types of arguments in call to
- PLS-00310 with %ROWTYPE attribute, must name a table, cursor or cursor-variable
- PLS-00372: In a procedure, RETURN statement cannot contain an expression
- PLS-00376 illegal EXIT statement it must appear inside a loop
- PLS-00394 wrong number of values in the INTO list of a FETCH statement
- PLS-00487 Invalid reference to variable
- PLS-00615: type mismatch found at between CASE operand and WHEN operands
- ORA-06503: PL/SQL: Function returned without value
- ORA-04091: table is mutating, trigger/function may not see it