I am porting some server applications from .NET 2.0 to .NET 4.5. I thought it might also be a good idea to get rid of the dependency on the deprecated System.Data.OracleClient. However, my IT department seems pretty insistent on installing the full Oracle 11G client on the server, and then maintaining updates itself, along with updates to tnsnames.ora.
Can I still use ODP.NET without installing InstantClient, and just have it use the already existing full client? If so, are there any options the Server team would need to install with the full client install to make it work with ODP.NET? If so, should I use the Managed, or Unmanaged version of ODP.NET, and/or should I use an older version of ODP.NET for 11g?
I am developing in VS 2012 and in .NET 4.5. Any direction (along with download links) would be much appreciated!