Creating DB links
Hi All,
I created two db links as below
1) create database link db1 connect to user1 identified by user1 using 'hostip:portno/servicename';
2) create database link db2 connect to user2 identified by user2 using 'db2_server';
From the above the second link created using a tnsname db2_server.
My question is in performance point of view which performs better?
Regards,
Subbu
I created two db links as below
1) create database link db1 connect to user1 identified by user1 using 'hostip:portno/servicename';
2) create database link db2 connect to user2 identified by user2 using 'db2_server';
From the above the second link created using a tnsname db2_server.
My question is in performance point of view which performs better?
Regards,
Subbu
0