PLS-00600: SAMPLE cannot be applied to a remote object
PLS-00601: partition extended object names may only be used with tables
PLS-00602: CUBE and ROLLUP may appear only in a GROUP BY clause
PLS-00603: GROUPING function supported only with GROUP BY CUBE or ROLLUP
PLS-00604: aggregate function is not allowed here
PLS-00605: set operators are not yet supported as an argument to a MULTISET operator
PLS-00606: cursor subquery is not supported on client side in this release
PLS-00607: SQLJ Object Types can have only SQLJ Types as its supertype or subtype
PLS-00608: the value of the USING clause must match that of the supertype
PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types
PLS-00610: ROW can be used only once in SET clause of UPDATE statement
PLS-00611: right hand side can be only the variables of record type
PLS-00612: Number of attributes do not match in SET clause
PLS-00613: only one item is allowed, when using variables of record type
PLS-00614: creating a FINAL NOT INSTANTIABLE type
PLS-00615: type mismatch found at ‘string’ between CASE operand and WHEN operands
PLS-00616: type mismatch found at ‘string’ among result expressions in a CASE expression
PLS-00617: at least one result in the CASE expression must not be NULL
PLS-00618: type mismatch found at ‘string’ between operands in a NULLIF expression
PLS-00619: the first operand in the NULLIF expression must not be NULL
PLS-00620: type mismatch found at ‘string’ among operands in a COALESCE expression
PLS-00621: at least one operand in the COALESCE expression must not be NULL
PLS-00622: range constraints must be between -2147483647 and 2147483647
PLS-00623: FLOAT precision constraint must be between 1 and 126
PLS-00624: USING clause must be used with either aggregate or pipelined functions
PLS-00625: PARTITION/CLUSTER/ORDER-BY clause can only be used with IN parameters
PLS-00626: partitioned/clustered/ordered parameter must be a function argument
PLS-00627: ‘string’ must be a strongly typed ref cursor
PLS-00628: ‘string’ must be a valid record attribute
PLS-00629: PIPE statement cannot be used in non-pipelined functions
PLS-00630: pipelined functions must have a collection return type
PLS-00631: PARTITION-BY and CLUSTER/ORDER-BY clauses must be used with the same function argument
PLS-00632: NOT INSTANTIABLE method cannot have a body
PLS-00633: RETURN statement in a pipelined function cannot contain an expression
PLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE
PLS-00635: method does not override
PLS-00636: overriding method requires OVERRIDING keyword
PLS-00637: FINAL method cannot be overriden or hidden
PLS-00638: cannot overload MAP method
PLS-00639: NCHAR/NVARCHAR2 cannot be byte length semantics
PLS-00640: a pipelined function cannot be called from PL/SQL context
PLS-00641: INTO clause not allowed for this SELECT statement
PLS-00642: local collection types not allowed in SQL statements
PLS-00643: booleans, index tables, records and cursors not allowed in SQL statements
PLS-00644: character set mismatch found at ‘string’ among result expressions in a CASE expression
PLS-00645: character set mismatch found at ‘string’ among operands in a COALESCE expression
PLS-00646: MAP or ORDER method must be defined in the root of the subtype hierarchy
PLS-00647: attribute by name “string” conflicts with method by same name
PLS-00649: method “string” can be overridden only once per object type
PLS-00650: invalid type for PARTITION/CLUSTER/ORDER BY clause
PLS-00651: implementation type in Aggregate/Table function should be a valid type
PLS-00652: aggregate functions should have exactly one argument
PLS-00653: aggregate/table functions are not allowed in PL/SQL scope
PLS-00654: PARTITION/ORDER/CLUSTER BY is only allowed for with PARALLEL_ENABLE
PLS-00655: only functions can be declared as PIPELINED
PLS-00656: field ‘string’ not available in input argument
PLS-00658: constructor method name must match type name
PLS-00659: constructor method must return SELF AS RESULT
PLS-00660: SELF parameter of constructor method must be IN OUT
PLS-00661: RETURN statement in a CONSTRUCTOR cannot include an expression
PLS-00662: Non-external object types containing external mapped attributes are not allowed
PLS-00663: the NEW keyword is not allowed in this context
PLS-00664: Both ORDER BY and CLUSTER BY can not be specified for the same table function