ORA-13032: Invalid NULL SDO_GEOMETRY object
Cause: There are invalid SDO_POINT_TYPE or SDO_ELEM_INFO_ARRAY or SDO_ORDINATE_ARRAY fields in the SDO_GEOMETRY object.
Action: Verify that the geometries have valid fields. To specify a NULL geometry, specify the whole SDO_GEOMETRY as NULL instead of setting each field to NULL.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Sunday, December 30, 2007
ORA-13032
Posted by Admin at 12/30/2007 11:45:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13031
ORA-13031: Invalid Gtype in the SDO_GEOMETRY object for point object
Cause: There is an invalid SDO_GTYPE in the SDO_GEOMETRY object where the VARRAYs are NULL but the SDO_GTYPE is not of type POINT.
Action: Verify that the geometries have valid gtypes.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:44:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13030
ORA-13030: Invalid dimension for the SDO_GEOMETRY object
Cause: There is a mismatch between the dimension in the SDO_GTYPE and dimension in the SDO_GEOM_METADATA for the SDO_GEOMETRY object.
Action: Verify that the geometries have valid dimensionality.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:43:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13029
ORA-13029: Invalid SRID in the SDO_GEOMETRY object
Cause: There is an invalid SDO_SRID in the SDO_GEOMETRY object. The specified SRID may be outside the valid SRID range.
Action: Verify that the geometries have valid SRIDs.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:42:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13028
ORA-13028: Invalid Gtype in the SDO_GEOMETRY object
Cause: There is an invalid SDO_GTYPE in the SDO_GEOMETRY object.
Action: Verify that the geometries have valid gtypes.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:41:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13027
ORA-13027: unable to read dimension definition from string
Cause: There was a problem reading the dimension definition from the
Action: Verify that the
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:40:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13026
ORA-13026: unknown element type for element string.string.string
Cause: The SDO_ETYPE column in the
Action: Redefine the geometric element type in the
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:39:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13025
ORA-13025: polygon does not close
Cause: The coordinates defining a polygonal geometric element represent an open polygon.
Action: Redefine the coordinates of the polygon.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:36:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13024
ORA-13024: polygon has less than three segments
Cause: The coordinates defining a polygonal geometric element represent less than three segments.
Action: Redefine the coordinates for the polygon.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:34:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13023
ORA-13023: interior element interacts with exterior element
Cause: An interior element of a geometric object interacts with the exterior element of that object.
Action: Redefine coordinates for the geometric elements.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:33:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13022
ORA-13022: polygon crosses itself
Cause: The coordinates defining a polygonal geometric element represent crossing segments.
Action: Redefine coordinates for the polygon.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:32:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13021
ORA-13021: element not continuous
Cause: The coordinates defining a geometric element are not connected.
Action: Redefine coordinates for the geometric element.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:29:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13020
ORA-13020: coordinate is NULL
Cause: A vertex coordinate has a NULL value.
Action: Redefine vertex coordinate to have non-NULL value.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:28:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13019
ORA-13019: coordinates out of bounds
Cause: Vertex coordinates lie outside the valid range for specified dimension.
Action: Redefine vertex coordinates within specified boundaries.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:27:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13017
ORA-13017: unrecognized line partition shape
Cause: The shape of a 2-D line partition could not be determined.
Action: This is an internal error. Contact Oracle Support Services.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:26:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13016
ORA-13016: specified topology [string] is invalid
Cause: The specified topology did not exist in the database, or some components of the topology were missing from the database.
Action: Check the specified topology by executing the SDO_TOPO.validate_topology function.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:24:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13014
ORA-13014: a topology identifier outside the range of 1 to 8 was specified
Cause: A topology identifier outside the range of 1 to 8 was specified.
Action: Specify a topology in the range of 1 to 8.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:23:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13013
ORA-13013: the specified topology was not INTERIOR or BOUNDARY
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.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:21:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13012
ORA-13012: an invalid window type was specified
Cause: An invalid window type was specified.
Action: Valid window types are RANGE, PROXIMITY, POLYGON.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:19:00 AM 0 comments
Labels: Oracle, Oracle Error
ORA-13011
Thank you for visiting Spatial DBA - Oracle and ArcSDE.
Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.
===================================================================
ORA-13011: value is out of range
Cause: A specified 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.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:17:00 AM
Labels: Oracle, Oracle Error
ORA-13010
ORA-13010: an invalid number of arguments has been specified
Cause: An invalid number of arguments was specified for an SDO function.
Action: Verify the syntax of the function call.
Note: Oracle Database Error Messages 10g Release 2 (10.2)
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Posted by Admin at 12/30/2007 11:10:00 AM 0 comments
Labels: ArcSDE, Oracle, Oracle Error