Hi Sharma,
put service name in tnsnames.ora(In server) and then create a public database link.
syntax:
create public database link <db_link_name>
connect to user_name identified by password
using <'service_name'>;