Sunday, September 27, 2009

how to Create DB Link

CREATE database link my_db_link
CONNECT TO x_username
identified BY x_userpassword
using 'orcl';


--to connect:

CONNECT x_user/x_user@orcl

No comments: