Connect to the Oracle Database with SYS user through SQLPLUS
SQL> CREATE PUBLIC DATABASE LINK ‘Name_DBLINK’ CONNECT TO ‘User’ IDENTIFIED BY ‘password’ USING ‘Name_used_in_TNSNAMES_for_conection’;
Connect to the Oracle Database with SYS user through SQLPLUS
SQL> CREATE PUBLIC DATABASE LINK ‘Name_DBLINK’ CONNECT TO ‘User’ IDENTIFIED BY ‘password’ USING ‘Name_used_in_TNSNAMES_for_conection’;