Is it possible to connect to a Oracle 11g R1 DB instance from a Oracle 11g R2 client?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
Thanks Alain. I didn’t have much luck finding official documentation with Oracle. I may need to improve my search techniques. – Vijay Selvaraj May 13 '11 at 16:17
@Vijay - no prob. Every Oracle user had that question one day. And the Oracle Doc is Hewwge !!! – Alain Pannetier May 13 '11 at 16:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.