Help: How to create a database link
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.