Showing posts with label link. Show all posts
Showing posts with label link. Show all posts

Tuesday, March 18, 2008

Database Links

As sys or system

create public database link link_name using 'tns_entry_name';

As the user using the link

create database link public_link_name connect to remote_db_username identified by remote_db_pw;