Oracle 10g

United States
December 29, 2011 8:40pm CST
I have an oracle10g database trying to connect to an external oracle11g database. Are these two databases compatible with each other?
1 person likes this
1 response
@ptrikha_2 (48149)
• India
12 Jul 12
How are you connecting both databases. You would have to have a proper Listener configuration and Tnsnames entry (or any other naming method). Yes, you can connect to another version of database. I think it is in the case of export or import that the version matters more. You can check Oracle documentation or a site like oracle-base, or dbasupport.com to know more.