97 ORA-54500 to ORA-56978
- ORA-54500: invalid combination of elements
-
Cause: The geometry did not start from the correct level in the hierarchy.
- ORA-54501: no holes expected
-
Cause: The geometry contained one or more unexpected holes.
- ORA-54502: solid not closed
-
Cause: The solid geometry was not closed i.e., faces of solid are not 2-manifold due to incorrectly defined, oriented, or traversed line segment because each edge of a solid must be traversed exactly twice, once in one direction and once in the reverse direction.
- ORA-54503: incorrect solid orientation
-
Cause: The orientation of the solid was not correct.
- ORA-54504: multiple outer geometries
-
Cause: The geometry contained more than one outer geometry.
- ORA-54505: ring does not lie on a plane
-
Cause: The ring was not flat.
- ORA-54506: compound curve not supported for 3-D geometries
-
Cause: The 3-D geometry contained one or more compound curves, which are not supported for 3-D geometries.
- ORA-54507: duplicate points in multipoint geometry
-
Cause: The multipoint geometry had two points that either had identical coordinates or were the same point considering the geometry tolerance.
- ORA-54508: overlapping surfaces in a multisolid geometry
-
Cause: The multisolid geometry contained one or more fully or partially overlapping surfaces.
- ORA-54509: solid not attached to composite solid
-
Cause: To connect solids in a composite solid geometry, at least one of the faces of a solid must be shared (fully or partially) with only another solid. However, at least one of the faces in this composite solid was not shared by exactly two solids only.
- ORA-54510: no outer geometry expected
-
Cause: An outer geometry was found when only inner geometries were expected.
- ORA-54511: edges of inner and outer solids intersect
-
Cause: An inner solid had a common edge with outer solid.
- ORA-54512: a vertex of an inner solid is outside corresponding outer solid
-
Cause: A solid geometry contained an inner solid with at least one vertex outside its corresponding outer solid.
- ORA-54513: inner solid surface overlaps outer solid surface
-
Cause: One or more faces of an inner solid surface either fully or partially overlapped an outer solid surface.
- ORA-54514: overlapping areas in multipolygon
-
Cause: A multipolygon geometry contained one or more common (shared, fully or partially overlapped) polygons.
- ORA-54515: outer rings in a composite surface intersect
-
Cause: Outer rings, either on the same plane or different planes, in a composite surface intersected.
- ORA-54516: adjacent outer rings of composite surface cannot be on same plane
-
Cause: The conditional flag was set, and a composite surface had at least two outer rings sharing a common edge on the same plane.
- ORA-54517: outer ring is on the same plane and overlaps another outer ring
-
Cause: An outer ring in a composite surface shared a common area with another outer ring.
- ORA-54518: shared edge of composite surface not oriented correctly
-
Cause: A shared edge (one shared by two polygons) in a composite surface was not correctly oriented. Each shared edge must be oriented in one direction with respect to its first polygon and then in the reverse direction with respect to its second polygon.
- ORA-54519: polygon (surface) not attached to composite surface
-
Cause: Not all polygons of a surface had a common (fully or partially shared) edge.
- ORA-54520: inner ring not on the same plane as its outer ring
-
Cause: An inner ring was not on the same plane as its outer ring.
- ORA-54521: inner ring is not inside or is touching outer ring more than once
-
Cause: An inner ring either was not inside its outer ring or touched its outer ring more than once.
- ORA-54522: inner rings of same outer ring cannot intersect or share boundary
-
Cause: Two inner rings of the same outer ring intersected or shared a boundary.
- ORA-54523: inner rings of same outer ring cannot touch more than once
-
Cause: Two inner rings of the same outer ring touched more than once.
- ORA-54524: inner ring cannot be inside another inner ring of same outer ring
-
Cause: An inner ring was inside another ring of the same outer ring.
- ORA-54525: incorrect box volume due to wrong ordinates
-
Cause: The rectangular box in shortcut format did not have its first x,y,z coordinates either all greater or less than its second x,y,z coordinates.
- ORA-54526: multi or composite geometry must be decomposed before extraction
-
Cause: The extraction could not be performed because the multi or composite geometry must first be decomposed into simple geometries (with or without inner geometries). The multi or composite geometry had a gtype of GTYPE_MULTISOLID, GTYPE_MULTISURFACE, GTYPE_MULTICURVE, GTYPE_MULTIPOINT, or GTYPE_COLLECTION, or the geometry was a line string.
- ORA-54527: operation not permitted on a simple geometry
-
Cause: A MULTICOMP_TOSIMPLE parameter to element extractor was attempted on a geometry that is already simple.
- ORA-54528: inner composite surfaces or surfaces with inner ring(s) expected
-
Cause: An INNER_OUTER parameter to element extractor was attempted on a surface that was not simple or composite.
- ORA-54529: geometry should have multi-level hierarchy (like triangle)
-
Cause: The geometry did not have the multi-level hierarchy required for this operation. For example, if the parameter to element extractor (hierarchy level) is not LOWER_LEVEL, but the geometry etype is ETYPE_SOLID and gtype is GTYPE_SOLID, an extract operation is not allowed, because a simple solid can only be decomposed into lower level geometries, such as composite surfaces.
- ORA-54530: invalid etype for element at element offset
-
Cause: An invalid etype was encountered.
- ORA-54531: invalid orientation for element at element offset
-
Cause: The orientation of the current geometry was not valid.
- ORA-54532: incomplete composite surface
-
Cause: The end of composite surface was reached before all necessary surfaces were defined.
- ORA-54533: invalid etype in composite surface of solid
-
Cause: The etype of the composite surface of a solid was not valid.
- ORA-54534: incorrect box surface due to wrong specification
-
Cause: The elemInfo definition was not correct for the surface of the axis aligned box.
- ORA-54535: incorrect box surface because it is on arbitrary plane
-
Cause: The axis aligned box surface was not on the yz, xz, or xy plane.
- ORA-54536: axis aligned box surface not defined properly
-
Cause: The inner geometry etype did not start with 2, or the outer geometry etype did not start with 1, or both occurred.
- ORA-54537: incorrect box surface due to wrong orientation
-
Cause: The rectangular surface in shortcut format did not have its first x,y,z coordinates all greater than or equal to or all less than or equal to its second x,y,z coordinates.
- ORA-54538: unexpected gtype
-
Cause: The gtype of the geometry was not GTYPE_SOLID, GTYPE_SURFACE, GTYPE_CURVE or GTYPE_POINT.
- ORA-54539: cannot process the geometry(s) for this operation
-
Cause: The geometry had errors in it.
- ORA-54540: at least one element must be a surface or solid
-
Cause: One of the geometries had holes, and the geometries were neither (A) simple, composite, or multisurfaces, or (B) simple, composite, or multisolids. (Surfaces and solids are the only geometries that can have holes. Points and curves cannot have holes.)
- ORA-54545: holes incorrectly defined
-
Cause: The holes were defined with incorrect etype.
- ORA-54546: volume of solid cannot be 0 or less
-
Cause: The solid geometry having one outer and multiple inner geometries had a negative or zero volume.
- ORA-54547: wrong input for COUNT_SHARED_EDGES
-
Cause: The COUNT_SHARED_EDGES parameter value was not 1 or 2.
- ORA-54548: input geometry gtype must be GTYPE_POLYGON for extrusion
-
Cause: The input geometry gtype was not GTYPE_POLYGON.
- ORA-54549: input geometry has incorrect elemInfo
-
Cause: The input 2-D polygon did not have only one outer ring.
- ORA-54550: input 2-D polygon not valid
-
Cause: The 2-D polygon violated the rules for polygons and rings.
- ORA-54551: grdHeight and/or Height array sizes incorrect
-
Cause: The sizes of grdHeight and Height arrays were not equal to half the size of input 2-D polygon's ordinates array. As a result, each point in the 2-D polygon could not be extruded from the grdHeight entry to the Height entry.
- ORA-54552: height entries must be >= to ground height entries
-
Cause: In the definition of a solid, the height values were less than the ground height.
- ORA-54553: incorrect geometry for appending
-
Cause: The geometry could not be appended to a homogeneous collection (for example, multi-geometry) or to a heterogeneous geometry (for example, collection). In other words, the gtype of the geometry to be appended was neither GYTPE_COLLECTION or GTYPE_MULTI-X (where X is point, curve, surface, or solid).
- ORA-54554: arcs are not supported as defined
-
Cause: An arc was defined in a geometry type in which arcs are not supported. Arcs are supported for 2-D (circle) polygons, 2-D compound polygons, 2-D single arc, and 2-D compound (composite) curves only.
- ORA-54555: invalid geometry dimension
-
Cause: The geometry did not have three dimensions.
- ORA-54556: operation is not supported for 3-D geometry
-
Cause: A 3-D geometry was passed into an operation that supports only 2-D geometries.
- ORA-54557: incomplete composite solid
-
Cause: The end of composite solid was reached before all necessary solids were defined.
- ORA-54558: 3D SRID is not found for the corresponding 2D SRID
-
Cause: In extruding a 2D polygon into a 3D geometry, the SRID conversion function did not find an equivalent 3D SRID of the 2D SRID.
- ORA-54559: query element and source geometry cannot be the same
-
Cause: A query element geometry and a source geometry were the same, which prevented a label pointing query element in the source geometry from being output.
- ORA-54560: query element cannot be a collection or multitype geometry
-
Cause: A query element was a collection geometry or a multitype geometry. Such geometries are not permitted in a query element because they are at the top of the geometry hierarchy. A query element must be part of the source geometry.
- ORA-54601: CREATE_PC: invalid parameters for creation of Point Cloud
-
Cause: An invalid or unknown parameter was specified in the creation of Point Cloud.
- ORA-54602: CREATE_PC: input points table string does not exist
-
Cause: The specified table for loading points into a Point Cloud did not exist.
- ORA-54603: CREATE_PC: specified total dimensionality cannot exceed 8
-
Cause: The specified total dimensionality for the Point Cloud exceeded the maximum limit of 8.
- ORA-54604: CREATE_PC: input points table should not be empty
-
Cause: The input points table had no data.
- ORA-54605: CREATE_PC: scratch-tables/views (string) exist and need to be dropped
-
Cause: Transient tables/views from a previous CREATE_PC operation were still in existence.
- ORA-54607: CREATE_PC: error fetching data from input points table
-
Cause: An internal read error occurred during Point Cloud creation.
- ORA-54608: CREATE_PC: error writing Point Cloud LOB
-
Cause: An internal LOB write error occurred during Point Cloud creation. The cause might be lack of table space.
- ORA-54609: CREATE_PC: input extent cannot be null
-
Cause: The extent of the Point Cloud was null.
- ORA-54610: CREATE_PC: input extent cannot be more than 2-D for geodetic data
-
Cause: The extent of the Point Cloud was more than 2-D for geodetic data.
- ORA-54611: INIT: either invalid basetable/schema or they do not exist
-
Cause: The base table or schema, or both, were invalid strings; or the base table and schema combination did not exist.
- ORA-54613: INIT: internal error creating DML trigger
-
Cause: The necessary privileges to create the trigger were not granted.
- ORA-54614: INIT: block table name has to be unique
-
Cause: The specified block table name was not unique. For example, it might have been used for another block table.
- ORA-54616: INIT: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54617: CLIP_PC: invalid Point Cloud; extent is empty
-
Cause: The input Point Cloud for the CLIP_PC operation was invalid.
- ORA-54618: CLIP_PC: SRIDs of query and Point Cloud are incompatible
-
Cause: The Point Cloud and the query geometry had incompatible SRID values.
- ORA-54619: CLIP_PC: query and BLKID parameters cannot both be null
-
Cause: Both the query and BLKID parameters were null in the call to the CLIP_PC operation.
- ORA-54620: CLIP_PC: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54621: TO_GEOMETRY: TOTAL_DIMENSIONALITY not same as in INIT operation
-
Cause: The specified TOTAL_DIMENSIONALITY was invalid.
- ORA-54622: TO_GEOMETRY: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54623: CREATE_PC: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54640: PARTITION_TABLE utility: invalid input parameters [number, string]
-
Cause: An internal error occurred.
- ORA-54641: PARTITION_TABLE utility: scratch tables exist with oidstr = string
-
Cause: Scratch tables/views could not be created because they already existed.
- ORA-54642: PARTITION_TABLE utility: invalid SORT_DIMENSION specified
-
Cause: An invalid string was specified for the SORT_DIMENSION.
- ORA-54643: PARTITION_TABLE utility: invalid WORKTABLESPACE parameter
-
Cause: An invalid string was specified for the WORKTABLESPACE parameter.
- ORA-54644: PARTITION_TABLE utility: error in reading input, output tables
-
Cause: The names for the input/output tables were invalid, or the tables did not exist or did not have the right structure.
- ORA-54651: CREATE_TIN: invalid parameters specified in creation of TIN
-
Cause: An invalid or unknown parameter was specified in the creation of the TIN.
- ORA-54652: CREATE_TIN: input points table string does not exist
-
Cause: The specified table for loading points into a TIN did not exist.
- ORA-54653: CREATE_TIN: specified total dimensionality cannot exceed 8
-
Cause: The specified total dimensionality for the TIN exceeded the maximum limit of 8.
- ORA-54654: CREATE_TIN: input points table should not be empty
-
Cause: The input points table had no data.
- ORA-54655: CREATE_TIN: scratch tables/views(string) exist and need to be dropped
-
Cause: Transient tables from previous CREATE_TIN operation still existed.
- ORA-54656: CREATE_TIN: error fetching data from input points table
-
Cause: An internal read error occurred during TIN creation.
- ORA-54657: CREATE_TIN: error writing TIN LOB
-
Cause: An internal LOB write error occurred during TIN creation. The cause might be lack of table space.
- ORA-54658: CREATE_TIN: input extent cannot be null
-
Cause: The extent of the TIN was null.
- ORA-54659: CREATE_TIN: input extent has to be 2-D for geodetic data
-
Cause: The extent of the TIN was more than 2-D for geodetic data.
- ORA-54660: CLIP_TIN: invalid Point Cloud; extent is empty
-
Cause: The input TIN for the CLIP_TIN operation was invalid.
- ORA-54661: CLIP_TIN: SRIDs of query and TIN are incompatible
-
Cause: The TIN and the query geometry had incompatible SRID values.
- ORA-54662: CLIP_TIN: query and blkid parameters cannot both be null
-
Cause: Both the query and blkid parameters were null in the call to the CLIP_TIN operation.
- ORA-54663: CLIP_TIN: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54664: TO_GEOMETRY: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54665: CREATE_TIN: internal error [number, string]
-
Cause: An internal error occurred.
- ORA-54666: query gtype is a superset of the source geometry
-
Cause: A query element geometry was at a higher level in the geometry hierarchy than the source geometry.
- ORA-54667: query element cannot be matched to an element in source geometry (string)
-
Cause: A query element geometry was not a part of the source geometry.
- ORA-54668: a 2D SRID cannot be used with a 3D geometry
-
Cause: A 2D SRID was used with a 3D geometry.
- ORA-55150: Spatial Web Services operation failed: string
-
Cause: There was an error in the Spatial Web Services operation or the parameters.
- ORA-55151: WCS is not enabled.
-
Cause: Web Coverage Service (WCS) metadata tables were not found.
- ORA-55152: WCS temporary tables do not exist.
-
Cause: The Web Coverage Service (WCS) operation required temporary tables, but these tables did not exist.
- ORA-55153: WCS publish coverage failed: string
-
Cause: Web Coverage Service (WCS) parameter values were invalid, the user had insufficient privileges, or the coverage was already published.
- ORA-55154: Request to grant or revoke privileges failed: string
-
Cause: Parameters were invalid or privileges were insufficient.
- ORA-55160: MDSYS.SDO_XSD_TABLE does not exist or the specified XSD ID is incorrect.
-
Cause: The XML schema could not be found.
- ORA-55161: CSW user table: string
-
Cause: Either the Catalog Services for the Web (CSW) user table, the SRID parameter, the metadata ID, or the XML schema definition (XSD) type was incorrect.
- ORA-55162: The XQFT index cannot be dropped or created for the CSW user table.
-
Cause: The XQuery Full Text (XQFT) index could not be dropped or created for the Catalog Services for the Web (CSW) user table.
- ORA-55163: CSW server-side error: string
-
Cause: A Catalog Services for the Web (CSW) server-side error occurred.
- ORA-55164: CSW client-side error: string
-
Cause: A Catalog Services for the Web (CSW) client-side error occurred.
- ORA-55200: Java exception from tag data translation java stack
-
Cause: Java exceptions.
- ORA-55201: Tag data translation category not found
-
Cause: No matching category ID could be found.
- ORA-55202: Tag data translation scheme not found
-
Cause: No matching scheme could be found for the input data format.
- ORA-55203: Tag data translation level not found
-
Cause: No matching level could be found for the input data format.
- ORA-55204: Tag data translation option not found
-
Cause: No matching option could be found for the input data format.
- ORA-55205: Tag data translation field validation failed
-
Cause: Invalid field value.
- ORA-55206: Tag data translation field not found
-
Cause: Invalid input field.
- ORA-55207: Tag data translation rule evaluation failure
-
Cause: Error occurred when idcode translator tried to evaluate the rule specified in the tag data translation XML.
- ORA-55208: Too many matching levels were found for the input data
-
Cause: Necessary field values were missing.
- ORA-55300: model string does not exist
-
Cause: The specified model could not be found.
- ORA-55301: rulebase string does not exist
-
Cause: The specified rulebase could not be found.
- ORA-55302: insufficient privileges string
-
Cause: Sufficient privileges were not granted.
- ORA-55303: SDO_RDF_TRIPLE_S constructor failed: string
-
Cause: SDO_RDF_TRIPLE_S constructor failed.
- ORA-55304: specified reuse-bNode model-id string != target model-id string
-
Cause: The reuse-bNode model-id specified for the SDO_RDF_TRIPLE_S constructor was neither 0 nor the model-id of the target model.
- ORA-55305: reification constructor functions not supported
-
Cause: Unsupported reification constructor functions were used.
- ORA-55306: internal error: invalid string: value_name=string value_type=string
-
Cause: The value type of this component of the RDF triple was invalid.
- ORA-55307: invalid value type for lexical value: string
-
Cause: The value type of this lexical value was invalid.
- ORA-55308: invalid time zone string for lexical value string
-
Cause: The time zone of this lexical value was invalid.
- ORA-55309: hash collision resolution failed for lexical value string
-
Cause: Attempts to resolve hash collision exceeded the maximum retry count.
- ORA-55310: parse failed for the string lexical value: string
-
Cause: Attempts to insert the specified lexical value failed.
- ORA-55311: invalid value type string for long lexical value string
-
Cause: The value type of this long (length > 4000) lexical value was invalid.
- ORA-55312: parse failed for triple: id-form: string string string
-
Cause: Attempts to insert triple failed.
- ORA-55313: SDO_RDF_TRIPLE_S constructor failed to process triple containing bNode
-
Cause: The SDO_RDF_TRIPLE_S constructor without bNode reuse option was invalid for triple containing bNode.
- ORA-55314: invalid temporary table name (string) for use with batch load
-
Cause: Specified temporary table name was not valid.
- ORA-55315: batch load attempt failed: string
-
Cause: The batch load operation failed.
- ORA-55316: model string does not match model string for table and column
-
Cause: This column of the table was not associated with the specified model.
- ORA-55317: model string already exists
-
Cause: A model with the specified name was already present.
- ORA-55318: column string in table string already contains data
-
Cause: At model creation time, the table column contained data.
- ORA-55319: model string create attempt failed: string
-
Cause: The attempt to create the specified model did not succeed.
- ORA-55320: model string drop attempt failed: string
-
Cause: The attempt to drop the specified model did not succeed.
- ORA-55321: network already exists
-
Cause: Attempt to create the network failed because the network already existed.
- ORA-55322: model(s) exist
-
Cause: An attempt was made to drop a network that contained one or more models.
- ORA-55323: rulebase(s) exist
-
Cause: An attempt was made to drop a network that contained one or more rulebases.
- ORA-55324: no rulebases specified
-
Cause: Rulebases for the operation were not specified.
- ORA-55325: rulebase or rules index string already exists string
-
Cause: A rulebase or rules index with the specified name already existed.
- ORA-55326: rules index (string) create attempt failed: string
-
Cause: The attempt to create the specified rules index did not succeed.
- ORA-55327: rule string yields a triple with a literal subject or predicate
-
Cause: The specified rule created an invalid triple containing a literal in the subject or predicate position.
- ORA-55328: literal value string insert attempt failed
-
Cause: The attempt to create the specified literal value failed.
- ORA-55329: same model string specified more than once in the list of models
-
Cause: The specified model occurred more than once in the list of models.
- ORA-55330: rulebase or rules index string is busy
-
Cause: The specified rulebase or rules index was busy and could not be used.
- ORA-55331: user owns RDF objects
-
Cause: The user could not be dropped because it owns RDF objects.
- ORA-55332: virtual model cannot be used in this context
-
Cause: A virtual model was used as input instead of a model.
- ORA-55333: virtual model string does not exist
-
Cause: The specified virtual model could not be found.
- ORA-55334: virtual model name string is invalid
-
Cause: The specified virtual model name was not valid.
- ORA-55335: at least one model must be specified
-
Cause: An empty list of models was specified as the set of models for a virtual model.
- ORA-55336: insufficient privileges for using one or more of the models and rules indexes
-
Cause: An attempt was made to create a virtual model without the appropriate privileges.
- ORA-55337: a virtual model or rules index with the name string already exists
-
Cause: A virtual model or rules index with the specified name was already present.
- ORA-55338: a model with the name string already exists
-
Cause: A model with the specified name was already present.
- ORA-55339: a virtual model already exists for the specified model-rulebase combination
-
Cause: A virtual model with identical components was already present.
- ORA-55340: rules index does not exist for the specified model-rulebase combination
-
Cause: A rules index did not exist for the specified sets of models and rulebases.
- ORA-55341: label index out-of-range
-
Cause: An attempt was made to use an out-of-range index for retrieving the label.
- ORA-55342: not a defined label in the policy
-
Cause: An attempt was made to use an undefined label.
- ORA-55343: invalid dependent component for custom label generator
-
Cause: An attempt was made to specify an invalid dependent component for the label generator.
- ORA-55344: invalid label generator implementation or use
-
Cause: An attempt was made to use an invalid label generator to generate labels for inferred data.
- ORA-55345: invalid use of label generator with no OLS policy
-
Cause: An attempt was made to use a label generator when Oracle Label Security (OLS) was not enabled for Resource Definition Framework (RDF) data.
- ORA-55346: invalid label generation option with user rules
-
Cause: An attempt was made to specify an invalid label generation option for entailment involving user rules.
- ORA-55347: missing proof for the specified label generation option
-
Cause: The chosen label generation option required proof, which was missing for the entailment.
- ORA-55348: label generator error: RDF data not enabled for string
-
Cause: An invalid label generator option was chosen for entailment.
- ORA-55349: OLS not installed or in an invalid state
-
Cause: Oracle Label Security (OLS) support for Resource Definition Framework (RDF) was not installed.
- ORA-55350: RDF-OLS table option string not supported
-
Cause: An attempt was made to use an unsupported Oracle Label Security (OLS) option for Resource Definition Framework (RDF) data.
- ORA-55351: RDF secure access option not supported or is invalid
-
Cause: An attempt was made to use an unsupported secure access option for Resource Definition Framework (RDF).
- ORA-55352: insufficient privileges for policy administration
-
Cause: The necessary privileges needed to administer Oracle Label Security (OLS) or Oracle Virtual Private Database (VPD) policies for Resource Definition Framework (RDF) data were not specified.
- ORA-55353: invalid column name for label column string
-
Cause: An attempt was made to use an invalid column to maintain labels for Resource Definition Framework (RDF) data.
- ORA-55354: Policy string does not exist or is inaccessible
-
Cause: An attempt was made to use a nonexistent policy.
- ORA-55355: RDF network does not exist
-
Cause: An attempt was made to perform an operation that required Resource Definition Framework (RDF) network to be present.
- ORA-55356: OLS not enabled for RDF data
-
Cause: An attempt was made to perform an RDF-OLS-specific operation when Oracle Label Security (OLS) was not enabled for Resource Definition Framework (RDF) data.
- ORA-55357: insufficient privileges for the current operation
-
Cause: An attempt was made to perform a Resource Definition Framework (RDF) secure access operation with restricted privileges.
- ORA-55358: model "string" is not empty
-
Cause: An attempt was made to reset Oracle Label Security (OLS) labels for a model with some data.
- ORA-55359: unauthorized operation with policy string - string
-
Cause: An attempt was made to perform an unauthorized DML operation on OLS-enabled Resource Definition Framework (RDF) repository.
- ORA-55360: invalid value for resource position - string
-
Cause: An invalid value was specified for the resource position while setting labels.
- ORA-55361: duplicate specification for the namespace found
-
Cause: An attempt was made to use a namespace map that contained one or more duplicate specifications.
- ORA-55362: RDF VPD policy may not be created in the SYS schema
-
Cause: An attempt was made to create an Oracle Virtual Private Database (VPD) policy in the SYS schema.
- ORA-55363: context string does not exist
-
Cause: An attempt was made to specify a nonexistent context for the Oracle Virtual Private Database (VPD) policy.
- ORA-55364: invalid operation type string for VPD policy
-
Cause: An attempt was made to specify an invalid operation for the application of Oracle Virtual Private Database (VPD) policy.
- ORA-55365: invalid metadata for VPD policy
-
Cause: An attempt was made to define invalid metadata elements for the Oracle Virtual Private Database (VPD) policy.
- ORA-55366: unknown namespace prefix "string"
-
Cause: An attempt was made to make use of an undefined namespace prefix in Oracle Virtual Private Database (VPD) metadata.
- ORA-55367: invalid maintenance operation for VPD metadata
-
Cause: An attempt was made to perform an invalid maintenance operation on Oracle Virtual Private Database (VPD) metadata.
- ORA-55368: empty match or apply pattern not allowed in a VPD constraint
-
Cause: An attempt was made to specify an empty match or apply pattern for a Oracle Virtual Private Database (VPD) constraint.
- ORA-55369: invalid identifier specified for the constraint group
-
Cause: An invalid SQL identifier was specified for the constraint group.
- ORA-55370: input parameter not a zero or positive integer
-
Cause: The input parameter was not zero or a positive integer.
- ORA-55371: RDF rules index 'string' exists for different model-rulebase combination
-
Cause: A rules index with the specified name has already been built for a different model-rulebase combination.
- ORA-55372: entailment (rules index) 'string' already exists
-
Cause: The entailed graph (rules index) already exists.
- ORA-55373: inference internal error: string
-
Cause: An unexpected internal error condition occurred.
- ORA-55374: query constants not in the database; no rows selected
-
Cause: URIs or literals used in the query did not exist in the database.
- ORA-55375: cannot drop table 'string' because this table owns RDF objects
-
Cause: A table containing RDF data could not be dropped without first dropping its RDF model.
- ORA-55376: cannot alter or drop column 'string' because this column owns RDF objects
-
Cause: A table column containing RDF data could not be altered or dropped without first dropping its RDF model.
- ORA-55377: number of triples less than 1 or null error indication marker
-
Cause: An internal error occurred during validation. The number of triples was less than 1 or the error indication marker was null.
- ORA-55378: invalid error code
-
Cause: An invalid error code was passed in during validation.
- ORA-55379: too many triples
-
Cause: An internal error occurred during validation. Too many triples were passed in.
- ORA-55430: query pattern is null
-
Cause: The query pattern specified in the SEM_MATCH query was null.
- ORA-55441: insufficient privileges to drop virtual model string
-
Cause: An attempt was made to drop a virtual model without the appropriate privileges.
- ORA-55442: a virtual model cannot be used with other models in a SEM_MATCH query
-
Cause: The set of models used as input to a SEM_MATCH query contained a virtual model.
- ORA-55443: a virtual model cannot be used with a rulebase in a SEM_MATCH query
-
Cause: A rulebase was specified in conjunction with a virtual model as input to a SEM_MATCH query.
- ORA-55450: continually refreshed workspaces not supported with RDF
-
Cause: An attempt was made to use continually refreshed workspaces with Resource Definition Framework (RDF) data.
- ORA-55451: multi-parent workspaces not supported with RDF
-
Cause: An attempt was made to use multi-parent workspaces with Resource Definition Framework (RDF) data.
- ORA-55452: batch mode not allowed with version-enabled models
-
Cause: An attempt was made to batch load data into a version- enabled Resource Definition Framework (RDF) model. This is not supported.
- ORA-55453: OLS/VPD-enabled indexes must be created with CREATE_ENTAILMENT API
-
Cause: An attempt was made to create entailment for OLS/VPD-enabled models using unsupported API.
- ORA-55454: version-enabled indexes must be created with CREATE_ENTAILMENT API
-
Cause: An attempt was made to create entailment for version- enabled models using unsupported API.
- ORA-55455: rules index status not recognized ( string )
-
Cause: The specified rules index status was not recognized.
- ORA-55456: no valid rules index for this model-rulebase combination
-
Cause: A valid rules index did not exist for specified combination of models and rulebases.
- ORA-55457: predicate not found in model
-
Cause: The predicate value passed in as an argument to the semantic operator did not exist in the model.
- ORA-55458: object not found in model
-
Cause: The object value passed in as an argument to the semantic operator did not exist in the model.
- ORA-55459: invalid parameter string
-
Cause: The parameter string used in the creation of an index of type SEM_INDEXTYPE had invalid or malformed parameters.
- ORA-55460: incorrect usage of semantic operators
-
Cause: There was a syntax error in the call to the SEM_RELATED operator
- ORA-55461: no distance information available
-
Cause: Distance information was not generated during rules index creation.
- ORA-55462: internal error
-
Cause: An internal error occurred during a semantic operator query or during the creation of an index of type SEM_INDEXTYPE.
- ORA-55463: missing privileges for MDSYS schema for OLS-enabled entailment
-
Cause: An attempt was made to run entailment with insufficient privileges for MDSYS schema.
- ORA-55464: model "string" does not exist
-
Cause: An attempt was made to use a nonexistent Resource Definition Framework (RDF) model.
- ORA-55465: resource position string not secured with OLS policy
-
Cause: An attempt was made to associate labels with resource positions that were not secured with Oracle Label Security (OLS).
- ORA-55466: one or more triples have incompatible sensitivity label
-
Cause: An attempt was made to reset a label for a resource that participated in triples with incompatible label.
- ORA-55467: model-specific label for the resource is incompatible
-
Cause: An attempt was made to set a global label for a resource when an incompatible model-specific label already existed.
- ORA-55468: rule base "string" does not exist or is not accessible
-
Cause: An attempt was made to specify a rule base that did not exist.
- ORA-55469: rule "string" does not exist or is not accessible
-
Cause: An attempt was made to set a label for a rule that did not exist.
- ORA-55470: OLS may not be applied with one or more models VPD-enabled
-
Cause: An attempt was made to OLS-enable Resource Definition Framework (RDF) repository when one or more models is VPD-enabled.
- ORA-55471: OLS may not be applied to version-enabled RDF repository
-
Cause: An attempt was made to OLS-enable Resource Definition Framework (RDF) repository when one or more models is version-enabled.
- ORA-55472: Secure access policy already assigned to RDF data
-
Cause: An attempt was made to assign an Oracle Label Security (OLS) policy to Resource Definition Framework (RDF) data when some other policy was already in effect.
- ORA-55473: RDF model participating in a virtual model may not be version-enabled
-
Cause: An attempt was made to version-enable a Resource Definition Framework (RDF) model which participated in a virtual model.
- ORA-55474: internal error: [string],[string],[string]
-
Cause: There was an internal error with Resource Definition Framework (RDF) OLS/VPS support.
- ORA-55475: policy with a matching name already exists
-
Cause: An attempt was made to specify a duplicate Oracle Virtual Private Database (VPD) policy name.
- ORA-55476: policy "string" does not exist
-
Cause: An attempt was made to use a nonexistent Oracle Virtual Private Database (VPD) policy.
- ORA-55477: policy with dependent models may not be dropped
-
Cause: An attempt was made to drop an Oracle Virtual Private Database (VPD) policy with dependent models.
- ORA-55478: application table with multiple RDF models not suitable for VPD
-
Cause: An attempt was made to VPD-enable a model which shared the application table with another model.
- ORA-55479: a policy already assigned to the RDF model
-
Cause: An attempt was made to assign Oracle Virtual Private Database (VPD) policy to a model with a VPD policy already in effect.
- ORA-55480: model participating in a virtual model may not be VPD-enabled
-
Cause: An attempt was made to VPD-enable a model that participated in a virtual model.
- ORA-55481: VPD policy may not be applied for OLS-enabled RDF repository
-
Cause: An attempt was made to VPD-enable a model with an Oracle Label Security (OLS) policy already in effect.
- ORA-55482: VPD may not be applied to version-enabled RDF repository
-
Cause: An attempt was made to VPD-enable a version-enabled Resource Definition Framework (RDF) repository. This is not supported.
- ORA-55483: policy "string" not assigned to the model
-
Cause: An attempt was made to remove an Oracle Virtual Private Database (VPD) policy that was never assigned to the model.
- ORA-55484: circular dependency not allowed in RDF metadata
-
Cause: An attempt was made to define metadata elements that had a circular dependency for the Oracle Virtual Private Database (VPD) policy.
- ORA-55485: metadata may not be directly assigned to an equivalent property
-
Cause: An attempt was made to assign metadata directly to a property that was declared to be an equivalent of another.
- ORA-55486: metadata exists for the equivalent property
-
Cause: An attempt was made to make a property equivalent of another when some metadata already existed for this property.
- ORA-55487: VPD constraints exist for the equivalent property
-
Cause: An attempt was made to make a property equivalent of another when some Oracle Virtual Private Database (VPD) constraints already existed for this property.
- ORA-55488: metadata definition already exists for the policy
-
Cause: An attempt was made to add a duplicate metadata definition for an Oracle Virtual Private Database (VPD) policy.
- ORA-55489: conflicting metadata definition exists for the policy
-
Cause: An attempt was made to define conflicting metadata definitions for an Oracle Virtual Private Database (VPD) policy.
- ORA-55490: VPD constraint may not be assigned to an equivalent property
-
Cause: An attempt was made to assign an Oracle Virtual Private Database (VPD) constraint to a property declared to be an equivalent of another.
- ORA-55491: VPD policy constraint with matching name already exists
-
Cause: An attempt was made to specify a duplicate name for the Oracle Virtual Private Database (VPD) policy.
- ORA-55492: error creating VPD policy constraint: string
-
Cause: The Oracle Virtual Private Database (VPD) constraint had errors.
- ORA-55493: specified VPD policy constraint does not exist
-
Cause: An attempt was made to operate on an Oracle Virtual Private Database (VPD) constraint that did not exist.
- ORA-55494: input model set may only have a unique VPD policy
-
Cause: An attempt was made to execute a multi-model query where the models, as a set, did not have a unique Oracle Virtual Private Database (VPD) policy.
- ORA-55495: application table with multiple models may not be version-enabled
-
Cause: An attempt was made to version-enable an application table associated with multiple Resource Definition Framework (RDF) models.
- ORA-55496: unsupported versioning configuration (History/Valid time) for RDF data
-
Cause: An attempt was made to use an unsupported configuration for Resource Definition Framework (RDF) versioning.
- ORA-55497: RDF repository with an OLS policy may not be version-enabled
-
Cause: An attempt was made to version-enable a model with Oracle Label Security (OLS) policy.
- ORA-55498: VPD-enabled RDF model may not be version-enabled
-
Cause: An attempt was made to version-enable a model with an Oracle Virtual Private Database (VPD) policy in effect.
- ORA-55500: Event to be used for different trace levels
-
Cause: None.
- ORA-55501: Backing out live transaction
-
Cause: Flashback Transaction Backout was requested on a transaction that has not committed yet.
- ORA-55502: Specified input transaction by name has no SCN hint
-
Cause: The specified transaction names for Flashback Transaction Backout was missing an SCN hint.
- ORA-55503: Mining finished without seeing specified transactions
-
Cause: The SCN hit passed was not good. The SCN hit may have come after the start of any of the input transactions.
- ORA-55504: Transaction conflicts in NOCASCADE mode
-
Cause: Transactions other than the ones specified conflicts with the specified transactions.
- ORA-55505: DDL done on an interesting object after mining start SCN
-
Cause: The Flashback Transaction Backout process encountered an interesting object which had its last DDL operation done on it after the mining start time. An interesting object is one that has been modified by either the specified transactions or any of their dependents.
- ORA-55506: Transaction performed unsupported change
-
Cause: A transaction in the dependency DAG performed some action that cannot be backed out. You can back out a transaction, only if undo has been logged for all of its operations. Note some operations do not log undo, such as Insert Direct Load and LOB changes. If you encounter a transaction that has performed any of these operations, you cannot back it out.
- ORA-55507: Encountered mining error during Flashback Transaction Backout. function:string
-
Cause: Mining error.
- ORA-55508: Invalid input to Flashback Transaction Backout
-
Cause: Null varrays passed or invalid input specified
- ORA-55509: Creation of dependencies could not finish
-
Cause: One or more input transaction or any of its dependents are not committed or have been aborted after more than 1 minute of calling the backout function.
- ORA-55510: Mining could not start
-
Cause: Mining could not start for the following reasons. 1. A logminer session was processing 2. The database was not mounted or not opened for read and write 3. Minimum supplemental logging was not enabled 4. Archiving was not enabled
- ORA-55511: Flashback Transaction experienced error in executing undo SQL
-
Cause: There was a constraint violation exception when executing in NOCASCADE_FORCE mode. Users could also get this error if appropriate supplemental logging is not enabled causing constraint dependencies to go unnoticed.
- ORA-55512: Backing out PDML or XA-RAC transaction
-
Cause: One of the transactions in the dependency graph was a PDML transaction or a local transaction which is a branch of a global XA transaction, spanning multiple RAC instances. Currently flashback transaction does not support this type of transaction.
- ORA-55513: Backing out an AQ transaction
-
Cause: One of the transactions in the dependency graph touched an AQ table. As AQ externalizes database information, these transactions are not backed out, as the entire effects of the transaction cannot be seen from inside the database.
- ORA-55514: Backing out a DDL transaction
-
Cause: One of the transactions in the dependency graph is a DDL transaction and could not be backed out.
- ORA-55515: Mining sees input transaction changes without seeing transaction start
-
Cause: The start SCN provided was higher than the transaction start but below the transaction commit. The result was only partial changes for the given transaction.
- ORA-55516: Event to dump the LCR's seen by flashback transaction backout to trace file
-
Cause: None.
- ORA-55517: Internal use
-
Cause: None.
- ORA-55518: Mining across reset logs
-
Cause: Flashback Transaction Backout cannot work with missing changes. This error is thrown if we walk across a reset-logs branch, where we might have missed changes.
- ORA-55519: Supplemental logging not available for mining SCN range
-
Cause: Flashback Transaction cannot work if there are regions in the mining range where supplemental logging is not enabled.
- ORA-55520: Log record in compatibility lower than 11.0
-
Cause: The logical change record shows that the compatibility of the mined redo is lower than version 11.0. Flashback transaction works only on redo versions 11.0 and above.
- ORA-55521: Transaction layer temp undo- miscellaneous debug event
-
- ORA-55522: failed to extend temporary undo segment number string
-
Cause: A failure occurred when trying to extend the temporary undo segment.
- ORA-55523: Transaction layer parallel transaction- miscellaneous debug event
-
- ORA-55524: Too many recursive autonomous transactions for temporary undo
-
Cause: An attempt was made to issue too many recursive autonomous transactions causing the temporary undo segment to be out of slots.
- ORA-55525: cannot generate temporary undo in a distributed transaction
-
Cause: An attempt was made to generate temporary undo in a distributed transaction.
- ORA-55526: temporary tablespace to store temporary undo not available
-
Cause: An attempt was made to generate temporary undo without adding temporary tablespace in the database.
- ORA-55527: Diagnostic event for external SCN-comparing errors
-
- ORA-55528: maximum number of RECO sessions reached
-
Cause: To mitigate a potential denial-of-service (DoS) attack via the recoverer process (RECO), the creation of a new RECO session has been prevented, because the maximum number of RECO sessions has been reached.
- ORA-55529: value string of string is outside the valid range of 2 to 32765
-
Cause: An attempt was made to set the parameter to an invalid value.
- ORA-55550: Event to be used for testing ktubu extensions
-
Cause: None.
- ORA-55551: Trigger 4136 corruption
-
- ORA-55552: Trigger 4137 corruption
-
- ORA-55553: Trigger 4139 corruption
-
- ORA-55554: Trigger 4140 corruption
-
- ORA-55555: Trigger 4152 corruption
-
- ORA-55556: Trigger 4143 corruption
-
- ORA-55557: Trigger 4144 corruption
-
Cause: Above events used for testing corruption path
- ORA-55558: string is not a corrupted transaction
-
Cause: the given transaction is not in the corrupt list v$corrupt_xid_list
- ORA-55559: Test proactive txn health check
-
- ORA-55560: Test reactive txn health check
-
- ORA-55561: Test 25027 corruption
-
- ORA-55562: Not able to get TX enqueue, cannot force commit string
-
- ORA-55563: number is not a valid undo segment number
-
Cause: the given usn is not a valid one
- ORA-55564: string is not a valid transaction id
-
Cause: the given txn is not a valid one
- ORA-55565: string is not a valid undo segment number
-
Cause: the given usn is not a valid one
- ORA-55566: SQL statement issued when the database was not open for queries
-
Cause: Tried to access SMON time zone information when database was not open for queries.
- ORA-55567: The _highthreshold_undoretention value should be at least string based on the current undo retention settings.
-
Cause: The _highthreshold_undoretention value was not greater than or equal to the UNDO_RETENTION setting and the low threshold value used for tuning undo retention.
- ORA-55568: The maximum query length (mql) value should be atmost string based on the current _highthreshold_undoretention setting.
-
Cause: The maximum query length (mql in minutes) was not less than or equal to half the _highthreshold_undoretention parameter setting.
- ORA-55569: The UNDO_RETENTION parameter value should be atmost string, the _highthreshold_undoretention setting.
-
Cause: The UNDO_RETENTION parameter value was not less than or equal to the _highthreshold_undoretention parameter setting.
- ORA-55570: transaction layer debug trace event
-
- ORA-55571: Oracle Flashback Transaction Query is not supported in a consolidated Oracle database running in shared undo mode.
-
Cause: The consolidated database was in shared undo mode and Oracle Flashback Transaction Query could not mine undo records across pluggable databases.
- ORA-55600: The table "string"."string" is already enabled for Flashback Archive
-
Cause: The specified table is already enabled for Flashback Archive.
- ORA-55601: The table "string"."string" cannot be enabled for Flashback Archive
-
Cause: An attempt is made to enable Flashback Archive for a table which should never be enabled for Flashback Archive.
- ORA-55602: The table "string"."string" is not enabled for Flashback Archive
-
Cause: An attempt was made to perform Flashback Archive operation on a table on which Flashback Archive is not enabled.
- ORA-55603: invalid flashback archive or valid time period command
-
Cause: An invalid flashback archive or valid time period command was specified.
- ORA-55604: Incorrect tablespace is specified
-
Cause: An incorrect tablespace is specified for the Flashback Archive.
- ORA-55605: Incorrect Flashback Archive is specified
-
Cause: An attempt was made to operate on a Flashback Archive that does not exist, or to create a Flashback Archive that already exists.
- ORA-55606: Event to modify archiver sleep time in seconds
-
Cause: 30 seconds is recommended as the archiver sleep time for tests.
- ORA-55607: Event to enable debugging of archiver
-
Cause: The purpose of this event is for debugging.
- ORA-55608: Default Flashback Archive does not exist
-
Cause: The default Flashback Archive did not exist.
- ORA-55609: Attempt to create duplicate default Flashback Archive
-
Cause: An attempt was made to create a default Flashback Archive while one already exists.
- ORA-55610: Invalid DDL statement on history-tracked table
-
Cause: An attempt was made to perform certain DDL statement that is disallowed on tables that are enabled for Flashback Archive.
- ORA-55611: No privilege to manage default Flashback Archive
-
Cause: An attempt was made to create, alter, or drop the default Flashback Archive.
- ORA-55612: No privilege to manage Flashback Archive
-
Cause: An attempt was made to create, alter, or drop a Flashback Archive.
- ORA-55613: Invalid Flashback Archive quota size
-
Cause: An attempt was made to specify invalid Flashback Archive quota size.
- ORA-55614: AUM needed for transactions on tracked tables
-
Cause: An attempt was made to execute DML on a tracked table without enabling Auto Undo Management.
- ORA-55615: Event to test archiver scheduled internal tasks
-
Cause: The purpose of this event is for testing.
- ORA-55616: Transaction table needs Flashback Archiver processing
-
Cause: Too many transaction table slots were being taken by transactions on tracked tables.
- ORA-55617: Flashback Archive "string" runs out of space and tracking on "string" is suspended
-
Cause: Flashback archive tablespace quota is running out.
- ORA-55618: Insufficient privilege to grant Flashback Archive privilege
-
Cause: An attempt was made to grant Flashback Archive privilege.
- ORA-55619: Invalid privilege to grant on Flashback Archive
-
Cause: An attempt was made to grant invalid privilege on a Flashback Archive object.
- ORA-55620: No privilege to use Flashback Archive
-
Cause: An attempt was made to enable Flashback Archive on a table without such privileges.
- ORA-55621: User quota on tablespace "string" is not enough for Flashback Archive
-
Cause: An attempt was made to create or alter a Flashback Archive quota which is larger than the user's quota.
- ORA-55622: DML, ALTER and CREATE UNIQUE INDEX operations are not allowed on table "string"."string"
-
Cause: An attempt was made to write to or alter or create unique index on a Flashback Archive internal table.
- ORA-55623: Flashback Archive "string" is blocking and tracking on all tables is suspended
-
Cause: Flashback archive tablespace has run out of space.
- ORA-55624: The table "string"."string" cannot be enabled for Flashback Archive at this point
-
Cause: An attempt was made to enable Flashback Archive again on a table which was just disabled.
- ORA-55625: Cannot grant Flashback Archive privilege to a role
-
Cause: An attempt was made to grant or revoke Flashback Archive privilege to a role.
- ORA-55626: Cannot remove the Flashback Archive's primary tablespace
-
Cause: An attempt was made to remove the primary tablespace of the Flashback Archive.
- ORA-55627: Flashback Archive tablespace must be ASSM tablespace
-
Cause: An attempt was made to add a tablespace that was not an ASSM tablespace.
- ORA-55628: Flashback Archive supports Oracle 11g or higher
-
Cause: An attempt was made to created a Flashback Archive with incorrect compatible mode or without auto undo management.
- ORA-55629: Event to test Flashback Archiver internal management tasks
-
Cause: The purpose of this event is for testing.
- ORA-55630: Flashback data archive cannot be enabled on a nested table, temporary table, external table, hybrid-partitioned table, materialized view, advanced queuing table, clustered table, analytic workspace table, or non-table object.
-
Cause: An attempt was made to enable flashback data archive on an object which is not supported by flashback data archive.
- ORA-55631: Table has columns with data types that are not supported by Flashback Data Archive
-
Cause: An attempt was made to add a column of data type that is not supported by Flashback Data Archive. Or, the table on which Flashback Data Archive is being enabled contains column(s) with data types not supported by Flashback Data Archive.
- ORA-55632: Tablespace has Flashback Archive tables
-
Cause: An attempt was made to remove a tablespace that has Flashback Archive tables.
- ORA-55633: Cannot do DDL on Flashback Data Archive enabled table
-
Cause: An attempt was made to do DDL on tracked tables while one DDL is runnning.
- ORA-55634: Unable to disassociate or re-associate Flashback Data Archive table "string"."string"
-
Cause: Either an incorrect table name was used or an exclusive lock on the table could not be acquired.
- ORA-55635: Flashback Data Archive enabled table "string"."string" is disassociated
-
Cause: An attempt was made to perform operation on a Flashback Data Archive enabled table that is currently disassociated for DDL.
- ORA-55636: Flashback Data Archive enabled table "string"."string" has different definition from its history table
-
Cause: The Flashback Data Archive enabled table has different table definition from its history table.
- ORA-55637: Flashback Data Archive enabled table "string"."string" is not in the correct compliance mode for this operation
-
Cause: An attempt was made to perform disassociation operation on a Flashback Data Archive enabled table that is in compliance mode. Or, DDL are not supported on tables in noncompliance mode.
- ORA-55638: DDL operations on Flashback Data Archive-enabled table are not allowed at this point
-
Cause: Flashback Data Archive could not acquire resources to complete the operation on Oracle RAC.
- ORA-55639: Flashback Data Archive internal SQL error
-
Cause: Flashback Data Archive encountered internal SQL error.
- ORA-55640: Insufficient privilege to perform the Flashback Data Archive operation
-
Cause: An attempt was made to disassociate tables enabled for Flashback Data Archive without the required privilege.
- ORA-55641: Cannot drop tablespace used by Flashback Data Archive
-
Cause: An attempt was made to drop a Flashback Data Archive tablespace.
- ORA-55642: Table has column names that are reserved by Flashback Data Archive
-
Cause: The table on which Flashback Data Archive is being enabled contains column(s) with names that are reserved by Flashback Data Archive.
- ORA-55643: cannot combine Flashback Data Archive operation with other operations
-
Cause: An attempt was made to combine the Flashback Data Archive operation with other ALTER TABLE operations.
- ORA-55644: event to enable system column ORA_XID testing
-
Cause: The purpose of this event was for testing.
- ORA-55645: Valid time period cannot be enabled on a nested table, temporary table, external table, materialized view, AQ table, clustered table, or non-table object.
-
Cause: An attempt was made to enable a valid time period on an object which is not supported by valid time period.
- ORA-55646: application already enabled for flashback archive
-
Cause: An attempt was made to enable flashback archive on an application for a second time.
- ORA-55647: application not previously enabled for flashback archive
-
Cause: An attempt was made to disable flashback archive on an application that has not been enabled for flashback archive.
- ORA-55648: table already added to application
-
Cause: An attempt was made to add a table to an application for a second time.
- ORA-55649: table not previously added to application
-
Cause: An attempt was made to remove a table that has not been added to an application.
- ORA-55650: application not registered for flashback archive
-
Cause: An attempt was made to access an application that has not been registered for flashback archive.
- ORA-55651: application already registered for flashback archive
-
Cause: An attempt was made to register an application for flashback archive for a second time.
- ORA-55652: application already locked down
-
Cause: An attempt was made to lock down an application for a second time.
- ORA-55653: application not previously locked down
-
Cause: An attempt was made to unlock an application that was not previously locked down.
- ORA-55654: too many columns in the base table
-
Cause: An attempt was made to enable flashback archive on a base table with so many columns that the history table has no room for metadata columns.
- ORA-55655: Flashback archive is being used by an application.
-
Cause: An attempt was made to drop the flashback archive, however, it was still being used by an application.
- ORA-55710: Unable to alter system parameter GLOBAL_TXN_PROCESSES at this time
-
Cause: The system was in the process of adjusting the number of global transaction background processes.
- ORA-55711: Unable to bind clusterwide global transactions to compatible undo
-
Cause: Undo tablespace was not onlined for automatic undo management.
- ORA-55712: XA transactions on RAC are not supported with GLOBAL_TXN_PROCESSES set to 0
-
Cause: The initialization parameter GLOBAL_TXN_PROCESSES was set to 0.
- ORA-55713: GLOBAL_TXN_PROCESSES cannot be set to 0 at runtime
-
Cause: An attempt was made to set initialization parameter GLOBAL_TXN_PROCESSES to 0 at runtime.
- ORA-55714: savepoint 'string' disabled with interleaved changes across Oracle RAC instances
-
Cause: After the savepoints were established, interleaved changes were made across Oracle RAC instances within the clusterwide global transaction.
- ORA-55715: The current transaction cannot become distributed.
-
Cause: The current local transaction was already bound to an undo segment that was not compatible with clusterwide global transactions.
- ORA-55800: NLS errors while processing Oracle number
-
Cause: Error occurred when trying to convert Oracle number to an integer.
- ORA-55801: Event to control CR activity
-
Cause: The bit values that we consider. 0x1: Remove fix for bug 3514835 which could potentially throw more 8177 errors We have conservatively blocked some serializability errors, where there could potentially be a dependency between a service transaction in an index and forward going transaction.
- ORA-55903: Secure file log feature unimplemented: string
-
Cause: This feature has not been implemented yet.
- ORA-55904: Secure file log name too big
-
Cause: The specified log name was bigger than the maximum identifier supported in Oracle.
- ORA-55905: Secure file log string exists with same name
-
Cause: Create operation was attempted on an existing secure file log.
- ORA-55906: Secure file log [id: string name: string] does not exist
-
Cause: An open operation for read or write was attempted on a nonexistent log.
- ORA-55907: Tablespace string does not exist for secure file log
-
Cause: The specified tablespace to keep the swap space for the secure file log does not exist.
- ORA-55908: Tablespace string does not support secure files
-
Cause: Specified tablespace to keep secure file logs did not support secure files.
- ORA-55909: Create mode invalid: string
-
Cause: The mode to create the log was not supported, or there was a discrepancy between the in-memory log creation and the persistent definition already present.
- ORA-55910: Swap table string does not exist
-
Cause: The dictionary-provided swap name did not exist. This could be caused by an external dropping of the swap table without going through the secure file log API's. This means that all of the persistent part of the log was lost.
- ORA-55911: Log with id: string is being destroyed
-
Cause: A write, read or open operation was being tried on a log that was in the process of being destroyed.
- ORA-55912: Invalid thread Id provided to write to a threaded log
-
Cause: A valid thread Id was not provided in order to write to a threaded log. Thread Ids are used to partially order messages to the log from different writing processes.
- ORA-55913: Valid thread Id provided to a nonthreaded log
-
Cause: A valid logical thread Id was provided for a nonthreaded log. A partial order will not be maintained in a nonthreaded log and messages could be output in random order.
- ORA-55914: An invalid descriptor was passed to a log operation. Reason: string
-
Cause: An invalid or uninitialized descriptor was found while doing a secure file log read or write.
- ORA-55915: Invalid option: string
-
Cause: An invalid option was passed for a log operation.
- ORA-55916: Message too long
-
Cause: The log is opened with split messages across buffers set to false. However, the message size is bigger than what can be fit in one buffer.
- ORA-55917: Table flush I/O failed for log ID: string bucket ID: string
-
Cause: Table flush I/O failed. The most common cause for this could be out-of-space errors in the tablespace.
- ORA-55918: Required buffer size too big
-
Cause: The buffer size was greater than 16K. Secure file logging supports buffer sizes of 4K, 8K and 16K. The only reason a large buffer size is required is if split message is set to false, and the potential message is large.
- ORA-55919: destroying, purging or partitioning log while writers or readers have open descriptors
-
Cause: The method to destroy, purge or partition log was called and requested to wait for open descriptors. After waiting for 5 minutes, an error is returned if writers or readers still exist.
- ORA-55920: Buffer sequence is too low
-
Cause: The buffer sequence was too low or rows were removed from the swap table.
- ORA-55921: Start point provided is incorrect.
-
Cause: The provided start point, from which to begin reading, was incorrect.
- ORA-55922: PL/SQL API error: string
-
Cause: PL/SQL callbacks had a problem
- ORA-55923: PL/SQL maximum number of array elements exceeded
-
Cause: Number of elements in an array write exceeded the maximum limit 100 message segments in one write.
- ORA-55924: PL/SQL encountered a NULL element in the array
-
Cause: A null element was encountered during an array write.
- ORA-55925: write end called without proper write start
-
Cause: An attempt was made to end write without a corresponding start write.
- ORA-55926: Closing log descriptor before calling write end
-
Cause: An attempt was made to close the log descriptor before the corresponding write end.
- ORA-55927: No tablespace found for the log
-
Cause: No suitable tablespace was found for the log.
- ORA-55928: Duplicate tablespace being added
-
Cause: The tablespace being added for the named log already existed in the list of tablespaces available for this log.
- ORA-55929: Creating new partition when current partition is empty
-
Cause: An attempt was made to create a new partition for the named log when the current partition is empty.
- ORA-55930: Version of log, identified by (logname, instanceid), does not exist
-
Cause: Version of log, identified by (logname, instanceid), did not exist.
- ORA-55931: The highest partition of log, identified by (logname, instanceid), does not exist
-
Cause: The highest partition of log, identified by (logname, instanceid), did not exist.
- ORA-55932: No SGA memory available for buffers
-
Cause: An attempt was made to create a secure file log with no available memory for buffers.
- ORA-55933: invalid log owner provided
-
Cause: The user provided did not own the secure file log under consideration.
- ORA-55934: invalid user ID provided
-
Cause: The specified user ID did not exist in the database.
- ORA-55935: invalid user name provided
-
Cause: The specified user name did not exist in the database.
- ORA-55936: user ID mismatch
-
Cause: The user ID provided did not own the secure file log under consideration.
- ORA-55937: storage already associated with the secure file log
-
Cause: An attempt was made to associate storage with a secure file log which already has storage.
- ORA-55938: no flush callback associated with the secure file log
-
Cause: Flush callback was not associated with the secure file log under consideration.
- ORA-55939: database is not open for attempted operation
-
Cause: The attempted operation failed because the database is not yet open.
- ORA-55940: An error occurred during execution of ktliIngestExternData.
-
Cause: An error occurred during execution of ktliIngestExternData.
- ORA-55941: DML and DDL operations are not allowed on table "string"."string"
-
Cause: A DML or DDL operation was attempted on a Common Logging Infrastructure internal table.
- ORA-55942: read not started for read descriptor of the secure file log
-
Cause: An attempt was made to get a readsavepoint before ktliRead successfully returned a message, using the secure file log descriptor under consideration.
- ORA-55943: unsupported verison in readsavepoint of the secure file log
-
Cause: An attempt was made to open a secure file log with a readsavepoint which had unsupported version.
- ORA-55944: External flush I/O failed for log ID: string bucket ID: string
-
Cause: External flush I/O failed.
- ORA-55945: tablespace name not specified
-
Cause: The tablespace needed to keep the swap space for the secure file log has not been provided by the user.
- ORA-55946: operation failed due to CrossInstanceCall failure - string string
-
Cause: The operation failed due to a CrossInstanceCall failure. Check the trace files on remote instances for the underlying problem.
- ORA-55947: message too long
-
Cause: The message length was greater than what the Secure file log supports.
- ORA-55948: flush threshold is invalid
-
Cause: The flush threshold specified for the secure file log is invalid.
- ORA-55949: swap table of secure file log (string, string) does not exist
-
Cause: The swap table of secure file log did not exist. This could be caused by an external dropping of the swap table without going through the secure file log API's. This means that all of the persistent parts of the log were lost.
- ORA-55950: storage not associated with the secure file log [ name: string ]
-
Cause: An attempt was made to import data from an external source into a secure file log which is not associated with tablespace storage.
- ORA-56500: DRCP: Pool not found
-
Cause: The pool name passed was either null or an invalid pool name.
- ORA-56501: DRCP: Pool startup failed
-
Cause: The connection pool failed to start up.
- ORA-56502: DRCP: Pool is inactive
-
Cause: The operation is only supported on an active pool.
- ORA-56503: DRCP: Pool is active
-
Cause: The operation is only supported on an inactive pool.
- ORA-56504: DRCP: Invalid pool configuration parameter name
-
Cause: The configuration paramter name is null or invalid input.
- ORA-56505: DRCP: Invalid pool configuration parameter value
-
Cause: The configuration paramter value is null or invalid input.
- ORA-56506: DRCP: Pool shutdown failed
-
Cause: Connection pool failed to shutdown.
- ORA-56507: DRCP: Pool alter configuration failed
-
Cause: Connection pool failed to configure pool.
- ORA-56508: DRCP: Pool startup failed
-
Cause: Connection Broker failed to startup the pool.
- ORA-56509: DRCP: Pool shutdown failed
-
Cause: Connection Broker failed to shutdown the pool.
- ORA-56510: DRCP: Pool alter configuration failed
-
Cause: Connection Broker failed to configure the pool.
- ORA-56511: DRCP: Cross instance synchronization failed
-
Cause: Publish message to all RAC instances failed.
- ORA-56512: DRCP: Failed to synchronize RAC instances [string]
-
Cause: Some of the RAC instances were not synchronized.
- ORA-56513: DRCP: Cannot perform requested operation using pooled connection
-
Cause: This operation was not supported using connections from a pool.
- ORA-56514: DRCP: invalid value for maximum number of connections to Connection broker
-
Cause: The value passed exceeded the maximum allowed.
- ORA-56515: DRCP: Operation not allowed from a Pluggable Database
-
Cause: The operation was not allowed in Database Resident Connection Pooling when connected to a Pluggable Database.
- ORA-56600: DRCP: Illegal call [string]
-
Cause: An illegal OCI function call was issued.
- ORA-56601: DRCP: Illegal connection class
-
Cause: Wrong value for connection class was given.
- ORA-56602: DRCP: Illegal purity
-
Cause: Wrong value for purity was provided.
- ORA-56603: DRCP: Internal error
-
Cause: Malformed input values.
- ORA-56604: DRCP: Length[string] for string exceeded the MAX allowed
-
Cause: Length exceeded MAX for the value.
- ORA-56605: DRCP: Session switching and migration not allowed
-
Cause: Application tried to switch or migrate session across connections.
- ORA-56606: DRCP: Client version does not support the feature
-
Cause: The client version is lower than 11g.
- ORA-56607: DRCP: Connection is already authenticated
-
Cause: Attempt to reauthenticate the connection which is authenticated.
- ORA-56608: DRCP: Server Group feature is not supported
-
Cause: Server Group attribute was set on the server handle, connected to a Database Resident connection pool.
- ORA-56609: Usage not supported with DRCP
-
Cause: This usage was not supported on a DRCP connection.
- ORA-56610: Multi-property fix up callback error
-
Cause: The multi-property fix up callback encountered an error or was not able to fix up all the properties.
- ORA-56611: DRCP: Timeout while waiting for a server
-
Cause: The value of SERVER_WAIT_TIMEOUT was reached while waiting for a server.
- ORA-56612: PL/SQL fix up callback only supported with multi-property tagging
-
Cause: PL/SQL fix up callback was specified without multi-property tagging.
- ORA-56700: plan string is a subplan and SUB_PLAN attribute cannot be modified
-
Cause: An attempt was made to modify the SUB_PLAN attribute of the specified plan.
- ORA-56701: INTERNAL_USE attribute of consumer group string cannot be modified
-
Cause: An attempt was made to modify the INTERNAL_USE attribute of the specified consumer group.
- ORA-56702: consumer group string is for internal use only and cannot be a switch target
-
Cause: An attempt was made to specify an INTERNAL_USE consumer group as a switch target.
- ORA-56703: VKTM process died unexpectedly
-
Cause: An explicit kill or internal error caused the death of VKTM background process.
- ORA-56704: EXPLICIT consumer group mapping priority must be set to 1
-
Cause: An attempt was made to set the EXPLICIT mapping priority to a value other than 1.
- ORA-56705: I/O calibration already in progress
-
Cause: An attempt was made to run a second instance of I/O Calibration
- ORA-56706: The specified Resource Manager plan is a subplan and cannot be set as a top-level plan
-
Cause: An attempt was made to set a subplan as a top-level plan.
- ORA-56707: INTERNAL_QUIESCE plan cannot be specified as a top-level Resource Manager plan
-
Cause: An attempt was made to specify INTERNAL_QUIESCE as a top-level Resource Manager plan.
- ORA-56708: Could not find any datafiles with asynchronous i/o capability
-
Cause: There are no datafiles which are asynchronous I/O capable.
- ORA-56709: timed_statistics set to FALSE
-
Cause: timed_statistics parameter in database is set to FALSE. Needs to be enabled for calibration.
- ORA-56710: DBRM process died unexpectedly
-
Cause: An explicit kill or internal error caused the death of the DBRM background process.
- ORA-56711: string is an invalid string argument
-
Cause: The named argument is invalid.
- ORA-56713: insufficient Resource Manager privileges
-
Cause: An attempt was made to execute administration procedures from the DBMS_RESOURCE_MANAGER package without the appropriate privilege. The procedure requires the Resource Manager system privilege.
- ORA-56714: Plan name string exceeds the maximum length allowed
-
Cause: Plan name is greater than 30 characters long.
- ORA-56715: string resource plan contains a reserved word
-
Cause: The specified plan name is prefixed with a reserved prefix such as FORCE or SCHED.
- ORA-56716: Category string does not exist
-
Cause: A non-existent category was specified as an argument to a procedure in the package, DBMS_RESOURCE_MANAGER.
- ORA-56717: switch directives are set without a corresponding SWITCH_GROUP
-
Cause: The plan directive contained a switch directive (SWITCH_TIME, SWITCH_IO_REQS, or SWITCH_IO_MEGABYTES) without a SWITCH_GROUP.
- ORA-56718: Timeout occurred while setting resource plan
-
Cause: A timeout occurred while waiting for one or more RAC instances to set the resource plan.
- ORA-56719: Error spawning or communicating with calibration slave
-
Cause: An error occurred in calibration slave process - Calibration process aborted.
- ORA-56720: I/O data limit exceeded - call aborted
-
Cause: The Resource Manager SWITCH_IO_MEGABYTES limit was exceeded.
- ORA-56721: I/O data limit exceeded - session terminated
-
Cause: The Resource Manager SWITCH_IO_MEGABYTES limit was exceeded.
- ORA-56722: I/O request limit exceeded - call aborted
-
Cause: The Resource Manager SWITCH_IO_REQS limit was exceeded.
- ORA-56723: I/O request limit exceeded - session terminated
-
Cause: The Resource Manager SWITCH_IO_REQS limit was exceeded.
- ORA-56724: ksfd calibration tracing
-
- ORA-56725: Could not spawn additional calibration slaves
-
Cause: An error occurred when spawning calibration slave process - Calibration process aborted.
- ORA-56726: Category string is referred to by a consumer group and cannot be deleted
-
Cause: An attempt was made to delete a category that is referred to by a consumer group.
- ORA-56727: Orion (string) must be invoked using its full, absolute path
-
Cause: Orion is spawning a child process and cannot determine the location of the executable.
- ORA-56728: SQL blocks cannot be nested
-
Cause: An attempt was made to start an SQL block using DBMS_RESOURCE_MANAGER.BEGIN_SQL_BLOCK() while already inside an SQL block.
- ORA-56729: Failed to bind the database instance to processor group string
-
Cause: Binding the database instance to the processor group specified by the PROCESSOR_GROUP_NAME parameter failed.
- ORA-56730: pluggable database plan string may not specify parameter string
-
Cause: Resource plans inside a pluggable database attempted to use the following parameters: MGMT_P2, MGMT_P3, MGMT_P4, MGMT_P5, MGMT_P6, MGMT_P7, MGMT_P8
- ORA-56731: pluggable database plan string may not use subplans
-
Cause: An attempt was made to set a resource plan that contains subplans. Subplans are not supported in pluggable databases (PDBs).
- ORA-56732: value string for string is outside valid range of 0 to 4294967295
-
Cause: An invalid value was specified for a plan directive parameter.
- ORA-56733: logical I/O limit exceeded - call aborted
-
Cause: The Resource Manager SWITCH_IO_LOGICAL limit was exceeded.
- ORA-56734: logical I/O limit exceeded - session terminated
-
Cause: The Resource Manager SWITCH_IO_LOGICAL limit was exceeded.
- ORA-56735: elapsed time limit exceeded - call aborted
-
Cause: The Resource Manager SWITCH_ELAPSED_TIME limit was exceeded.
- ORA-56736: elapsed time limit exceeded - session terminated
-
Cause: The Resource Manager SWITCH_ELAPSED_TIME limit was exceeded.
- ORA-56737: SWITCH_GROUP is set without a corresponding switch directive
-
Cause: The plan directive specified a value for SWITCH_GROUP without specifying one of the following switch directives: - SWITCH_TIME - SWITCH_IO_REQS - SWITCH_IO_MEGABYTES - SWITCH_ELAPSED_TIME - SWITCH_IO_LOGICAL
- ORA-56738: CDB resource plan string has more than string profile directives.
-
Cause: An attempt was made to create or update the specified multitenant container database (CDB) resource plan to use more than the supported number of profile directives.
- ORA-56739: cannot modify max_iops or max_mbps parameter
-
Cause: An attempt was made to alter the Resource Manager max_iops or max_mbps parameter in a non-consolidated database.
- ORA-56740: Resource plan string does not contain mandatory group string.
-
Cause: An attempt was made to create or set a resource manager plan that does not contain a consumer group mandated by the administrator. The specified plan has too many plan directives for the system to automatically add the mandatory consumer group.
- ORA-56741: The specified plan uses multilevel management directives and cannot be set in a pluggable database.
-
Cause: An attempt was made to set a resource plan that contains multilevel management directives: MGMT_P2, MGMT_P3, MGMT_P4, MGMT_5, MGMT_P6, MGMT_P7, or MGMT_P8. Multilevel management directives are not supported in pluggable databases (PDBs).
- ORA-56742: cannot modify max_iops or max_mbps parameter on Oracle Exadata
-
Cause: An attempt was made to alter the Resource Manager max_iops or max_mbps parameter on an Oracle Exadata system.
- ORA-56743: memory_min (string) cannot exceed memory_limit (string) in the CDB plan 'string' for the pluggable database 'string'
-
Cause: An attempt was made to create a multitenant container database (CDB) plan directive where memory_min was greater than memory_limit.
- ORA-56744: memory_min (string) cannot exceed memory_limit (string) in the CDB plan 'string' for the profile 'string'
-
Cause: An attempt was made to create a multitenant container database (CDB) plan directive where memory_min was greater than memory_limit.
- ORA-56745: invalid value string for parameter string; must be smaller than parameter string
-
Cause: The value for this parameter was invalid.
- ORA-56746: invalid value string for parameter string; must be smaller than string%% of parameter string
-
Cause: The value for this parameter was invalid.
- ORA-56747: invalid value string for parameter string; must be smaller than parameter string of the root container
-
Cause: The value for this parameter was invalid.
- ORA-56748: invalid value string for parameter string; must be smaller than string%% of parameter string of the root container
-
Cause: The value for this parameter was invalid.
- ORA-56749: invalid value string for parameter string; must be larger than parameter string
-
Cause: The value for this parameter was invalid.
- ORA-56750: invalid value string for parameter string; must be larger than string%% of parameter string
-
Cause: The value for this parameter was invalid.
- ORA-56751: PQ_TIMEOUT_ACTION is set without a corresponding PARALLEL_QUEUE_TIMEOUT directive
-
Cause: The plan directive specified a value for PQ_TIMEOUT_ACTION without specifying a PARALLEL_QUEUE_TIMEOUT directive.
- ORA-56752: Oracle Database Express Edition (XE) memory parameter invalid or not specified
-
Cause: An invalid parameter or a value more than the maximum memory allowed was specified
- ORA-56753: Calibration failed because Exadata files are not sufficiently populated.
-
Cause: On Oracle Exadata, the calibration run was terminated because the data files did not have a sufficient percentage of populated blocks.
- ORA-56754: invalid value %0!s for parameter %1!s; must be larger than the current resource usage %2!s
-
Cause: This parameter cannot be set to a value that is lower than the current resource usage.
- ORA-56800: DSKM process died unexpectedly
-
Cause: An explicit kill or internal error caused the death of the DSKM background process.
- ORA-56840: LIBCELL API error in Master Diskmon
-
Cause: A LIBCELL operation in Master Diskmon failed.
- ORA-56841: Master Diskmon cannot connect to a CELL
-
Cause: A LIBCELL operation from Master Diskmon failed to create a network connection to the target CELL.
- ORA-56842: LIBCELL operation network error in Master Diskmon
-
Cause: A LIBCELL operation in Master Diskmon failed because of a network error.
- ORA-56843: LIBCELL SKGXP error in Master Diskmon
-
Cause: A LIBCELL operation from Master Diskmon failed because of an SKGXP network layer error.
- ORA-56864: Master Diskmon "stringstring" operation cannot complete because of a LIBCELL network error
-
Cause: A LIBCELL operation between Master Diskmon and a CELL failed because of a network error.
- ORA-56865: Invalid IP address in CELLINIT.ORA
-
Cause: One or more of the specified IP addresses in CELLINIT.ORA is not valid.
- ORA-56866: No IP parameter
-
Cause: No IP address is set in CELLINIT.ORA.
- ORA-56867: Cannot connect to Master Diskmon on pipe "string"
-
Cause: Master Diskmon was not running or the listening pipe was deleted.
- ORA-56868: Duplicate IP address in CELLINIT.ORA
-
Cause: One or more of the specified IP addresses in CELLINIT.ORA was repeated.
- ORA-56870: Attempt to register dead cell with Master Diskmon
-
Cause: An attempt was made by a process to register a cell that is known to be down.
- ORA-56900: bind variable is not supported inside pivot|unpivot operation
-
Cause: Attempted to use bind variables inside pivot|unpivot operation.
- ORA-56901: non-constant expression is not allowed for pivot|unpivot values
-
Cause: Attempted to use non-constant expression for pivot|unpivot values.
- ORA-56902: expect aggregate function inside pivot operation
-
Cause: Attempted to use non-aggregate expression inside pivot operation.
- ORA-56903: sys_op_pivot function is not allowed here
-
Cause: invalid use of sys_op_pivot function.
- ORA-56904: pivot value must have datatype that is convertible to pivot column
-
Cause: Datatype of pivot value is not convertible to the datatype of pivot column.
- ORA-56905: pivot|unpivot operations are not supported on lateral views
-
Cause: An attempt was made to do a pivot or unpivot operation on a lateral view.
- ORA-56906: pivot column or pivot value is too large
-
Cause: Either the combined column size for multicolumn pivot was too large or a multicolumn pivot value was too large.
- ORA-56920: a prepare or upgrade window or an on-demand or datapump-job loading of a secondary time zone data file is in an active state
-
Cause: A prepare or upgrade window was started or an on-demand or datapump-job loading of a secondary time zone data file was done.
- ORA-56921: invalid time zone version
-
Cause: Invalid time zone version passed.
- ORA-56922: Starting a prepare window failed
-
Cause: Error(s) occurred when starting a prepare window.
- ORA-56923: database properties related to time zone version are not set up properly
-
Cause: There were no database properties related to time zone version in dictionary table sys.props$.
- ORA-56924: prepare window does not exist
-
Cause: There was no active prepare window.
- ORA-56925: Ending a prepare window failed
-
Cause: Error(s) occurred when ending a prepare window.
- ORA-56926: database must be in UPGRADE mode in order to start an upgrade window
-
Cause: Database was not in UPGRADE mode.
- ORA-56927: Starting an upgrade window failed
-
Cause: Error(s) occurred when starting an upgrade window.
- ORA-56928: upgrade window does not exist
-
Cause: There was no active upgrade window.
- ORA-56929: Ending an upgrade window failed
-
Cause: Ending an upgrade window failed or there were tables containing TSTZ data which have not been upgraded.
- ORA-56930: database must be restarted before performing upgrade of user tables
-
Cause: Database was not restarted after starting an upgrade window.
- ORA-56931: inconsistent DST patching state found
-
Cause: DST patching was in an inconsistent state.
- ORA-56932: "string"."string" does not exist
-
Cause: Specified table name was invalid.
- ORA-56933: Table creation failed
-
Cause: Error(s) occurred when creating the table.
- ORA-56934: database property DST_UPGRADE_STATE for datapump job is in an inconsistent state
-
Cause: Database property DST_UPRGRADE_STATE was not recorded correctly.
- ORA-56935: existing datapump jobs are using a different version of time zone data file
-
Cause: An attempt was made from a datapump job to request a different version of time zone data file from the one used by existing datapump jobs.
- ORA-56936: datapump jobs are utilizing secondary time zone data file
-
Cause: An on-demand loading of secondary time zone data file was requested when there was a secondary time zone data file already loaded in the database utilized by existing datapump jobs.
- ORA-56937: failed to load the secondary time zone data file
-
Cause: Attempt to load the secondary timezone data file failed.
- ORA-56938: no secondary time zone data file being loaded by on-demand or a datapump job
-
Cause: There was no secondary timezone data file being loaded by on-demand or a datapump job.
- ORA-56939: failed to unload the secondary time zone data file
-
Cause: Attempt to unload the secondary timezone data file failed.
- ORA-56950: Invalid value for incident identifier
-
Cause: Invalid incident identifier argument passed.
- ORA-56951: value of string is null in string constructor
-
Cause: The attribute value was null.
- ORA-56952: reference plan resolves to string plans
-
Cause: The reference plan resolved to multiple plans.
- ORA-56953: statement_id and plan_id cannot both be null in PLAN_TABLE_OBJECT
-
Cause: Both statement_id and plan_id attributes were null in PLAN_TABLE_OBJECT.
- ORA-56955: quarantined plan used
-
Cause: A quarantined plan was used for this statement.
- ORA-56971: Invalid set of export options
-
Cause: The options specified are inconsistent
- ORA-56972: referenced file not found
-
Cause: One of the file specified in the test case package is mising
- ORA-56973: import options do not match export options
-
Cause: The import options specified do not match the export options
- ORA-56974: Invalid set of import options
-
Cause: The import options specified are inconsistent
- ORA-56975: invalid SQL_ID
-
Cause: The SQL_ID specified was incorrect.
- ORA-56976: invalid export options: string
-
Cause: One or more export options were inconsistent.
- ORA-56977: invalid import options: string
-
Cause: One or more import options were inconsistent.
- ORA-56978: TCB root directory does not exist
-
Cause: The root directory for Test Case Builder (TCB) does not exist.