Hello,
I have an Oracle 7.3.4 instance and an Oracle 8.1.7.4 one. Each sit on its own server. I was wondering how to make data flow from one place to another? The problem that I can see is that I cannot have odbc for Oracle 7 client and 8 client installed on the same machine so if I write a little VB code or even a stored procedure with a dblink on Oracle 7 to flow data to the Oracle 8 how will I access the Oracle 8 since I cannot put Oracle 8 client on 7 for the purpose of reading from 7 and writing to 8.
Thanks.
I have an Oracle 7.3.4 instance and an Oracle 8.1.7.4 one. Each sit on its own server. I was wondering how to make data flow from one place to another? The problem that I can see is that I cannot have odbc for Oracle 7 client and 8 client installed on the same machine so if I write a little VB code or even a stored procedure with a dblink on Oracle 7 to flow data to the Oracle 8 how will I access the Oracle 8 since I cannot put Oracle 8 client on 7 for the purpose of reading from 7 and writing to 8.
Thanks.