Errores PLS

Errores PLS mas frecuentes

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

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

PLS-00659: constructor method must return SELF AS RESULT

PLS-00354: username must be a simple identifier

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

PLS-00242: invalid external type specification for CONTEXT

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

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

PLS-01450: This value_expression contains a nonconforming data type

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

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

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

PLS-00249: Invalid WITH CONTEXT Syntax

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

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

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

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

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

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

PLS-00246: PARAMETER STYLE is unsupported

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

PLS-00713: attempting to instantiate a type that is NOT INSTANTIABLE

PLS-01500: Unions are not allowed in the definition of a view

PLS-00433: inconsistent package STANDARD

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-00663: the NEW keyword is not allowed in this context

PLS-00922: parameter plsql_native_make_file_name is not set

PLS-01471: The keyword DISTINCT must be present in a COUNT(DISTINCT sim_expr)

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

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

PLS-00581: inheritance is not supported for opaque types

PLS-01505: ALTER is non-ANSI

PLS-00337: "string" matches too many object table aliases

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

PLS-00637: FINAL method cannot be overriden or hidden

PLS-00662: Non-external object types containing external mapped attributes are not allowed

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

PLS-00205: Aggregate not allowed here

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

PLS-00492: variable or constant initialization may not refer to functions declared in the same package

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

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

PLS-01702: Illegal syntax in COMMIT WORK statement

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

PLS-00563: illegal use of CAST expression

PLS-01473: Use <> instead of != or ~=

PLS-00610: ROW can be used only once in SET clause of UPDATE statement

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

PLS-00909: object string is not declared or insufficient privileges to access object string