How can I deploy a .NET application that uses ODAC without installing the whole component to the user?

前端 未结 3 1114
暖寄归人
暖寄归人 2020-11-29 19:44

I have written a C# application that connects to an Oracle 10g database. Using Oracle Data Access Component 11.2 \"ODAC\", it works perfectly on my machine.

And now

3条回答
  •  無奈伤痛
    2020-11-29 19:59

    I'm not sure whether your concern is about having to install the Oracle client in addition to the ~50 MB ODAC install or just the standalone ODAC.

    If the concern is about having to install the Oracle client and the ODAC, you can use the Oracle Instant Client? That's the smallest footprint method for installing the Oracle client. You'll also need the ODAC xcopy supplement.

    If your concern is just the ODAC install, I don't think there is a smaller footprint available.

提交回复
热议问题