Is it possible to connect to a Oracle 11g R1 DB instance from a Oracle 11g R2 client?
|
feedback
|
|
Absolutely. Even to 10g, 9i, 8.1.* The Net8i (formerly known as SQL*net) protocol used by the oci dll is negotiated between the client and the server (I assume a Windows client). NB: be careful to correctly set (or check) the NLS_LANG in the registry or as a system variable. | |||||
feedback
|