Hi salas, I received this error too sometimes. I didn't bother to track it down.
Instead, I just read the record for the column from user_sdo_geom_metadata, 
which contains the bounding box, then just typed those values in.

SQL> select * from user_sdo_geom_metadata where table_name='SITE';

TABLE_NAME
--------------------------------
COLUMN_NAME
--------------------------------------------------------------------------------
DIMINFO(SDO_DIMNAME, SDO_LB, SDO_UB, SDO_TOLERANCE)
--------------------------------------------------------------------------------
      SRID
----------
SITE
GEOMETRY
SDO_DIM_ARRAY(SDO_DIM_ELEMENT('X', 96, 156, .00000005), SDO_DIM_ELEMENT('Y', -44
, 10, .00000005))



SQL> 

Regards, Paul



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to