Versions Compared

Key

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

...

No Format
SQL> @/home/oracle/swingbench/sql/soedgdrop2.sql
No Format
SQL> exit

 

2. On the target server (dbv02), setup the database link as user system

...

No Format
SQL> CREATE public DATABASE LINK ttorcl_src CONNECT TO system IDENTIFIED BY oracle USING 'ttorcl_src';
No Format
SQL> exit

 

This database link is needed for the Datapump script that is created as APPLY.sh. The content of datapump script APPLY.sh is similar to:

...