Errores PLS

Errores PLS mas frecuentes

PLS-01404: ANSI Identifiers can only consist of letters, digits, and the underscore character

PLS-00416: The third argument of DECODE cannot be NULL

PLS-00248: Invalid Library Syntax

PLS-00552: flexible character set is not allowed on component element

PLS-00583: size must be specified if opaque type is fixed-length

PLS-00434: record field has unsupported type: "string"

PLS-00319: subquery in an IN or NOT IN clause must contain exactly one column

PLS-00591: this feature is not supported in client-side programs

PLS-00499: coercion into collection of records not supported

PLS-00326: IN clause must contain same number of expressions as subquery

PLS-00327: "string" is not in SQL scope here

PLS-00604: aggregate function is not allowed here

PLS-01704: The expressions in a sort clause must be column specs or unsigned integers, with optional ASC or DESC

PLS-01909: : cannot assign supertype instance to subtype

PLS-00259: rights model (AUTHID) must be specified

PLS-00598: comparison of object with NULL using string is not allowed

PLS-00238: external parameter name string not found in formal parameter list

PLS-00424: RPC defaults cannot include Package State

PLS-00369: no choices may appear with choice OTHERS in an exception handler

PLS-00429: unsupported feature with RETURNING clause

PLS-00554: character set has already been determined

PLS-00716: Attribute/method 'string' can occur only once in an ALTER TYPE statement

PLS-00228: Illegal declaration of variable of type LONG

PLS-00490: illegal statement

PLS-00256: string is not a valid external library

PLS-00722: supertypes's AUTHID is different than subtype's AUTHID

PLS-00165: call statement is not supported in PL/SQL

PLS-00387: INTO variable cannot be a database object

PLS-00409: duplicate variable 'string' in INTO list is not permitted

PLS-01902: : hex to raw conversion error

PLS-00237: invalid BY VALUE indicator or length specification

PLS-00336: non-object-table "string" illegal in this context

PLS-00495: too many columns in SELECT...INTO statement after bursting record targets

PLS-00510: Float cannot have scale

PLS-00518: This INSERT statement requires VALUES clause containing a parenthesised list of values

PLS-01460: Cannot access object on a remote host

PLS-00171: duplicate dedicated AGENT specification in subprogram expression

PLS-00227: subprogram 'in' formal string is not yet denotable

PLS-00379: CASE statements are not included in this release of PL/SQL

PLS-00384: type mismatch found at 'string' in UPDATE's SET clause

PLS-00454: with a returning into clause, the table expression cannot be remote or a subquery

PLS-00521: ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF.

PLS-01450: This value_expression contains a nonconforming data type

PLS-00366: subtype of a NOT NULL type must also be NOT NULL

PLS-00254: OUT and IN/OUT modes cannot be used in this context

PLS-00562: a function must return a type.

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

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

PLS-00460: REPEATABLE subprogram 'string' has to be RNDS, WNDS, RNPS, and WNPS

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