SDO_Geometry - Fully managed?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
fhcrotec
Posts: 1
Joined: Mon 13 Mar 2017 10:09

SDO_Geometry - Fully managed?

Post by fhcrotec » Mon 13 Mar 2017 10:14

When I need to use SDO_Geometry will my code still be fully managed? (Meaning: Not requiring the Oracle Client at all)?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: SDO_Geometry - Fully managed?

Post by Shalex » Wed 15 Mar 2017 19:18

Please use the Direct mode which works without Oracle Client: https://www.devart.com/dotconnect/oracl ... tmode.html.

powelerl
Posts: 31
Joined: Thu 22 Dec 2016 10:00

Re: SDO_Geometry - Fully managed?

Post by powelerl » Tue 09 May 2017 21:12

Here is the User Defined Type (UDT) code for SDO geometry.

https://gist.github.com/espenrl/4c14fc8 ... fa9e449f8e

Post Reply