What is the minimal setup required to deploy a .NET application with Oracle client 11?

前端 未结 4 1318
小蘑菇
小蘑菇 2020-11-28 02:53

What is the minimal setup required to be able to deploy a .NET application that talks to an Oracle database?

4条回答
  •  春和景丽
    2020-11-28 03:16

    Im running with the oracle instant client 11g. The following, and very minimal, list of files is what ive found necessary for deployment:

    OCI.dll
    Oracle.DataAccess.dll
    OraOCIEI11.dll
    OraOps11w.dll
    

    Just install the full client and copy those files from the bin folder.

提交回复
热议问题