DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

How to create a database link?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

130. 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’]

(Continued on next question...)

Other Job Interview Questions