Community
Topobase (Read Only)
Welcome to Autodesk’s Topobase Forums. Share your knowledge, ask questions, and explore popular Topobase topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SDO Geometry

1 REPLY 1
Reply
Message 1 of 2
LevonVardanyan
586 Views, 1 Reply

SDO Geometry

We have problems with importing SDO geometry from spatial geometry data in oracle 10 to Topobase 2008. With the import we got the message, it doesn't matter if the objects where lines or points:
ERR> Update WA_LINE set GEOM =mdsys.sdo_geometry(3002,null,null,mdsys.sdo_elem_info_array(1,2,1),mdsys.sdo_ordinate_array(3485804.528,5542216.597,0,3485803.779,5542216.018,0,3485801.333,5542197.221,0)) where FID = ' 9940099'
^ERROR
SQL execution error, ORA-29877: ORA-29877: Routine ODCIINDEXUPDATE nicht erfolgreich ausgeführt
ORA-13364: Ebenendimensionalität stimmt nicht mit Geometrie-Dimensionen überein
ORA-06512: in "MDSYS.SDO_INDEX_METHOD_10I", Zeile 243

coordinate system are the same of both database. TB dictionary x + y is set to 10 000 000. The SDO meta data of both oracle dumps are also the same.

Anyone here an idea?

best regards G+B
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: LevonVardanyan

Hi there

Could it be that the SDO geometry that you are trying to insert is 3D (i.e. has a Z value) and the default index in Topobase 2008 is for 2D geometry data?

Update WA_LINE set GEOM =mdsys.sdo_geometry(2002,null,null,mdsys.sdo_elem_info_array(1,2,1),mdsys.sdo_o rdinate_array(3485804.528,5542216.597,3485803.779,5542216.018,3485801.333,55 42197.221)) where FID = ' 9940099'

Try this instead to see if it makes a difference?

Regards

Arnab

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report