...
2. On the target server (dbv02), setup the database link as user system
No Format |
---|
sqlplus system/oracle
SQL> CREATE public DATABASE LINK ttorcl_src CONNECT TO system IDENTIFIED BY oracle USING 'ttorcl_src'; |
...
...
2. On the target server (dbv02), setup the database link as user system
No Format |
---|
sqlplus system/oracle
SQL> CREATE public DATABASE LINK ttorcl_src CONNECT TO system IDENTIFIED BY oracle USING 'ttorcl_src'; |
...