Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help: How to create a database link

user11961230Mar 24 2010 — edited Mar 24 2010
Hello Folks,
How to create a dblink.I was using this code to create but it throws missing IDENTIFIED keyword.

create public database link
mylink
connect to
Ovp_rdo@xx.yy.com
identified by
ff
using 'tns_service_name';

Thanks a lot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2010
Added on Mar 24 2010
2 comments
1,417 views