Page 1 of 1

Problem with updating SDO_GEOMETRY

Posted: Thu 15 Mar 2007 07:40
by Bohne79
I downloaded the trial version of OraDirect.NET 4.00 Beta.

My problem: I've got 2 Tables with Geometries . Each of the table has got 4 colums with Geometric data. The first table contains Line Geometry the other one Point Geometries. I wrote a programm to edit these data and used the datatable.update Method. For Line Geometries it's no problem, but when I update my Point Geometry i got these Error:

"ORA-29877: Routine ODCIINDEXUPDATE nicht erfolgreich ausgeführt
ORA-13033: Ungültige Daten in SDO_ELEM_INFO_ARRAY in Objekt SDO_GEOMETRY
ORA-06512: in "MDSYS.SDO_INDEX_METHOD_10I", Zeile 243"

Updating only one point by using a SQL Command is working fine.
P.S SDO_ELEM_INFO and SDO_ORDIANTES are both NULL.

Hope you understand my problem. Thanks

Posted: Thu 15 Mar 2007 08:40
by Alexey
Please send me a small test project to reproduce the problem.
Include definition of your own database objects.
Use e-mail address provided in the Readme file.
Do not use third party components.

Posted: Thu 15 Mar 2007 10:45
by Bohne79
Thank you for answering. I sent you a project. I use the methods from your Geometry Example.

Posted: Thu 15 Mar 2007 12:13
by Alexey
Your project is received and is being investigated.

Posted: Wed 04 Apr 2007 09:44
by Alexey
The problem is resolved. Look forward to the next build.