R – oracle without installing the data provider

netoracleoracle10gpowershell

I am creating a script that retrieves data from a local oracle db. As of now I have the oracle data provider for .net installed. However, this is a big file and a long installation process. Is there a way to deploy a software that utilizes the System.Data.OracleClient without having to install the data provider?

Best Answer

Instant Client is the answer... see this Question for the answer. I can only vouch for it working with ODP.Net though.