Is it necessary to have Oracle client installed on every client system wherever this product needs to be installed or there is any ohter way out wherein I can use MS Oracle .Net provider without having Oracle client installed on user system.
I believe the MS Oracle .Net Provider utilizes code/files from the Oracle Client in order to talk to the database. There are many files that control access to Oracle databases don't exist without the client installed.
Your problem will be solved if u are using a 3-tier application. In this case if the business logic was separated from UI, then
u could have had the Oracle.Client installed on only one machine, since only one machine would execute database queries.
But, if U are having a 2-tier application then u have to install either Oracle client or the above mentioned driver in every client machine.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
U should have Oracle client installed on every client system.