Errores PLS

Errores PLS mas frecuentes

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

PLS-00568: cannot access rows from a non-nested table item

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

PLS-00237: invalid BY VALUE indicator or length specification

PLS-00439: A LIMIT clause must be used within a BULK FETCH

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

PLS-00523: ORDER methods must return an INTEGER.

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

PLS-01417: Use of \%attribute

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

PLS-00433: inconsistent package STANDARD

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

PLS-00249: Invalid WITH CONTEXT Syntax

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

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

PLS-00205: Aggregate not allowed here

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

PLS-00420: can't call builtin routines remotely

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-00595: the TABLE operator is not allowed in this context

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

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

PLS-00242: invalid external type specification for CONTEXT

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

PLS-00659: constructor method must return SELF AS RESULT

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-00651: implementation type in Aggregate/Table function should be a valid type

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

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

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

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

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

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

PLS-01456: Name length cannot exceed 3.

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

PLS-00922: parameter plsql_native_make_file_name is not set

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

PLS-00246: PARAMETER STYLE is unsupported

PLS-00637: FINAL method cannot be overriden or hidden

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

PLS-00354: username must be a simple identifier

PLS-00563: illegal use of CAST expression

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

PLS-01408: Use of '&' token

PLS-01468: The first argument of the like-predicate must be a column of type character string

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

PLS-01503: The expression in a SET clause must not include a set function

PLS-00581: inheritance is not supported for opaque types