Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I run my c# project which connects with Oracle DB on a client machine without installing Oracle client. On the server machine I installed Orcale server database and Orcale client setup but I don't want to install the Oracle Client on the Client machine.

Could any one help me?
Posted
Updated 10-Jun-10 5:11am
v2

marjavic wrote:
I don't want to install the Oracle Client on the Client machine.


As much i know of Oracle, you need Oracle client to communicate with Oracle DB. So, one of the way that I can think of is:
Instead of installing it on all client machines you can think of installing it on only one machine, lets say on your appserver and connect communicate via appserver.
But then, communicating via appserver would need an extra install and coding. Lets see, if others have a good option.
 
Share this answer
 
i think the target of installing oracle client is in the dlls files if i know which dll files i need to run my c# project i can add it as reference.
if any one know any thing about that please help me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900