How to create a database link?
A database link is an object in the local database that allows you to access objects on a remote database or to mount a secondary database in read-only mode.
CREATE [PUBLIC] DATABASE LINK dblink
[CONNECT TO user IDENTIFIED BY password]
[USING ‘connect_string’]