Does System.Data.OracleClient support oracle 11g? If yes which version? The .Net appplication is presently running on 32bit server. We will be upgrading to 64 bit. Will System.Data.OracleClient support 64 bit too? Version of System.Data.OracleClient in use at present 2.0.0.0 with oracle 9i.
Does System.Data.OracleClient support oracle 11g? If yes which version? The .Net appplication is presently
Share
Difficult question, according to this link it does not and it will not in the future either. However, I’m currently using
System.Data.OracleClientto connect to an 64bit 11g server and I’ve got Oracle’s 11g client tools installed and I have no problems.