DBMS
database link 작성
영화처럼
2007. 2. 27. 14:34
create database link 만들고_싶은_dblink_이름 connect to IDidentified by PW using 'TNSNAME';
create database link ABC connect to abcdefgh identified by abcdefgh using 'ABC_SID';
create database link ABC connect to abcdefgh identified by abcdefgh using 'ABC_SID';