Oracle DB Link.

create database link TESTDBL
  connect to ORACLE2 identified by pass
  using 'ORCL2';
    

Kopieren