Problem with updating SDO_GEOMETRY

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Bohne79
Posts: 2
Joined: Thu 15 Mar 2007 07:27

Problem with updating SDO_GEOMETRY

Post by Bohne79 » Thu 15 Mar 2007 07:40

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 15 Mar 2007 08:40

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.

Bohne79
Posts: 2
Joined: Thu 15 Mar 2007 07:27

Post by Bohne79 » Thu 15 Mar 2007 10:45

Thank you for answering. I sent you a project. I use the methods from your Geometry Example.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 15 Mar 2007 12:13

Your project is received and is being investigated.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 04 Apr 2007 09:44

The problem is resolved. Look forward to the next build.

Post Reply