create database link1 oracle / db link -- 해당유저에 db link생성권한부여 grant create database link to 유저명; grant create public database link to 유저명; grant drop public database link to 유저명; -- db link생성 -- public : 전체유저가 이용가능 -- 생략시 해당 생성유저만 이용가능 create public database link ORACLE1_sms connect to "원격유저명" identified by "원격유저비번" using 'ORACLE1'; create database link ORACLE1_sms connect to "원격유저명" identified by "원격유저비번" using 'ORACLE1'; ==>ORACLE1.. 2020. 4. 24. 이전 1 다음 반응형