Home > Managing Database Objects w... > Managing Database Links
A database link is a schema object in one database that enables you to access objects in another database. Once you create a database link, you can access the remote objects by appending @dblink
to the table or view name, where dblink
is the name of the database link.
Topics: