Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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';

...