Spatial (MOSC)

MOSC Banner

SDO_GEOM.SDO_BUFFER receive ORA-00932:inconsistent datatypes

edited Nov 30, 2012 10:19AM in Spatial (MOSC) 11 commentsAnswered
Hi,
When i perform the 10g spatial function SDO_GEOM.SDO_BUFFER i receive ORA-00932: inconsistent datatypes

ORA-00932:    inconsistent datatypes: expected an IN argument at postion 1 that is an instance of an Oracle type convertible to an instance of a user
defined Java class got an exception while converting to the user class

here two sql query. one on table with metadata and spatial index, other as computed geometry.

select SDO_GEOM.SDO_BUFFER(trg.geom, 10, 0.005) geom_buffer
  from s716_tra_geoms trg
 where trg.geom is not null
   and SDO_GEOM.validate_geometry(trg.geom,0.005) = 'TRUE'
   and rownum = 1;


with qry as

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center