Perform Export and import with database link.
STEP 1: Configure Static Listener
oracle configurationintermediate
by OracleDba
13 views
STEP 1: Configure Static Listener
12345678
mkdir –p /data/dump_area
SQL> create or replace directory test_dir as ‘/data/dump_area’;
CREATE DATABASE LINK <LinkName> CONNECT TO <User> IDENTIFIED BY <Password> USING<ConnectionString>;
SQL> create database link remote connect to system identified by oracle using ‘pdbprim’;
Impdp schemas=u2 directory=test_dir logfile=link_remote.log network_link=remotePlease to add comments
No comments yet. Be the first to comment!