Errores pls

Errores pls mas frecuentes

PLS-00611: right hand side can be only the variables of record type

PLS-00214: BEGIN...END block nesting is too deep

PLS-00373: EXIT label 'string' must label a LOOP statement

PLS-00517: Type mismatch between a select list element 'string' and corresponding table column in INSERT statement with a subquery

PLS-00217: NUMBER scale constraint must be in range (-84 .. 127)

PLS-00524: The parameter type in an ORDER method must be the containing object type.

PLS-00555: default expressions are not allowed for SQL operators

PLS-01472: In a set_function_specification, if DISTINCT is present, the expression must be a column_specification

PLS-00617: at least one result in the CASE expression must not be NULL

PLS-00625: PARTITION/CLUSTER/ORDER-BY clause can only be used with IN parameters

PLS-00622: range constraints must be between -2147483647 and 2147483647

PLS-00205: Aggregate not allowed here

PLS-00420: can't call builtin routines remotely

PLS-00523: ORDER methods must return an INTEGER.

PLS-00249: Invalid WITH CONTEXT Syntax

PLS-00586: a static method cannot declare a parameter named SELF

PLS-00618: type mismatch found at 'string' between operands in a NULLIF expression

PLS-00170: the SQL statement in an OPEN statement or FOR loop must be a SELECT

PLS-00209: table 'string' is not in FROM clause

PLS-00358: column 'string' exists in more than one table; use qualifier

PLS-00543: a PLSQL Table may not contain a nested table type or VARRAY.

PLS-00242: invalid external type specification for CONTEXT

PLS-00704: 'string' must be declared as an exception

PLS-00901: the data type of column 'string' of table 'string' is not supported

PLS-01417: Use of \%attribute

PLS-01505: ALTER is non-ANSI

PLS-00595: the TABLE operator is not allowed in this context

PLS-00992: Cursor Variables cannot be FETCH'ed from

PLS-00450: a variable of this private type cannot be declared here

PLS-00573: cannot constrain scale, precision, or range of an anchored type declaration

PLS-00608: the value of the USING clause must match that of the supertype

PLS-00661: RETURN statement in a CONSTRUCTOR cannot include an expression

PLS-00246: PARAMETER STYLE is unsupported

PLS-00659: constructor method must return SELF AS RESULT

PLS-01713: The constraints on these types do not match

PLS-00528: The parameters to an ORDER function must have IN mode

PLS-00651: implementation type in Aggregate/Table function should be a valid type

PLS-01501: Options in CREATE TABLE statement is non-ANSI.

PLS-00354: username must be a simple identifier

PLS-00459: this feature is not allowed in REPEATABLE subprogram

PLS-00922: parameter plsql_native_make_file_name is not set

PLS-00529: Bad column name string in INSERT statement (must be an identifier)

PLS-00581: inheritance is not supported for opaque types

PLS-00637: FINAL method cannot be overriden or hidden

PLS-00406: length of SELECT list in subquery must match number of assignment targets

PLS-00515: The type of the REF INTO variable 'string' must be REF to the table's type

PLS-01407: One of the identifiers CHAR, CHARACTER, or INTEGER has been redefined by the programmer

PLS-01408: Use of '&' token

PLS-00391: undefined column 'string' in UPDATE statement

PLS-00571: method access through data base link not yet supported on client side