cannot connect to multiple versions instances of oracle
I am trying to connect to two different instances of oracle databases. One is Oracle 11g which is my source database and the other is Oracle 8i which is the destination. I must read from source and write to the destination. The problem is that I cannot connect to both of them at the same time. Once I install the driver for 11g and connect to it, the driver for 8i stops working, and vice versa.How can I connect to both databases so that the software that I am writing can read from 11g and write to 8i?
Thank you in advance,
Thank you in advance,
0