DB2-SQLCODE 错误码大全---[IBM官方]



Ref_:_SQLSTATE_IBM官方参考文档[中文]
Ref_:_SQLSTATE_IBM官方参考文档[英文]
Ref_:_SQLCODE(SQL_error_codes)_IBM官方参考文档[英文]



SQL error codes

###SQLCODEDescription
###-007statement contains the illegal character invalid-character
###-010the string constant beginning string is not terminated
###-011comment not closed
###-029into clause required
###-051identifier-name (sql-type) was previously declared or referenced
###-056an sqlstate or sqlcode variable declaration is in a nested compound statement
###-057the return statement in an sql function must return a value.
###-058value specified on return statement must be an integer
###-060invalid specification-type specification : specification-value
###-078parameter names must be specified for routine routine-name
###-079qualifier for object name was specified as qualifier1 but qualifier2 is required
###-084unacceptable sql statement
###-087a null value was specified in a context where a null is not allowed
###-096variable variable-name does not exist or is not supported by the server and a default value was not provided
###-097the use of long varchar or long vargraphic is not allowed in this context
###-101the statement is too long or too complex
###-102string constant is too long. string begins string
###-103constant is an invalid numeric constant
###-104illegal symbol “token”. some symbols that might be legal are: token-list
###-105invalid string
###-107the name name-value is too long. maximum allowable size is maximum-size
###-108the name name is qualified incorrectly
###-109clause-type clause is not permitted
###-110invalid hexadecimal constant beginning constant
###-111an aggregate function does not include a column name
###-112the operand of an aggregate function includes an aggregate function, an olap specification, or a scalar fullselect
###-113invalid character found in: string, reason code nnn
###-114the location name location does not match the current server
###-115a predicate is invalid because the comparison operator operator is followed by a parenthesized list or by any or all without a subquery
###-117the number of values assigned is not the same as the number of specified or implied columns
###-118the object table or view of the delete or update statement is also identified in a from clause
###-119a column or expression in a having clause is not valid
###-120an aggregate function or olap specification is not valid in the context in which it was invoked
###-121the column name is identified more than once in the insert or update operation or set transition variable statement
###-122column or expression in the select list is not valid
###-123the parameter in position n in the function name must be a constant or keyword
###-125an integer in the order by clause does not identify a column of the result
###-126the select statement contains both an update clause and an order by clause
###-127distinct is specified more than once in a subselect
###-128invalid use of null in a predicate
###-129the statement contains too many table names
###-130the escape clause consists of more than one character, or the string pattern contains an invalid occurrence of the escape character
###-131statement with like predicate has incompatible data types
###-132an operand of value is not valid
###-133an aggregate function in a subquery of a having clause is invalid because all column references in its argument are not correlated to the group by result that the having clause is applied to
###-134improper use of a string, lob, or xml value
###-136sort cannot be executed because the sort key length too long
###-137the length resulting from operation is greater than maximum-length
###-138the second or third argument of the substr or substring function is out of range
###-142the sql statement is not supported
###-144invalid section number number
###-147alter function function-name failed because source functions or spatial functions cannot be altered
###-148the source table or tablespace source-name cannot be altered, reason reason-code
###-150the object of the insert, delete, update, merge, or truncate statement is a view, system-maintained materialized query table, or transition table for which the requested operation is not permitted
###-151the update operation is invalid because the catalog description of column column-name indicates that it cannot be updated
###-152the drop clause clause in the alter statement is invalid because constraint-name is a constraint-type
###-153the statement is invalid because the view or table definition does not include a unique name for each column
###-154the statement failed because view or table definition is not valid
###-156the statement does not identify a table
###-157only a table name can be specified in a foreign key clause. object-name is not the name of a table.
###-158the number of columns specified for name is not the same as the number of columns in the result table.
###-159the statement references object-name which identifies an actual-type rather than an expected-type
###-160the with check option clause is not valid for the specified view
###-161the insert or update is not allowed because a resulting row does not satisfy the view definition
###-164authorization-id does not have the privilege to create a view with qualification qualifier-name
###-170the number of arguments specified for function-name is invalid
###-171the data type, length, or value of argument argument-position of function-name is invalid
###-173ur is specified on the with clause but the cursor is not read-only
###-180the date, time, or timestamp value value is invalid
###-181the string representation of a datetime value is not a valid datetime value
###-182an arithmetic expression with a datetime value is invalid
###-183an arithmetic operation on a date or timestamp has a result that is not within the valid range of dates
###-184an arithmetic expression with a datetime value contains a parameter marker
###-185the local format option has been used with a date or time and no local exit has been installed
###-186the local date length or local time length has been increased and executing program relies on the old length
###-187a reference to a current datetime special register is invalid because the mvs tod clock is bad or the mvs parmtz is out of range
###-188the string representation of a name is invalid
###-189ccsid ccsid is invalid
###-190the attributes specified for the column table-name.column-name are not compatible with the existing column definition
###-191a string cannot be used because it is invalid mixed data
###-197a qualified column name is not allowed in the order by clause when a set operator is also specified
###-198the operand of the prepare or execute immediate statement is blank or empty
###-199illegal use of keyword keyword. token token-list was expected
###-203a reference to column column-name is ambiguous
###-204name is an undefined name
###-205column-name is not a column of table table-name
###-206object-name is not valid in the context where it is used
###-208the order by clause is invalid because column column-name is not part of the result table
###-212name is specified more than once in the referencing clause of a trigger definition
###-214an expression in the following position, or starting with position-or-expression-start in the clause-type clause is not valid. reason code = reason-code
###-216the number of elements on each side of a predicate operator does not match. predicate operator is operator.
###-219the required explanation table table-name does not exist
###-220the column column-name in explanation table table-name is not defined properly
###-221“set of optional columns” in explanation table table-name is incomplete. optional column column-name is missing
###-222an update or delete operation was attempted against a hole using cursor cursor-name
###-224the result table does not agree with the base table using cursor-name
###-225fetch statement for cursor-name is not valid for the declaration of the cursor
###-227fetch fetch-orientation is not allowed, because cursor cursor-name has an unknown position (sqlcode,sqlstate)
###-228for update clause specified for read-only cursor cursor-name
###-229the locale locale specified in a set lc_ctype or other statement that is locale sensitive was not found
###-240the partition clause of a lock table statement is invalid
###-242the object named object-name of type object-type was specified more than once in the list of objects, or the name is the same as an existing object
###-243sensitive cursor cursor-name cannot be defined for the specified select statement
###-244sensitivity sensitivity specified on the fetch is not valid for cursor cursor-name
###-245the invocation of function routine-name is ambiguous
###-246statement using cursor cursor-name specified number of rows num-rows which is not valid with dimension
###-247a hole was detected on a multiple row fetch statement using cursor cursor-name, but indicator variables were not provided to detect the condition
###-248a positioned delete or update statement for cursor cursor-name specified row n of a rowset, but the row is not contained within the current rowset
###-249definition of rowset access for cursor cursor-name is inconsistent with the fetch orientation clause clause specified
###-250the local location name is not defined when processing a three-part object name
###-251token name is not valid
###-253a non-atomic statement statement successfully completed for some of the requested rows, possibly with warnings, and one or more errors
###-254a non-atomic statement statement attempted to process multiple rows of data, but errors occurred
###-270function not supported
###-300the string contained in host variable or parameter position-number is not nul-terminated
###-301the value of input host variable or parameter number position-number cannot be used as specified because of its data type
###-302the value of input variable or parameter number position-number is invalid or too large for the target column or the target value
###-303a value cannot be assigned to output host variable number position-number because the data types are not comparable
###-304a value with data type data-type1 cannot be assigned to a host variable because the value is not within the range of the host variable in position position-number with data type data-type2
###-305the null value cannot be assigned to output host variable number position-number because no indicator variable is specified
###-309a predicate is invalid because a referenced host variable has the null value
###-310decimal host variable or parameter number contains non-decimal data
###-311the length of input host variable number position-number is negative or greater than the maximum
###-312variable variable-name is not defined or not usable
###-313the number of host variables specified is not equal to the number of parameter markers
###-314the statement contains an ambiguous host variable reference
###-327the row cannot be inserted because it is outside the bound of the partition range for the last partition
###-330a string cannot be used because it cannot be processed. reason reason-code, character code-point, host variable position-number
###-331character conversion cannot be performed because a string, position position-number, cannot be converted from source-ccsid to target-ccsid, reason reason-code
###-332character conversion between ccsid from-ccsid to to-ccsid requested by reason-code is not supported
###-333the subtype of a string variable is not the same as the subtype known at bind time and the difference cannot be resolved by character conversion
###-336the scale of the decimal number must be zero
###-338an on clause is invalid
###-340the common table expression name has the same identifier as another occurrence of a common table expression definition within the same statement
###-341a cyclic reference exists between the common table expressions name1 and name2
###-342the common table expression name must not use select distinct and must use union all because it is recursive
###-343the column names are required for the recursive common table expression name
###-344the recursive common table expression name has mismatched data types or lengths or code page for column column-name
###-345the fullselect of the recursive common table expression name must be a union all and must not include aggregate functions, group by clause, having clause, or an explicit join including an on clause
###-346an invalid reference to common table expression name occurs in the first fullselect, as a second occurrence in the same from clause, or in the from clause of a subquery
###-348sequence-expression cannot be specified in this context
###-350column-name was implicitly or explicitly referenced in a context in which it cannot be used
###-351an unsupported sqltype was encountered in position position-number of the select-list
###-352an unsupported sqltype was encountered in position position-number of the input-list
###-353fetch is not allowed, because cursor cursor-name has an unknown position
###-354a rowset fetch statement may have returned one or more rows of data. however, one or more non-terminating error conditions were encountered. use the get diagnostics statement for more information regarding the conditions that were encountered
###-355a lob column is too large to be logged
###-356key expression expression-number is not valid, reason code = reason-code
###-359the range of values for the identity column or sequence is exhausted
###-363the extended indicator variable value for parameter position-number is out of range.
###-365use of the value of extended indicator variable in position value-position is not valid.
###-372only one rowid, identity, row change timestamp, row begin, row end, transaction start id, or security label column is allowed in a table
###-373default cannot be specified for column or sql variable name
###-374the clause clause has not been specified in the create or alter function statement for language sql function function-name but an examination of the function body reveals that it should be specified
###-390the function function-name, specific name specific-name, is not valid in the context where it is used
###-392sqlda provided for cursor cursor-name has been changed from the previous fetch (reason-code)
###-393the condition or connection number is invalid
###-396object-type object-name attempted to execute an sql statement during final call processing
###-397generated is specified as part of a column definition, but it is not valid for the definition of the column
###-398a locator was requested for host variable number position-number but the variable is not a lob
###-399invalid value rowid was specified
###-400the catalog has the maximum number of user defined indexes
###-401the data types of the operands of an operation are not compatible
###-402an arithmetic function or operator function-operator is applied to character or datetime data
###-404the sql statement specifies a string that is too long
###-405the numeric constant constant cannot be used as specified because it is out of range
###-406a calculated or derived numeric value is not within the range of its object column
###-407an update, insert, or set value is null, but the object column column-name cannot contain null values
###-408the value is not compatible with the data type of its target. target name is name
###-409invalid operand of a count function
###-410a numeric value value is too long, or it has a value that is not within the range of its data type
###-412the select clause of a subquery specifies multiple columns
###-413overflow or underflow occurred during numeric data type conversion
###-414a like predicate is invalid because the first operand is not a string
###-415the corresponding columns, column-number, of the operands of a set operator are not compatible
###-416an operand of a set operator contains a long string column
###-417a statement string to be prepared includes parameter markers as the operands of the same operator
###-418a statement string to be prepared contains an invalid use of parameter markers
###-419the decimal divide operation is invalid because the result would have a negative scale
###-420the value of a string argument was not acceptable to the function-name function
###-421the operands of a set operator do not have the same number of columns
###-423invalid value for locator in position position-#
###-426dynamic commit not valid at an application server where updates are not allowed
###-427dynamic rollback not valid at an application server where updates are not allowed
###-430routine-type routine-name (specific name specific-name) has abnormally terminated
###-431routine routine-name (specific name specific-name) of type routine-type has been interrupted by the user
###-433value value is too long
###-435an invalid sqlstate sqlstate is specified in a raise_error function, resignal statement, or signal statement
###-438application raised error with diagnostic text: text
###-440no authorized routine-type by the name routine-name having compatible arguments was found
###-441invalid use of ‘distinct’ or ‘all’ with function function-name
###-443routine routine-name (specific name specific-name) has returned an error sqlstate with diagnostic text msg-text
###-444user program name could not be found
###-449create or alter statement for function or procedure routine-name contains an invalid format of the external name clause or is missing the external name clause
###-450user-defined function or stored procedure name, parameter number parmnum, overlayed storage beyond its declared length.
###-451the data-item definition in the create or alter statement for routine-name contains data type type which is not supported for the type and language of the routine
###-452unable to access the file referenced by host variable variable-position. reason code: reason-code
###-453there is a problem with the returns clause in the create function statement for function-name
###-454the signature provided in the create function statement for function-name matches the signature of some other function already existing in the schema
###-455in create function for function-name, the schema name schema-name1 provided for the specific name does not match the schema name schema-name2 of the function
###-456in create function for function-name, the specific name specific-name already exists in the schema
###-457a function or distinct type cannot be called name since it is reserved for system use
###-458in a reference to function function-name by signature, a matching function could not be found
###-461a value with data type source-data-type cannot be cast to type target-data-type
###-469sql call statement must specify an output host variable for parameter number
###-470sql call statement specified a null value for input parameter number, but the stored procedure does not support null values.
###-471invocation of function or procedure name failed due to reason rc
###-472cursor cursor-name was left open by external function function-name (specific name specific-name)
###-473a user defined data type cannot be called the same name as a system predefined type (built-in type)
###-475the result type type-1 of the source function cannot be cast to the returns type type-2 of the user-defined function function-name
###-476reference to function function-name was named without a signature, but the function is not unique within its schema
###-478drop or revoke on object type object-type cannot be processed because object dependent-object of type dependent-type is dependent on it
###-480the procedure procedure-name has not yet been called
###-482the procedure procedure-name returned no locators
###-483in create function for function-name statement, the number of parameters does not match the number of parameters of the source function
###-487object-type object-name attempted to execute an sql statement when the definition of the function or procedure did not specify this action
###-490number number directly specified in an sql statement is outside the range of allowable values in this context (minval, maxval)
###-491create statement for user-defined function function-name must have a returns clause and: the external clause with other required keywords; the parameter names; or the source clause
###-492the create function for function-name has a problem with parameter number number. it may involve a mismatch with a source function
###-495estimated processor cost of estimate-amount1 processor seconds (estimate-amount2 service units) in cost category cost-category exceeds a resource limit error threshold of limit- amount service units
###-496the sql statement cannot be executed because it references a result set that was not created by the current server
###-497the maximum limit of internal identifiers has been exceeded for database database-name
###-499cursor cursor-name has already been assigned to this or another result set from procedure procedure-name.
###-500the identified cursor was closed when the connection was destroyed
###-501the cursor identified in a fetch or close statement is not open
###-502the cursor identified in an open statement is already open
###-503a column cannot be updated because it is not identified in the update clause of the select statement of the cursor
###-504cursor name cursor-name is not declared
###-507the cursor identified in the update or delete statement is not open
###-508the cursor identified in the update or delete statement is not positioned on a row or rowset that can be updated or deleted
###-509the table identified in the update or delete statement is not the same table designated by the cursor
###-510the table designated by the cursor of the update or delete statement cannot be modified
###-511the for update clause cannot be specified because the result table designated by the select statement cannot be modified
###-512statement reference to remote object is invalid
###-513the alias alias-name must not be defined on another local or remote alias
###-514the cursor cursor-name is not in a prepared state
###-516the describe statement does not specify a prepared statement
###-517cursor cursor-name cannot be used because its statement name does not identify a prepared select statement
###-518the execute statement does not identify a valid prepared statement
###-519the prepare statement identifies the select statement of the opened cursor cursor-name
###-525the sql statement cannot be executed because it was in error at bind time for section = sectno package = pkgname consistency token = contoken
###-526the requested operation or usage does not apply to table-type temporary table table-name
###-530the insert or update value of foreign key constraint-name is invalid
###-531parent key in a parent row cannot be updated because it has one or more dependent rows in relationship constraint-name
###-532the relationship constraint-name restricts the deletion of row with rid x rid-number
###-533invalid multiple-row insert
###-534the primary key cannot be updated because of multiple-row update
###-536the delete statement is invalid because table table-name can be affected by the operation
###-537the primary key, foreign key, unique, or partitioning key clause identifies column column-name more than once
###-538foreign key name does not conform to the description of a parent key of table table-name
###-539table table-name does not have a primary key
###-540the definition of table table-name is incomplete because it lacks a primary index or a required unique index
###-542column-name cannot be a column of a hash key, primary key, a unique constraint, or a parent key because it can contain null values
###-543a row in a parent table cannot be deleted because the check constraint check-constraint restricts the deletion
###-544the check constraint specified in the alter table statement cannot be added because an existing row violates the check constraint
###-545the requested operation is not allowed because a row does not satisfy the check constraint check-constraint
###-546the check constraint constraint-name is invalid
###-548a check constraint that is defined with column-name is invalid
###-549the statement statement is not allowed for object_type1 object_name because the bind option dynamicrules(run) is not in effect for object_type2
###-551auth-id does not have the privilege to perform operation operation on object object-name
###-552authorization-id does not have the privilege to perform operation operation
###-553authorization-id specified is not one of the valid authorization ids for requested operation
###-554an authorization id or role cannot grant a privilege to itself
###-555an authorization id or role cannot revoke a privilege from itself
###-556revoke-target cannot have the privilege privilege object-name revoked by revoker-id because the revokee does not possess the privilege or the revoker did not make the grant
###-557inconsistent grant/revoke keyword keyword. permitted keywords are keyword-list
###-559all authorization functions have been disabled
###-562the specified privileges cannot be granted to public.
###-567bind-type authorization error using auth-id authority package = package-name privilege = privilege
###-571the statement would result in a multiple site update
###-573table table-name does not have a unique key with the specified column names
###-574the specified default value or identity attribute value conflicts with the definition of column column-name
###-575object object-name (object type object-type) cannot be referenced explicitly or implicitly
###-577object-type object-name attempted to modify data when the definition of the function or procedure did not specify this action
###-578the return statement was not executed for sql function function-name.
###-579object-type object-name attempted to read data when the definition of the function or procedure did not specify this action
###-580the result-expressions of a case expression cannot all be null
###-581the data types of the result-expressions of a case expression are not compatible
###-582the search-condition in a searched-when-clause of a case is not valid in the context in which it was specified. the search condition contains a quantified predicate or an in predicate that includes a fullselect, and these are not allowed in the specified context.
###-583the use of function or expression name is invalid because it is not deterministic or has an external action
###-584invalid use of null
###-585the collection collection-id appears more than once in the set special-register statement
###-586the total length of the current path special register cannot exceed 2048 characters
###-589a positioned delete or update statement for cursor cursor-name specified a row of a rowset, but the cursor is not positioned on a rowset
###-590name name is not unique in the create or alter for routine routine-name
###-592not authorized to create functions or procedures in wlm environment env-name
###-593not null must be specified for column-name because it is defined as a rowid (or distinct type for rowid), row change timestamp column, row begin column, row end column, or column of a period column-name
###-594attempt to create a nullable rowid or distinct type column column-name
###-601the name (version or volume serial number) of the object to be defined or the target of a rename statement is identical to the existing name (version or volume serial number) object-name of the object type object-type
###-602too many columns, periods, or key-expressions specified in a create index or alter index statement
###-603a unique index cannot be created because the table contains rows which are duplicates with respect to the values of the identified columns and periods
###-604a data type definition specifies an invalid length, precision, or scale attribute
###-607operation or option operation is not defined for this object
###-611only lockmax 0 can be specified when the lock size of the tablespace is tablespace or table
###-612identifier is a duplicate name
###-613the primary key or a hash key or a unique constraint is too long or has too many columns and periods
###-614the index cannot be created or altered, or the length of a column cannot be changed because the sum of the internal lengths of the columns for the index is greater than the allowable maximum
###-615operation-type is not allowed on a package in use
###-616obj-type1 obj-name1 cannot be dropped because it is referenced by obj-type2 obj-name2
###-618operation operation is not allowed on system databases
###-619operation disallowed because the database is not stopped
###-620keyword keyword in stmt-type statement is not permitted for a space-type space in the database-type database
###-621duplicate dbid dbid was detected and previously assigned to database-name
###-622for mixed data is invalid because the mixed data install option is no
###-623cluster is not valid for table-name
###-624table table-name already has a primary key or unique constraint with specified columns and periods
###-625table table-name does not have an index to enforce the uniqueness of the primary or unique key
###-626the alter statement is not executable because the page set is not stopped
###-627the alter statement is invalid because the table space or index has user-managed data sets
###-628the clauses are mutually exclusive
###-629set null cannot be specified because foreign key name cannot contain null values
###-631foreign key name is too long or has too many columns
###-632the table cannot be defined as a dependent of table-name because of delete rule restrictions
###-633the delete rule must be delete-rule
###-634the delete rule must not be cascade
###-635the delete rules cannot be different or cannot be set null
###-636ranges specified for partition part-num are not valid
###-637duplicate keyword-name keyword or clause
###-638table table-name cannot be created because column definition is missing
###-639a nullable column of a foreign key with a delete rule of set null cannot be a column of the key of a partitioned index
###-640locksize row cannot be specified because table in this tablespace has type 1 index
###-643a check constraint or the value of an expression for a column of an index exceeds the maximum allowable length key expression
###-644invalid value specified for keyword or clause keyword-or-clause in statement statement-type
###-646table table-name cannot be created in specified table space table-space-name because it already contains a table
###-647bufferpool bp-name for implicit or explicit tablespace or indexspace name has not been activated
###-650the alter statement cannot be executed, reason reason-code
###-651table description exceeds maximum size of object descriptor.
###-652violation of installation defined edit or validation procedure proc-name
###-653table table-name in partitioned table space tspace-name is not available because its partitioned index has not been created
###-655the create or alter stogroup is invalid because the storage group would have both specific and non-specific volume ids
###-658a object-type cannot be dropped using the statement statement
###-660index index-name cannot be created or altered on partitioned table space tspace-name because key limits are not specified
###-661object-type object-name cannot be created on partitioned table space tspace-name because the number of partition specifications is not equal to the number of partitions of the table space
###-662a partitioned index cannot be created on a table space, or a table space cannot be index-controlled. table space tspace-name, reason reason-code
###-663the number of key limit values is either zero, or greater than the number of columns in the key of index index-name
###-665the partition clause of an alter statement is omitted or invalid
###-666stmt-verb object cannot be executed because function is in progress
###-667the clustering index for a partitioned table space cannot be explicitly dropped
###-668the column cannot be added to the table because the table has an edit procedure defined with row attribute sensitivity
###-669the object cannot be explicitly dropped. reason reason-code
###-670the record length of the table exceeds the page size limit
###-671the bufferpool attribute of the table space cannot be altered as specified because it would change the page size of the table space
###-672operation drop not allowed on table table_name
###-676the physical characteristics of the index are incompatible with respect to the specified statement. the statement has failed. reason reason-code
###-677insufficient virtual storage for bufferpool expansion
###-678the constant constant specified for the index limit key must conform to the data type data-type of the corresponding column column-name
###-679the object name cannot be created because a drop is pending on the object
###-680too many columns specified for a table, view or table function
###-681column column-name in violation of installation defined field procedure. rt: return-code, rs: reason-code, msg: message-token
###-682field procedure procedure-name could not be loaded
###-683the specification for column, distinct type, function, or procedure data-item contains incompatible clauses
###-684the length of constant list beginning string is too long
###-685invalid field type, column-name
###-686column defined with a field procedure can not compare with another column with different field procedure
###-687field types incomparable
###-688incorrect data returned from field procedure, column-name, msgno
###-689too many columns defined for a dependent table
###-690the statement is rejected by data definition control support. reason reason-code
###-691the required registration table table-name does not exist
###-692the required unique index index-name for ddl registration table table-name does not exist
###-693the column column-name in ddl registration table or index name is not defined properly
###-694the schema statement cannot be executed because a drop is pending on the ddl registration table table-name
###-695invalid value seclabel specified for security label column of table table-name
###-696the definition of trigger trigger-name includes an invalid use of correlation name or transition table name name. reason code=reason-code
###-697old or new correlation names are not allowed in a trigger defined with the for each statement clause. old_table or new_table names are not allowed in a trigger with the before clause.
###-713the replacement value for special-register is invalid
###-715program program-name with mark release-dependency-mark failed because it depends on functions of the release from which fallback has occurred
###-716program program-name precompiled with incorrect level for this release
###-717bind-type for object-type object-name with mark release-dependency-mark failed because object-type depends on functions of the release from which fallback has occurred
###-718rebind of package package-name failed because ibmreqd of ibmreqd is invalid
###-719bind add error using auth-id authority package package-name already exists
###-720bind error, attempting to replace package = package_name with version= version2 but this version already exists
###-721bind error for package = pkg-id contoken = contoken’x is not unique so it cannot be created
###-722bind-type error using auth-id authority package package-name does not exist
###-723an error occurred in a triggered sql statement in trigger-name. information returned: sqlcode: sql-code, sqlstate: sql-state, message tokens token-list, section number section-number
###-724the activation of the object-type object object-name would exceed the maximum level of indirect sql cascading
###-725the special register register at location location was supplied an invalid value
###-726bind error attempting to replace package = package-name. there are enable or disable entries currently associated with the package
###-729a stored procedure specifying commit on return cannot be the target of a nested call statement
###-730the parent of a table in a read-only shared database must also be a table in a read-only shared database
###-731user-defined dataset dsname must be defined with shareoptions(1,3)
###-732the database is defined on this subsystem with the roshare read attribute but the table space or index space has not been defined on the owning subsystem
###-733the description of a table space, index space, or table in a roshare read database must be consistent with its description in the owner system
###-734the roshare attribute of a database cannot be altered from roshare read
###-735database dbid cannot be accessed because it is no longer a shared database
###-736invalid obid obid specified
###-737implicit table space not allowed
###-739create or alter function function-name failed because functions cannot modify data when they are processed in parallel.
###-740function name is defined with the option modifies sql data which is not valid in the context in which it was invoked
###-741a database-type database is already defined for member member-name
###-742dsndb07 is the implicit work file database
###-746the sql statement in function, trigger, or in stored procedure name violates the nesting sql restriction
###-747table table-name is not available until the auxiliary tables and indexes for its externally stored columns have been created
###-748an index index-name already exists on auxiliary table table-name
###-750the source table table-name cannot be renamed or altered because it is referenced in an existing view, materialized query table, or is a clone table, or has a clone table defined for it.
###-751object-type object-name (specific name specific name) attempted to execute an sql statement sql-statement that is not allowed
###-752the connect statement is invalid because the process is not in the connectable state
###-763invalid table space name space-name
###-764a lob table space and its associated base table space must be in the same database
###-765table is not compatible with database
###-766the object of a statement is a table for which the requested operation is not permitted
###-767missing or invalid column specification for index index-name
###-768an auxiliary table already exists for the specified column or partition
###-769specification of create aux table does not match the characteristics of the base table
###-770table table-name cannot have a lob column unless it also has a rowid, or an xml column unless it also has a docid column
###-771invalid specification of a rowid column
###-773case not found for case statement
###-775statement specified in sql routine is not allowed within a compound statement.
###-776use of cursor cursor-name is not valid
###-778ending label label-name does not match the beginning label
###-779label label specified on a goto, iterate, or leave statement is not valid
###-780undo specified for a handler
###-781condition condition-name is not defined or the definition is not in scope
###-782a condition or sqlstate condition-value specified is not valid
###-783select list for cursor cursor-name in for statement is not valid. column column-name is not unique
###-784constraint constraint-name cannot be dropped.
###-785use of sqlcode or sqlstate is not valid
###-787resignal statement issued outside of a handler
###-797the trigger trigger-name is defined with an unsupported triggered sql statement
###-798a value cannot be specified for column column-name which is defined as generated always
###-802exception error exception-type has occurred during operation-type operation on data-type data, position position-number
###-803an inserted or updated value is invalid because the index in index space indexspace-name constrains columns of the table so no two rows can contain duplicate values in those columns. rid of existing row is x record-id
###-804an error was found in the application program input parameters for the sql statement, reason reason
###-805dbrm or package name location-name.collection-id.dbrm-name.consistency-token not found in plan plan-name. reason reason-code
###-807access denied: package package-name is not enabled for access from connection-type connection-name
###-808the connect statement is not consistent with the first connect statement
###-811the result of an embedded select statement or a subselect in the set clause of an update statement is a table of more than one row, or the result of a subquery of a basic predicate is more than one value
###-812the sql statement cannot be processed because a blank collection-id was found in the current packageset special register while trying to form a qualified package name for program program-name.consistency-token using plan plan-name
###-817the sql statement cannot be executed because the statement will result in a prohibited data change operation.
###-818the precompiler-generated timestamp x in the load module is different from the bind timestamp y built from the dbrm z
###-819the view cannot be processed because the length of its parse tree in the catalog is zero
###-820the sql statement cannot be processed because catalog-table contains a value that is not valid in this release
###-822the sqlda contains an invalid data address or indicator variable address
###-840too many items returned in a select or insert list
###-842a connection to location-name already exists
###-843the set connection or release statement must specify an existing connection
###-845a previous value expression cannot be used before the next value expression generates a value in the current application process for sequence sequence-name
###-846invalid specification of an identity column or sequence object object-type object-name. reason code = reason-code
###-867invalid specification of a rowid column
###-870the number of host variables in the statement is not equal to the number of descriptors
###-872a valid ccsid has not yet been specified for this subsystem
###-873the statement referenced data encoded with different encoding schemes or ccsids in an invalid context
###-874the encoding scheme specified for the object-type must be the same as the containing table space or other parameters
###-875operand cannot be used with the ascii data referenced
###-876object-type cannot be created or altered, reason reason-code
###-877ccsid ascii or ccsid unicode is not allowed for this database or table space
###-878the explain-object used for explain must be encoded in unicode. it cannot be in ascii or ebcdic.
###-879create or alter statement for object-name cannot define a column, distinct type, function or stored procedure parameter as mixed or graphic with encoding scheme encoding-scheme
###-880savepoint savepoint-name does not exist or is invalid in this context
###-881a savepoint with name savepoint-name already exists, but this savepoint name cannot be reused
###-882savepoint does not exist
###-900the sql statement cannot be executed because the application process is not connected to a server
###-901unsuccessful execution caused by a system error that does not preclude the successful execution of subsequent sql statements
###-902pointer to the essential control block (ct/rda) has value 0, rebind required
###-904unsuccessful execution caused by an unavailable resource. reason reason-code, type of resource resource-type, and resource name resource-name
###-905unsuccessful execution due to resource limit being exceeded, resource name = resource-name limit = limit-amount1 cpu seconds (limit-amount2 service units) derived from limit-source
###-906the sql statement cannot be executed because this function is disabled due to a prior error
###-908bind-type error using auth-id authority. bind, rebind or auto-rebind operation is not allowed
###-909the object has been deleted or altered
###-910the sql statement cannot access an object on which uncommitted changes are pending
###-911the current unit of work has been rolled back due to deadlock or timeout. reason reason-code, type of resource resource-type, and resource name resource-name
###-913unsuccessful execution caused by deadlock or timeout. reason code reason-code, type of resource resource-type, and resource name resource-name
###-917bind package failed
###-918the sql statement cannot be executed because a connection has been lost
###-919a rollback operation is required
###-922authorization failure: error-type error. reason reason-code
###-923connection not established: db2 condition reason reason-code, type resource-type, name resource-name
###-924db2 connection internal error, function-code,return-code,reason-code
###-925commit not valid in ims, cics or rrsaf environment
###-926rollback not valid in ims, cics or rrsaf environment
###-927the language interface (li) was called when the connecting environment was not established. the program should be invoked under the dsn command
###-929failure in a data capture exit: token
###-939rollback required due to unrequested rollback of a remote server
###-947the sql statement failed because it will change a table defined with data capture changes, but the data cannot be propagated
###-948distributed operation is invalid
###-950the location name specified in the connect statement is invalid or not listed in the communications database
###-951object object-name object type object-type is in use and cannot be the target of the specified alter statement
###-952processing was interrupted by a cancel request from a client program
###-981the sql statement failed because the rrsaf connection is not in a state that allows sql operations, reason reason-code.
###-989after trigger trigger-name attempted to modify a row in table table-name that was modified by an sql data change statement within a from clause
###-991call attach was unable to establish an implicit connect or open to db2. rc1= rc1 rc2= rc2
###-992package package-name cannot be executed or deployed on location location-name
###-1403the username and/or password supplied is incorrect
###-1760create procedure for procedure-name must have valid language and external clauses
###-2001the number of host variable parameters for a stored procedure is not equal to the number of expected host variable parameters. actual number sqldanum, expected number opnum
###-4302java stored procedure or user-defined function routine-name (specific name specific-name) has exited with an exception exception-string
###-4700attempt to use new function before new function mode
###-4701the number of partitions, or the combination of the number of table space partitions and the corresponding length of the partitioning limit key exceeds the system limit; or the combination of the number of table space partitions exceeds the maxpartitions for partition by growth table space.
###-4704an unsupported data type was encountered as an include column
###-4705option specified on alter statement for routine-name (routine-type) is not valid
###-4706alter statement for an sql routine cannot be processed because the options currently in effect (envid current-envid) are not the same as the ones that were in effect (envid defined-envid) when the routine or version was first defined
###-4709explain monitored stmts failed with reason code = yyyyy
###-4710exchange data statement specified table1 and table2 but the tables do not have a defined clone relationship
###-4727system parameter system-parameter value parameter-value is inconsistent with clause clause specified on statement-name statement.
###-4730invalid specification of xml column table-name.column-name is not defined in the xml versioning format, reason reason-code
###-4731the native sql routine statement for package location-name.collection-id.program-name.consistency-token statement number statement-number cannot be processed.
###-4732the maximum number of alters allowed has been exceeded for object-type
###-4733the alter table statement cannot be executed because column column-name is mixed data, or the data type or length specified does not agree with the existing data type or length
###-4734the load module for the procedure assumes a parameter varchar option that is not consistent with the option specified on the create procedure statement for procedure-name
###-4735invalid table reference for table locator
###-4736a period specification or period clause is not supported as specified for object object-name. reason code = reason-code.
###-4737statement statement is not allowed when using a trusted connection
###-4738table table-name cannot be defined as specified in the statement statement in a common criteria environment
###-4739environment settings (identified by envid1) used by object-name are not the same as the ones that were in effect (identified byenvid2) when other column masks and row permissions were defined for table table-name
###-4742the statement cannot be executed by db2 or in the accelerator (reason reason-code)
###-4746the statement cannot be processed for an accelerated query. reason code reason-code.
###-4747the create or alter table statement failed because some functionality was specified in the table definition that is not supported with the table type. unsupported functionality:functionality-keyword.
###-4751bind-type for package = package-name failed because of the use of keyword. one or more statements were not successfully processed.
###-4753function-name function failure, rc=return-code reason=reason-code was received from z/os unicode services
###-5001table table-name is not valid
###-5012host variable host-variable is not exact numeric with scale zero
###-7008object-name not valid for operation (reason-code)
###-16000an xquery expression cannot be processed because the context-component component of the static context has not been assigned. error qname = err:xpst0001
###-16001an xquery expression starting with token token cannot be processed because the focus component of the dynamic context has not been assigned. error qname = err:xpdy0002
###-16002an xquery expression has an unexpected token token following text. expected tokens may include: token-list. error qname= err:xpst0003
###-16003an expression of data type value-type cannot be used when the data type expected-type is expected in the context. error qname= err:xpty0004
###-16005an xquery expression references an element name, attribute name, type name, function name, namespace prefix, or variable name undefined-name that is not defined within the static context. error qname= err:xpst0008
###-16007-16007 the xquery path expression references an axis axis-type that is not supported. error qname = err:xqst0010
###-16009an xquery function named function-name with number-of-parms parameters is not defined in the static context. error qname= err:xpst0017
###-16011the result of an intermediate step expression in an xquery path expression contains an atomic value. error qname = err:xpty0019
###-16012the context item in an axis step must be a node. error qname = err:xpty0020
###-16015an element constructor contains an attribute node named attribute-name that follows an xquery node that is not an attribute node. error qname = err:error-name
###-16016the attribute name attribute-name cannot be used more than once in an element constructor. error qname = err:xqty0025
###-16020the context node in a path expression that begins with an initial “/” or “//” does not have an xquery document node root. error qname = err:xpdy0050
###-16022operands of types xquery-data-types are not valid for operator operator-name . error qname = err:xpty0004
###-16023the xquery prolog cannot contain multiple declarations for the same namespace prefix ns-prefix. error qname = err:xqst0033
###-16024the namespace prefix prefix-name cannot be redeclared or cannot be bound to the specified uri. error qname = err:xqst0070
###-16026the name attribute-name is used for more than one attribute in the constructor for the element named element-name. error qname=err:xqst0040
###-16029two or more namespaces within the same xquery element constructor use the same namespace prefix prefix-name. error qname=err:xqst0071
###-16031xquery language feature using syntax string is not supported
###-16032the string string is not a valid uri. error qname = err:xqst0046
###-16033the target data type type-name of a castable expression is not an atomic data type defined for the in-scope xml schema types or is a data type that cannot be used in a castable expression. error qname=err:xpst0080
###-16036the uri that is specified in a namespace declaration cannot be a zero-length string
###-16038the arguments of fn:datetime have different timezones. error qname=err:forg0008.
###-16041an implicit or explicit invocation of the fn:boolean function in the xquery expression could not compute the effective boolean value of the sequence. error qname=err:forg0006
###-16046a numeric xquery expression attempted to divide by zero. error qname = err:foar0001
###-16047an xquery expression resulted in arithmetic overflow or underflow. error qname= err:foar0002
###-16048an xquery prolog cannot contain more than one declaration-type declaration. error qname = error-qname
###-16049the lexical value value is not valid for the type-name data type in the function or cast. error qname= err:foca0002
###-16051the value value of data type source-type is out of range for an implicit or explicit cast to target data type target-type. error qname = err:error-qname
###-16052nan cannot be used as a float or double value in a datetime operation. error qname=err:foca0005.
###-16055an arithmetic operation involving a datetime value resulted in overflow. error qname=err:fodt0001.
###-16056an arithmetic operation involving a duration value resulted in overflow. error qname=err:fodt0002.
###-16057a timezone value is not valid. error qname=err:fodt0003.
###-16061the value value cannot be constructed as, or cast (using an implicit or explicit cast) to the data type data-type. error qname = err:forg0001
###-16065an empty sequence cannot be cast to the data type data-type, error qname = err:forg0006
###-16066the argument passed to the aggregate function function-name is not valid. error qname = err:forg0006
###-16067the flags argument value passed to the function function-name is not valid. error qname= err:forx0001
###-16068the regular expression argument value passed to the function function-name is not valid. error qname= err:forx0002
###-16069a regular expression argument value passed to the function function-name matches a zero-length string. error qname= err:forx0003
###-16075the sequence to be serialized contains an item that is an attribute node. error qname = err:senr0001
###-16080an xquery expression includes one or more expression-type expressions outside the xquery-update-constant of an xmlmodify function. error qname=err:xust0001.
###-16081the xquery-update-constant in the xmlmodify function is not an updating expression or an empty sequence expression. error qname=err:xust0002.
###-16085the target node of an xquery expression-type expression is not valid. error qname=err:error-name.
###-16086the replacement sequence of a replace expression contains invalid nodes for the specified target node. error qname=err:error-name.
###-16087the result of applying the updating expressions in the xmlmodify function is not a valid instance of the xquery and xpath data model. additional information: information-1, information-2. error qname=err:xudy0021.
###-16088an expression-type expression has a binding of a namespace prefix prefix-string to namespace uri uri-string, introduced to an element named element-name, that conflicts with an existing namespace binding of the same prefix to a different uri in the in-scope namespaces of that element node. error qname=err:xudy0023.
###-16089an expression-type expression and possibly other updating expressions in an xmlmodify function introduce conflicting namespace bindings into an element named element-name. the prefix prefix-string is bound to uri-string while another binding of the same prefix uses a different namespace uri. error qname=err:xudy0024.
###-16246incomplete annotation mapping at or near line lineno in xml schema document uri. reason code = reason-code.
###-16247source xml type source-data-type cannot be mapped to target sql type target-data-type in the annotation at or near line lineno in xml schema document uri
###-16248unknown annotation annotation-name at or near line lineno in xml schema document uri
###-16249the db2-xdb:expression annotation expression at or near line lineno in xml schema document uri is too long.
###-16250the db2-xdb:defaultsqlschema with value schema-name at or near line lineno in xml schema document uri conflicts with another db2-xdb:defaultsqlschema specified in one of the xml schema documents within the same xml schema.
###-16251duplicate annotation defined for object-name at or near location in xml schema document uri
###-16252the db2-xdb:rowset name rowset-name specified at or near line lineno in the xml schema document uri is already associated with another table
###-16253the db2-xdb:condition annotation condition at or near line lineno in xml schema document uri is too long.
###-16254a db2-xdb:locationpath locationpath at or near line lineno in xml schema document uri is not valid with reason code reason-code.
###-16255a db2-xdb:rowset value rowset-name used at or near line lineno in xml schema document uri conflicts with a db2-xdb:table annotation with the same name.
###-16257xml schema feature feature specified is not supported for decomposition.
###-16258the xml schema contains a recursive element which is an unsupported feature for decomposition. the recursive element is identified as elementnamespace : elementname of type typenamespace : typename.
###-16259invalid many-to-many mappings detected in xml schema document uri1 near line lineno1 and in xml schema document uri2 near line lineno2.
###-16260xml schema annotations include no mappings to any column of any table.
###-16262the annotated xml schema has no columns mapped for rowset rowsetname.
###-16265the xml document cannot be decomposed using xml schema xsrobject-name which is not enabled or is inoperative for decomposition.
###-16266an sql error occurred during decomposition of document docid while attempting to insert data. information returned for the error includes sqlcode sqlcode, sqlstate sqlstate, and message tokens token-list.
###-20003gbpcache none cannot be specified for tablespace or index in grecp
###-200048k or 16k bufferpool pagesize invalid for a workfile object
###-20005the internal id limit of limit has been exceeded for object type object-type
###-20008attempt to use an unsupported feature on object object-name. reason code: reason-code
###-20016the value of the inline length associated with object-name is too big or the inline length clause is not allowed in the context.
###-20019the result type returned from the function body cannot be assigned to the data type defined in the returns clause
###-20046the selectivity clause following predicate-string can only specified for a spatial predicate function.
###-20058the fullselect specified for materialized query table table-name is not valid.
###-20060unsupported data type data-type encountered in sql object-type object-name
###-20070auxiliary table table-name cannot be created because column column-name is not a lob column
###-20071wlm environment name must be specified function-name
###-20072csect-name bind-type bind-subtype error using authorization-id authority. operation is not allowed on a package-type package package-name
###-20073the function function-name cannot be altered because it is referenced in existing view or materialized query table definitions
###-20074the object object-name cannot be created because the first three characters are reserved for system objects
###-20091a view name was specified after like in addition to the including identity column attributes clause
###-20092a table or view was specified in the like clause, but the object cannot be used in this context
###-20093the table table-name cannot be converted to or from a materialized query table, or the materialized query table property cannot be altered. reason code = reason-code.
###-20094the column column-name is a generated column and cannot be used in the before trigger trigger-name.
###-20100an error occurred when binding a triggered sql statement. information returned: section number : section-number sqlcode sqlerror, sqlstate sqlstate, and message tokens token-list
###-20101the function function-name failed with reason reason-code
###-20102create or alter statement for routine routine-name specified the option option which is not allowed for the type of routine
###-20104an attempt to alter a ccsid from from-ccsid to to-ccsid failed
###-20106the ccsid for the table space or database cannot be changed because the table space or database already contains a table that is referenced in existing view, or materialized query table definitions or an extended index
###-20107host variable or parameter number position-number cannot be used as specified because reason reason
###-20108a result set contains an unsupported data type in position number position-number for cursor cursor-name opened by stored procedure procedure-name
###-20110cannot implicitly connect to a remote site with a savepoint outstanding
###-20111cannot issue savepoint, release savepoint, rollback to savepoint from a trigger, from a user-defined function, or from a global transaction
###-20117a window specification for an olap specification is not valid. reason code = reason-code.
###-20120an sql table function must return a table result.
###-20123call to stored procedure procedure-name failed because the result set returned for cursor cursor-name is scrollable, but the cursor is not positioned before the first row
###-20124open cursor cursor failed because the cursor is scrollable but the client does not support this
###-20125call to stored procedure procedure-name failed because the result set for cursor cursor-name is scrollable, but the client does not support this, reason reason-code.
###-20127value specified on fetch statement for absolute or relative is too large for drda
###-20129local special register is not valid as used
###-20142sequence sequence-name cannot be used as specified
###-20143the encryption or decryption function failed, because the encryption password value is not set
###-20144the encryption is invalid because the length of the password was less than 6 bytes or greater than 127 bytes
###-20146the decryption failed. the data is not encrypted
###-20147the encryption function failed. multiple pass encryption is not supported
###-20148a return statement does not exist or was not invoked during the execution of routine routine-name with specific name specific-name.
###-20163hexadecimal constant gx is not allowed
###-20165an sql data change statement within a from clause is not allowed in the context in which it was specified
###-20166an sql data change statement within a select specified a view view-name which is not a symmetric view or could not have been defined as a symmetric view
###-20177set data type clause on alter table specified floating point, but this change is disallowed
###-20178view view-name already has an instead of operation trigger defined
###-20179the instead of trigger cannot be created because the view view-name is defined using the with check option
###-20180column column-name in table table-name cannot be altered as specified
###-20181column cannot be added to index index-name
###-20182partitioning clause clause on stmt-type statement for index-name is not valid
###-20183the partitioned, add partition, add partitioning key, alter partition, rotate partition, or partition by range clause specified on create or alter for table-name is not valid
###-20185cursor cursor-name is not defined to access rowsets, but a clause was specified that is valid only with rowset access
###-20186a clause specified for the dynamic sql statement being processed is not valid
###-20200the install or replace of jar-id with url url failed due to reason reason-code-(reason-string).
###-20201the install, replace, remove, or alter of jar-name failed due to reason reason-code-(reason-string)
###-20202the remove of jar-name failed as class is in use
###-20203user-defined function or procedure name has a java method with an invalid signature. the error is at or near parameter number. the signature is signature.
###-20204the user-defined function or procedure routine-name was unable to map to a single java method
###-20207the install or remove of jar-name specified the use of a deployment descriptor.
###-20210the sql statement cannot be executed because it was precompiled at a level that is incompatible with the current value of the encoding bind option or special register
###-20211the specification order by or fetch first n rows only is invalid
###-20212user-defined routine name encountered an exception attempting to load java class class-name from jar jar-name. original exception: exception-string
###-20213stored procedure procedure-name has returned a dynamic result set, parameter number, that is not valid
###-20223the encrypt_tdes or decrypt function failed. encryption facility not available return-code, reason-code
###-20224encrypted data that was originally a binary string cannot be decrypted to a character string
###-20227required clause is missing for argument number of expression
###-20228a stacked diagnostics area is not available
###-20232character conversion from ccsid from-ccsid to to-ccsid failed with error code error-code for table dbid.obid column column-number requested by csect-name
###-20235the column column-name cannot be added or altered because table-name is a materialized query table
###-20240invalid specification of a security label column table-name.column-name reason code reason-code
###-20248attempted to explain all cached statements or a cached statement with stmtid or stmttoken id-token but the required explain information is not accessible. reason reason-code
###-20249the package package-name needs to be rebound in order to be successfully executed (required-maintenance)
###-20252diagnostics area full. no more errors can be recorded for the not atomic statement
###-20257final table is not valid when the target view view-name of the sql data change statement in a fullselect has an instead of trigger defined
###-20258invalid use of input sequence ordering
###-20260the assignment clause of the update operation and the values clause of the insert operation must specify at least one column that is not an include column
###-20264for table table-name, primary-auth-id with security label primary-auth-id-seclabel is not authorized to perform operation on a row with security label row-seclabel. the record identifier (rid) of this row is rid-number.
###-20265security label is reason for primary-auth-id
###-20266alter view for view-name failed
###-20275the xml name xml-name is not valid. reason code = reason-code
###-20276the xml namespace prefix xml-namespace-prefix is not valid. reason code = reason-code
###-20279the view view-name cannot be enabled for query optimization. reason code = reason-code
###-20281primary-auth-id does not have the mls write-down privilege
###-20283a dynamic create statement cannot be processed when the value of current schema differs from current sqlid
###-20286db2 converted string token-type tokenfrom from-ccsid to to-ccsid, and resulted in substitution characters
###-20289invalid string unit unit specified for function function-name
###-20295the execution of a built in function function resulted in an error reason code reason-code
###-20300the list of columns specified for the clause clause is not allowed in combination with the list of columns for the partitioning key for the table.
###-20304invalid index definition involving an xmlpattern clause or a column of data type xml. reason code = reason-code
###-20305an xml value cannot be inserted or updated because of an error detected when inserting or updating the index identified by index-id on table table-name. reason code = reason-code
###-20306an index on an xml column cannot be created because of an error detected when inserting the xml values into the index. reason code = reason-code
###-20310the remove of jar-name1 failed, as it is in use by jar-name2
###-20311the value provided for the new java path is illegal
###-20312the alter of jar jar-id failed because the specified path references itself
###-20313debug mode option for routine routine-name cannot be changed
###-20314the parameter list (or an option) does not match the parameter list (or option) for all other versions of routine routine-name
###-20315the currently active version for routine routine-name (routine-type) cannot be dropped
###-20326an xml element name, attribute name, namespace prefix, or uri ending with string-end exceeds the limit of 1000 bytes
###-20327the depth of an xml document exceeds the limit of 128 levels
###-20328the document with target namespace namespace and schema location location has already been added for the xml schema identified by schema name
###-20329the completion check for the xml schema failed because one or more xml schema documents is missing. one missing xml schema document is identified by uri-type as uri
###-20330the object-type identified by xml uri-type1 uri1 and xml uri-type2 uri2 is not found in the xml schema repository
###-20331the xml comment value string is not valid
###-20332the xml processing instruction value string is not valid
###-20335more than one xsrobject-type exists identified by xml uri-type1 uri1 and uri-type2 uri2 exists in the xml schema repository.
###-20338the data type of either the source or target operand of an xmlcast specification must be xml
###-20339xml schema name is not in the correct state to perform operation operation
###-20340xml schema xmlschema-name includes at least one xml schema document in namespace namespace that is not connected to the other xml schema documents
###-20345the xml value is not a well-formed document with a single root element
###-20353an operation involving comparison cannot use operand name defined as data type type-name
###-20354invalid specification of a row change timestamp column for table table-name
###-20355the statement could not be processed because one or more implicitly created objects are involved reason-code
###-20356the table with dbid = dbid and obid = obid cannot be truncated because delete triggers exist for the table, or the table is the parent table in a referential constraint
###-20361authorization id authorization-name is not defined for the trusted context context-name
###-20362attribute attribute-name with value value cannot be dropped because it is not part of the definition of trusted context context-name
###-20363attribute attribute-name with value value is not a unique specification for trusted context context-name
###-20365a signaling nan was encountered, or an exception occurred in an arithmetic operation or function involving a decfloat
###-20366table with dbid=database-id and obid=object-id cannot be truncated because uncommitted updates exist on the table with ‘immediate’ option specified in the statement
###-20369an alter trusted context statement for context-name attempted to remove the last connection trust attribute associated with the trusted context
###-20372the system authid clause of a create or alter trusted context statement for context-name specified authorization-name, but another trusted context is already defined for that authorization id.
###-20373a create or alter trusted context statement specified authorization-name more than once or the trusted context is already defined to be used by this authorization id, profile name, or public.
###-20374an alter trusted context statement for context-name specified authorization-name but the trusted context is not currently defined to be used by this authorization id, profile name, or public
###-20377an illegal xml character hex-char was found in an sql/xml expression or function argument that begins with string start-string
###-20380alter index with regenerate option for index-name failed. information returned: sqlcode sqlcode, sqlstate sqlstate, message tokens token-list
###-20381alter index with regenerate option is not valid for index-name
###-20382context item cannot be a sequence with more than one item
###-20385the statement cannot be processed because there are pending definition changes for object object-name of type object- type (reason reason-code)
###-20398error encountered during xml parsing at location n text
###-20399error encountered during xml validation: location n; text: text; xsrid schema-id
###-20400xml schema error n text
###-20409an xml document or constructed xml value contains a combination of xml nodes that causes an internal identifier limit to be exceeded
###-20410the number of children nodes of an xml node in an xml value has exceeded the limit number of children nodes
###-20411a fetch current continue operation was requested for cursor-name but there is no preserved, truncated data to return
###-20412serialization of an xml value resulted in characters that could not be represented in the target encoding
###-20422a create table, or declare global temporary table statement for table-name attempted to create a table with all the columns defined as hidden
###-20423error occurred during text search processing (server, index-name, text)
###-20424text search support is not available reason-code
###-20425column-name (in table-name) was specified as an argument to a text search function, but a text index does not exist for the column
###-20426conflicting text search administration stored procedure running on the same index
###-20427error occurred during text search administration stored procedure error
###-20428uri specified in the xmlschema clause is an empty string.
###-20433an untyped expression was specified, but an assumed data type cannot be determined from its use
###-20434an update operation has set all of its target columns to unassigned
###-20444an error occurred in a key-expression evaluation in index-name information returned: sqlcode: sqlcode, sqlstate: sqlstate, message token token-list and rid x rid
###-20447format string format-string is not valid for the function-name function
###-20448string-expression cannot be interpreted using format string format-string for the timestamp_format function.
###-20457the procedure procedure-name has encountered an unsupported version, version, for parameter number
###-20465the binary xml value is incomplete or contains unrecognized data at location position with the hex data text
###-20469row or column access control cannot be activated for table table-name for reason reason-code. object-type object-name is not in a valid state for activating access control for this table
###-20470object-type1 object-name1 must be defined as secure because object-type2 object-name2 is dependent on it.
###-20471the insert or update is not allowed because a resulting row does not satisfy row permissions.
###-20472permission or mask object-name cannot be altered as specified. reason code reason-code.
###-20473the input argument of function function-name that is defined with the not-secured option must not reference column column-name for which a column mask is enabled and the column access control is activated for the table
###-20474permission or mask cannot be created for the object-name object of the object-type type. reason code reason-code.
###-20475a column mask is already defined for the column column-name in table table-name (existing mask name mask-name)
###-20476the function-name function was invoked with an invalid format string format-string.
###-20477the function-name function is not able to use format string format-string to interpret the argument string-expression.
###-20478the statement cannot be processed because column mask mask-name (defined for column column-name) exists and the column mask cannot be applied or the definition of the mask conflicts with the requested statement. reason code reason-code.
###-20479the source table table-name cannot be altered as specified because the table is involved in row or column access controls. reason code reason-code.
###-20487hash organization clause is not valid for table-name
###-20488specified hash space is too large for the implicitly created table space. reason reason-code. (partition partition-number)
###-20490a versioning clause was specified for table table-name, but the table cannot be used as a system period temporal table. reason code = reason-code.
###-20491invalid specification of period period-name. reason code = reason-code.
###-20493a timestamp without time zone value cannot be assigned to a timestamp with time zone target
###-20497a string representation of a datetime value that contains a time zone cannot be implicitly or explicitly cast to a target defined as datetime without time zone
###-20517xmlmodify attempted to update a column which was not specified in the update set clause
###-20522invalid specification of without overlaps or period clause. reason code reason-code.
###-20523table table-name was specified as a history table, but the table definition is not valid for a history table. reason code = reason-code.
###-20524invalid period specification or period clause for period period-name. reason code = reason-code.
###-20525the requested action is not valid for table table-name because the table is the wrong type of table. reason code = reason-code
###-20527period-name is not a period in table table-name
###-20528the target of the data change operation is a table table-name, which includes a period period-name. a row that this data change operation attempted to modify was also modified by another transaction.
###-20531the version number actual-version specified in a binary xml value is not supported. the highest supported version is supported-version.
###-20556the operation failed because multiple result values cannot be returned from a scalar function function-name.
###-30000execution failed due to a distribution protocol error that will not affect the successful execution of subsequent commands or sql statements: reason reason-code (sub-code)
###-30002the sql statement cannot be executed due to a prior condition in a chain of statements
###-30005execution failed because function not supported by the server: location location-name product id product-identifier reason reason-code (sub-code)
###-30020execution failed due to a distribution protocol error that caused deallocation of the conversation: reason reason-code (sub-code)
###-30021execution failed due to a distribution protocol error that will affect the successful execution of subsequent commands or sql statements: manager manager at level level not supported error
###-30025execution failed because function is not supported by the server which caused termination of the connection: location location product id product-identifier reason reason-code (sub-code)
###-30030commit request was unsuccessful, a distribution protocol violation has been detected, the conversation has been deallocated. original sqlcode=original-sqlcode and original sqlstate=original-sqlstate
###-30040execution failed due to unavailable resources that will not affect the successful execution of subsequent commands or sql statements. reason reason-code type of resource resource-type resource name resource-name product id product-identifier rdbname rdbname
###-30041execution failed due to unavailable resources that will affect the successful execution of subsequent commands and sql statements. reason reason-code type of resource resource-type resource name resource-name product id product-identifier rdbname rdbname
###-30050command-or-sql-statement-type command or sql statement invalid while bind process in progress
###-30051bind process with specified package name and consistency token not active
###-30052program preparation assumptions are incorrect
###-30053owner authorization failure
###-30060rdb authorization failure
###-30061rdb not found
###-30070command command not supported error
###-30071object-type object not supported error
###-30072parameter subcode parameter not supported error
###-30073parameter subcode parameter value not supported error
###-30074reply message with codepoint (svrcod) not supported error
###-30080communication error code (subcode)
###-30081prot communications error detected. api=api, location=loc, function=func, error codes=rc1 rc2 rc3
###-30082connection failed for security reason reason-code (reason-string)
###-30090remote operation invalid for application execution environment
###-30104error in bind option option-name and bind value option-value.
###-30105bind option option1 is not allowed with bind option option2
###-30106invalid input data detected for a multiple row insert operation. insert processing is terminated


by Mike Sun @ 20170411 Tue


评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值