Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
This section lists some of the messages that can be returned when the Spatial Data option is enabled.
Cause: The specified dimension is either smaller than 1 or greater than the number of dimensions encoded in the HHCODE.
Action: Make sure that the dimension number is between 1 and the maximum number of dimensions encoded in the HHCODE.
Cause: The number of dimensions in two HHCODEs involved in a binary HHCODE operation do not match.
Action: Make sure that the number of dimensions in the HHCODEs match.
Cause: The specified level is either smaller than 1 or greater than the maximum level encoded in an HHCODE.
Action: Verify that all levels are between 1 and the maximum number of levels encoded in the HHCODE.
Cause: The specifed range for a dimension is invalid.
Action: Make sure that the lower bound (lb) is less than the upper bound (ub).
Cause: The buffer size for a function is not valid.
Action: This is an internal error. Contact Oracle Worldwide Support.
Cause: An error occured in a recursively called HHCODE function.
Action: This is an internal error. Contact Oracle Worldwide Support.
Cause: The cell identifier is either less than 0 or greater that (2^ndim - 1).
Action: Make sure that the cell identifier is between 0 and (2^ndim - 1).
Cause: A character that is not in the range [0-9] or [A-Fa-f] was detected.
Action: Verify that all characters in a string are in [0-9] or [A-Fa-f].
Cause: Part of specified date format is invalid.
Action: Verify that the date format is valid.
Cause: The specified date string has a bad component or does not match the specified format string.
Action: Make sure that the components of the date string are valid and that the date and format strings match.
Cause: An invalid number of arguments was specified for an SDO function.
Action: Verify the syntax of the function call.
Cause: A specifed dimension value is outside the range defined for that dimension.
Action: Make sure that all values to be encoded are within the defined dimension range.
Cause: An invalid window type was specifed.
Action: Valid window types are RANGE, PROXIMITY, POLYGON.
Cause: A topology was specified that was not INTERIOR or BOUNDARY.
Action: Make sure that INTERIOR or BOUNDARY is used to describe an HHCODE's topology.
Cause: A topology identifier outside the range of 1 to 8 was specified
Action: Specify a topology in the range of 1 to 8.
Cause: The number of values used to define the window does not correspond to the window type.
Action: Verify that the number of values used to defined the window is correct for the window type and number of dimensions.
Cause: The partition common code was not correctly decoded.
Action: This is an internal error. Contact Oracle Worldwide Support.
Cause: The shape of a 2-D line partition could not be determined.
Action: This is an internal error. Contact Oracle Worldwide Support.
Cause: The specified distance type is invalid.
Action: The only supported distance functions are EUCLID and MANHATTAN.
Cause: Vertex coordinates lie outside the valid range for specified dimension
Action: Re-define vertex coordinates within specified boundaries
Cause: A vertex coordinate has a NULL value
Action: Re-define vertex coordinate to have non-NULL value
Cause: The coordinates defining a geometric element are not connected
Action: Re-define coordinates for the geometric element
Cause: The coordinates defining a polygonal geometric element represent crossing segments
Action: Re-define coordinates for the polygon
Cause: An interior element of a geometric object interacts with the exterior element of that object
Action: Re-define coordinates for the geometric elements
Cause: The coordinates defining a polygonal geometric element represent less than three segments
Action: Re-define the coordinates for the polygon
Cause: The coordinates defining a polygonal geometric element represents an open polygon
Action: Re-define the coordinates of the polygon
Cause: The SDO_ETYPE column in the <layer>_SDOGEOM table contains an invalid geometric element type value
Action: Re-define the geometric element type in the <layer>_SDOGEOM table for the specified geometric element using one of the supported SDO_ETYPE values. See the Oracle Spatial Cartridge user's guide for an explanation of SDO_ETYPE and its possible values.
Cause: There was a problem reading the dimension definition from the <layer>_SDODIM table.
Action: Verify that the <layer>_SDODIM table exists and that the appropriate privileges exist on the table. Address any other errors that might appear with the message.
Cause: Another error will accompany this message that will indicate the problem.
Action: Correct any accompanying errors. If no accompanying error message appears then contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Note any accompanying errors and contact Oracle Worldwide Support.
Cause: The spatial relationship between a generated tile and the specified element could not be determined.
Action: This is an internal error. Verify the geometry using the VALIDATE_GEOMETRY procedure. If the procedure does not return any errors then note any errors which accompany ORA-13041 and contact Oracle Worldwide Support.
Cause: An invalid combination of SDO_LEVEL and SDO_NUMTILES values was read from the <layer>_SDOLAYER table. The most likely cause is that the columns are NULL.
Action: Verify the that SDO_LEVEL and SDO_NUMTILES columns contain valid integer values as described in the Oracle Spatial Cartridge user's guide. Then retry the operation.
Cause: An error was encountered reading the layer meta data from the <layer>_SDOLAYER table.
Action: This error is usually the result of an earlier error which should also have been reported. Address this accompanying error and retry the current operation. If no accompanying error was reported contact Oracle Worldwide Support.
Cause: The tile size specified for fixed size tessellation exceeds the maximum resolution as computed from the layer meta data.
Action: See the Oracle Spatial Cartridge user's guide for an explanation of tiling levels, tile size, and tiling resolution. Ensure that the tiling parameters are set such that any generated tile is always larger than or equal to a tile at the maximum level of resolution. This can be achieved by using a fewer number of tiles per geometric object or specifying a lesser tile size value than the current one.
Cause: This is an internal error.
Action: Contact Oracle Worldwide support.
Cause: An invalid number of arguments were specified for an SDO_GEOM function.
Action: Please refer to the Oracle Spatial Cartridge user documentation for a description of the syntax and semantics of the relevant SDO_GEOM function.
Cause: An SDO_GEOM function was unable to determine the number of ordinates for the SDO layer <layer>.
Action: Verify that the <layer>_SDOLAYER table has a valid value for the column SDO_ORDCNT. Then retry the operation.
Cause: This is an internal error.
Action: Contact Oracle Worldwide Support.
Cause: An SDO_GEOM function was unable to determine the tolerance value for the SDO layer <layer>.
Action: Verify that the <layer>_SDODIM table has a valid value for the column SDO_TOLERANCE.
Cause: This is an internal error.
Action: Contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Contact Oracle Worldwide Support.
Cause: The geometry type for a specific instance in a <layer>_SDOGEOM table is not among the set of geometry types supported by the Oracle Spatial Cartridge.
Action: Check the Oracle Spatial Cartridge user guide for the list of supported geometry types and workarounds that permit the storage and retrieval of non-supported geometric types with the SDO schema.
Cause: The maximum number of geometric elements that can be specified in the argument list for an SDO_GEOM function was exceeded.
Action: Check the Oracle Spatial Cartridge user guide for the syntax of the SDO_GEOM function and use fewer arguments to describe the geometry or check the description of the SDO_WINDOW package for a workaround that permits storing the object in a table and then using it in as an argument in a call to the SDO_GEOM function.
Cause: This is an internal error.
Action: Contact Oracle Worldwide Support.
Cause: The requested object is not present in the specified table.
Action: Verify the syntax of the function or procedure that reported this error and verify that the object does indeed exist in the specified table. Then retry the operation.
Cause: The specified spatial table does not exist.
Action: Check the Spatial Data option data dictionary to make sure that the table is registered.
Cause: The specified spatial table is registered in the Spatial Data data dictionary.
Action: Remove the existing table from the Spatial Data option data dictionary or use a different name.
Cause: The specified spatial table is not partitioned.
Action: Check the Spatial Data option data dictionary and make sure that a high water mark is set.
Cause: The specified spatial table does not have a partition key defined.
Action: Check the Spatial Data option data dictionary and make sure that the table is partitioned.
Cause: The specified count mode is not valid.
Action: Alter the count mode. Valid count modes are ESTIMATE or EXACT.
Cause: The specified Oracle table does not exist.
Action: Check the Oracle7 data dictionary and make sure that the table exists.
Cause: The specified tablespace does not exist.
Action: Check the Oracle7 data dictionary and make sure that the specified tablespace exists and that there is a space quota defined on it.
Cause: The specified tablespace is already allocated to the spatial table.
Action: Allocate another tablespace name to the table.
Cause: The specified tablespace is not allocated to the specified spatial table.
Action: Allocate the tablespace to the spatial table.
Cause: The specified partition does not exist.
Action: Verify the name of the partition by checking the Spatial Data option data dictionary.
Cause: Identical source and target tablespaces were specified when trying to move partition.
Action: Specify different source and target tablespaces if you wish to move a partition.
Cause: The creation of a child partition failed.
Action: Check for other errors that accompany this error and correct them first.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: The specified column is already defined for the spatial table.
Action: Use a different column name.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: A partition key is already set for the spatial table.
Action: Only one partition key can be specified per spatial table.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Contact World Wide Support.
Cause: The specified spatial column does not exist.
Action: Verify that the specified column is a spatial column by checking the Spatial Data option data dictionary.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: The specified target type is not valid.
Action: Substitute a valid target type. Valid target types are TABLE or VIEW.
Cause: The RANGE window specified is not correctly defined.
Action: A RANGE window is defined by specifying the lower and upper boundary of each dimension as a pair of values (e.g.: lower_bound1,upper_bound1,lower_bound2,upper_bound2,...). There should be an even number of values.
Cause: The PROXIMITY window specified is not correctly defined.
Action: A PROXIMITY window is defined by specifying a center point and a radius. The center point is defined by ND values. There should be ND+1 values.
Cause: The POLYGON window specified is not correctly defined.
Action: A POLYGON window is defined by specifying N pairs of values that represent the vertices of the polygon. There should be an even number of values.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: The partition name substitution variable name was not found in the SQL filter.
Action: The substitution variable name must be in the SQL filter to indicate where that partition name should be placed.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Document messages and contact Oracle Worldwide Support.
Cause: Operation failed to insert a record into the exception table
Action: Fix any other errors reported.
Cause: Operation failed to insert a record into the exception table.
Action: Fix any other errors reported.
Cause: Specified HHCODE type is not valid.
Action: Substitute a valid HHCODE type. Valid HHCODE types are POINT and LINE.
Cause: The highwater mark must be greater than or equal to zero.
Action: Make sure that the highwater mark is an integer greater than or equal to zero.
Cause: The precision specified is out of range.
Action: The precision must be an integer greater than or equal to zero.
Cause: The number of dimensions specified is out of range.
Action: The number of dimension must be between 1 and 32.
Cause: The specified table has rows in it.
Action: Make sure that the table to be registered is empty.
Cause: Specified Oracle error was encountered.
Action: Correct the Oracle error.
Cause: The specified object does not exist.
Action: Verify that the specified object exists.
Cause: The specified table already exists.
Action: Drop the specified table.
Cause: The length of the SDO_CODE column in the <layer>_SDOINDEX table could not be determined.
Action: Make sure that the <layer>_SDOINDEX table exists with the SDO_CODE column. Verify that the appropriate privileges exist on the table. Then retry the operation.
Cause: The specified element could not be read from the <layer>_SDOGEOM table.
Action: Verify that the specified element exists in the table. Then retry the operation.
Cause: The geometry type in the <layer>_SDOGEOM table is unsupported.
Action: Modify the geometry type to be one of the supported types.
Cause: Initialization of the tessellation package failed.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: There was insufficient memory to read the geometry from the database.
Action: Validate the geometry. Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Contact Oracle Worldwide Support.
Cause: This is an internal error.
Action: Record the error messages that are returned and contact Oracle Worldwide Support.
Cause: The system was unable to compute the minimum bounding HHCODE or supercell for the geometry.
Action: Another error might accompany this error. Correct the accompanying error. Also, validate the geometry for correctness.
Cause: Tessellation did not generate any tiles for this element. This error could be caused if the geometry definition puts the geometry outside the domain defined in the <layer>_SDODIM table.
Action: Verify that the geometry is valid and within the defined domain.
Cause: This is an internal error.
Action: Contact Oracle Worldwide Support.