You will need to ask about this in an Oracle forum as according to the Oracle docs this attribute is no longer supported (as you have seen).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
With .net 4.8 I was able to run:
using Oracle.DataAccess.Client;
using Oracle.DataAccess.Types;
[Serializable]
[OracleCustomTypeMappingAttribute ("MDSYS.SDO_GEOMETRY")]
public class SdoGeometry: OracleCustomTypeBase <SdoGeometry>
{
[OracleObjectMappingAttribute (0)]
public decimal? SdoGtype {get; set; }
Now I am trying with .net 5 and I cannot find an oracle package that allows the above.
I have found the nuget pacjage "Oracle.ManagedDataAccess". This does not seem to support "OracleCustomTypeMappingAttribute " yet !?
Is there an Oracle package that already works with .net 5 and supports "OracleCustomTypeMappingAttribute"?
Greetings
You will need to ask about this in an Oracle forum as according to the Oracle docs this attribute is no longer supported (as you have seen).
hi,
I think the unmanaged Oracle dataaccess.dll does but i think only from version 19 if you use .net 5. i have a version conflict.