I am having problem with connecting to oracle 10g database from an oracle 8i session. I am using the following command to connect.
create database link test
connect to <<user>> identified by <<password>>
using '<<service name>>'
Please help me out!
Tags: 10g, 8i, connecting, Oracle, Session, Using