I have to develop tools in C # which gets some data from Oracle DB. Since there is some difficulty in establishing Oracle Client because of our IT support, I want to be able to connect to the database without installing the client. This idea is to set up an additional library (and perhaps register) with the app only.
What are the options of the Oracle client, and what are their professional and opposition?
This is for a small application (1 form, 2 or 3 questions, results shown in a datagrid, maybe more than 10-20 data sets), but I am also interested in scalability issues, Because we can be away from Oracle with clients of big future projects.
Of course a freeware solution would be good, but we are not limited to that.
There are some different tastes in which you are trying to use which version?
It seems that you want Oracle 11G ODAC 11.1.0.6.21 with Excomp deployment, which allows you to deploy the Oracle instant client and ODP.NET driver on the bus. Copying and registering some DLL. It does not require full-blown Oracle client installation.
Comments
Post a Comment