Oracle.ManagedDataAccess with Oracle 8.1.7 DB

前端 未结 2 1797
再見小時候
再見小時候 2020-12-21 15:50

Is it at all possible to use Oracle.ManagedDataAccess with Oracle DB v.8.1.7? I\'ve searched for hours, but failed to find a definitive answer anywhere.

2条回答
  •  無奈伤痛
    2020-12-21 16:43

    I can't find any definitive on this, but there is a single line on this page on Managed ODP.NET that says:

    You will also need access to Oracle Database 10g Release 2 (10.2) or later, ...

    If that is just for the demo, or is a requirement for the driver isn't said.

    Also this page says:

    Each ODP.NET client supports connectivity to any currently supported Oracle Database version, such as 10g, 11g, or 9i. That means your ODP.NET 11g (or 10g) client application can access any of these Oracle database versions.

    I would suggest to give it a try.

提交回复
热议问题