error - requires oracle client software version 8.1.7 or greater
627703Jun 22 2009 — edited Jun 23 2009Hi,
I used System.Data.OracleClient to connect to the oracle database. I think my application can be deployed without having the client machine install any OracleClient software. But it is not. When I run my application on a client machine that does not have the Oracle client installed, I got:
Error:System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
The application works in a PC with the Oracle client installed. How can I compiled System.Data.OracleClient.dll into my .NET application and deploy it without requiring the Oracle client installed in the client PCs?
Thanks
Elizabeth