Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it ok to use oracle 11g client with a 10g server?

I am creating a .NET program that uses odp.net, specifically the 11g version. Our oracle server is running 10g. I am too late in the development process to make a change. Am I heading for trouble? Have you had any experience running 11g client against a 10g server?

like image 888
Micah Avatar asked Jan 18 '09 04:01

Micah


People also ask

Can we install Oracle 10g and 11g same machine?

You can install 11G and 10G on same machine with different oracle home.

What is the difference between Oracle 11g and 10g?

Compared with Oracle 10g, the later version of Oracle 11g offers more simplified, automated, and advanced memory management tools and features. The latter is equipped with better abilities to diagnose faults via inbuilt infrastructure.

Can Oracle 12c client connect to 10g database?

The Oracle 10g, 11g, and 12c connectors enable the integration platform to perform create, read, update, and delete operations on Oracle 10g, 11g, and 12c data tables. Note: You must have the Oracle 10g, 11g, or 12c standard 64-bit client installed on your system and you must have access to Oracle.

Can Oracle 11g client connect to 12c database?

Our Autosys job uses Oracle 11G client to connect to 12C DB. We completed our testing running 1 or 2 Autosys jobs and jobs completed successfully. Running all jobs will take 2 or 3 days for end to end testing.


1 Answers

Yes, that's OK. Oracle advises that the client version should be >= the server version.

like image 128
Mark Harrison Avatar answered Oct 22 '22 01:10

Mark Harrison