Igor Zelaya
Igor Zelaya

Reputation: 4277

Can I use ODAC 11g to access 10g

I am developing an application with VS208 for different Oracle versions. I am wondering if I need to install different version of ODAC to do this, or does the latest release has backward compatibility? Thanks in advance,

Upvotes: 3

Views: 2963

Answers (2)

Christian Shay
Christian Shay

Reputation: 2635

ODAC 11g will work (is backward compatible) with databases back to version 9.2. In general, unless you have a very compelling reason, it is a good idea to use the latest version if ODAC that you can to take advantages of bug fixes and new features.

Christian Shay

Oracle

Upvotes: 1

Jason Baker
Jason Baker

Reputation: 198517

According to the system requirements, it should work with 9i and up. I've accessed a 10g database using 11g before without problem. Although I should note that I didn't really do a whole lot with it.

Upvotes: 5

Related Questions