c# 4.0 - How to make .net application using oracle database oracle client independent -
i have developed application internal database operation of organization.my application in developed in c# oracle database.for running application on machine in lan have install oracle client on each machine there mechanism need not install oracle client running application.
you can bundle application oracle instant client. unfortunately, @ 120 mb rather big.
or, use new managed odp.net driver: http://www.nuget.org/packages/odp.net.managed/
Comments
Post a Comment