PLS-00302: component ‘string’ must be declared
PLS-00303: qualifier ‘string’ must be declared
PLS-00304: cannot compile body of ‘string’ without its specification
PLS-00305: previous use of ‘string’ (at line string) conflicts with this use
PLS-00306: wrong number or types of arguments in call to ‘string’
PLS-00307: too many declarations of ‘string’ match this call
PLS-00308: this construct is not allowed as the origin of an assignment
PLS-00309: with %LAST attribute, ‘string’ must be a variable of an enumerated type
PLS-00310: with %ROWTYPE attribute, ‘string’ must name a table, cursor or cursor-variable
PLS-00311: the declaration of “string” is incomplete or malformed
PLS-00312: a positional parameter association may not follow a named association
PLS-00313: ‘string’ not declared in this scope
PLS-00314: TABLE declarations are not allowed as PL/SQL local variables
PLS-00315: Implementation restriction: unsupported table index type
PLS-00316: PL/SQL TABLEs must use a single index
PLS-00317: incomplete type “string” was not completed in its declarative region
PLS-00318: type “string” is malformed because it is a non-REF mutually recursive type
PLS-00319: subquery in an IN or NOT IN clause must contain exactly one column
PLS-00320: the declaration of the type of this expression is incomplete or malformed
PLS-00321: expression ‘string’ is inappropriate as the left hand side of an assignment statement
PLS-00322: declaration of a constant ‘string’ must contain an initialization assignment
PLS-00324: cursor attribute may not be applied to non-cursor ‘string’
PLS-00325: non-integral numeric literal string is inappropriate in this context
PLS-00326: IN clause must contain same number of expressions as subquery
PLS-00327: “string” is not in SQL scope here
PLS-00328: A subprogram body must be defined for the forward declaration of string
PLS-00329: schema-level type has illegal reference to string
PLS-00330: invalid use of type name or subtype name
PLS-00331: illegal reference to string
PLS-00332: “string” is not a valid prefix for a qualified name
PLS-00333: “string” must match an object-table alias in this context
PLS-00334: “string” matches table or view without an alias
PLS-00335: a package name conflicts with an existing object
PLS-00336: non-object-table “string” illegal in this context
PLS-00337: “string” matches too many object table aliases
PLS-00338: unable to resolve “string” as a column or row expression
PLS-00339: “string” matches object-table without a REF or VALUE modifier
PLS-00341: declaration of cursor ‘string’ is incomplete or malformed
PLS-00351: Not logged onto database ‘string’
PLS-00352: Unable to access another database ‘string’
PLS-00353: ‘string’ must name a user in the database
PLS-00354: username must be a simple identifier
PLS-00355: use of pl/sql table not allowed in this context
PLS-00356: ‘string’ must name a table to which the user has access
PLS-00357: Table,View Or Sequence reference ‘string’ not allowed in this context
PLS-00358: column ‘string’ exists in more than one table; use qualifier
PLS-00359: assignment target in ‘string’ must have components
PLS-00360: cursor declaration without body needs return type
PLS-00361: IN cursor ‘string’ cannot be OPEN’ed
PLS-00362: invalid cursor return type; ‘string’ must be a record type
PLS-00363: expression ‘string’ cannot be used as an assignment target
PLS-00364: loop index variable ‘string’ use is invalid
PLS-00365: ‘string’ is an OUT parameter and cannot be read
PLS-00366: subtype of a NOT NULL type must also be NOT NULL
PLS-00367: a RAISE statement with no exception name must be inside an exception handler
PLS-00368: in RAISE statement, ‘string’ must be an exception name
PLS-00369: no choices may appear with choice OTHERS in an exception handler
PLS-00370: OTHERS handler must be last among the exception handlers of a block
PLS-00371: at most one declaration for ‘string’ is permitted in the declaration section
PLS-00372: In a procedure, RETURN statement cannot contain an expression
PLS-00373: EXIT label ‘string’ must label a LOOP statement
PLS-00374: illegal EXIT statement; it must appear inside the loop labeled ‘string’
PLS-00375: illegal GOTO statement; this GOTO cannot branch to label ‘string’
PLS-00376: illegal EXIT statement; it must appear inside a loop
PLS-00377: internal type PLS_INTEGER is not included in this release of PL/SQL
PLS-00378: invalid compilation unit for this release of PL/SQL
PLS-00379: CASE statements are not included in this release of PL/SQL
PLS-00380: functions and procedures are not included in this release of PL/SQL
PLS-00381: type mismatch found at ‘string’ between column and variable in subquery or INSERT
PLS-00382: expression is of wrong type
PLS-00383: type mismatch found at ‘string’ inside an IN or NOT IN clause
PLS-00384: type mismatch found at ‘string’ in UPDATE’s SET clause
PLS-00385: type mismatch found at ‘string’ in SELECT…INTO statement
PLS-00386: type mismatch found at ‘string’ between FETCH cursor and INTO variables
PLS-00387: INTO variable cannot be a database object
PLS-00388: undefined column ‘string’ in subquery
PLS-00389: table, view or alias name “string” not allowed in this context
PLS-00390: undefined column ‘string’ in INSERT statement
PLS-00391: undefined column ‘string’ in UPDATE statement
PLS-00392: Type mismatch in arguments to BETWEEN
PLS-00393: wrong number of columns in SELECT…INTO statement
PLS-00394: wrong number of values in the INTO list of a FETCH statement
PLS-00395: wrong number of values in VALUES clause of INSERT statement
PLS-00396: INSERT statement’s subquery yields wrong number of columns
PLS-00397: Type mismatch in arguments to IN
PLS-00398: wrong number of columns in UNION, INTERSECT, or MINUS expression
PLS-00399: different types of columns in UNION, INTERSECT, or MINUS expression