Oracle Database Link

In distributed Oracle environments, database links can be used to define a communications path between two databases. A database link defines a network connection, and, optionally, a username and password, to use when Oracle accesses and establishes a database session in the remote database on behalf of the local application request.

Database link enable SQL statements to be isolated from the underlying physical network topology. Thus, whenever the location of a remote database changes, only the link need be updated, and not each and every SQL queries, significantly the tasks of programmer.

Oracle database link is defined in a specific database, and may be used only by users of that database. If the same database link name was to be used from all databases in the network, the links must be defined identically with that name in each of each databases. For this scenario, the easier way is to be global database link.

Database Link Creation

Login into Oracle database (with SQL*Plus, for example) as a user who has the privilege to create a database link and execute the following command:

CREATE DATABASE LINK link_name
CONNECT TO user_name IDENTIFIED BY password
USING ‘connection_string’;

where connection_string is an entry is tnsnames.ora (usually located in $ORACLE_HOME/network/admin), which enables the Oracle to know the network path to remote database.

connection_string has the following structure:

(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP) (Host = host_name/ip_address) (Port = 1521)
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = database_name)
)
)

Database Link Deletion

To delete a database link:

DROP DATBASE LINK link_name;

One Response to “Oracle Database Link”

  1. Ru
    June 6th, 2008 05:19
    1

    Need help :
    I want to access my SQL server 2005 database from Oracle 10G, but I have a problem. Could you guide me how to do it?
    Thank you

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.

New Articles

Incoming Search Terms for the Article

delete dblink - Oracle link - oracle 10g delete database link - oracle disable database link - oracle dblink port - dblink delete oracle - dblink delete - command to create a database link oracle - create database link description address port - create database link + oracle 10g - dblink example in oracle - oracle dblink retrieve password - dblink oracle example - delete db link - oracle dblink port - oracle session character set dblink - delete database link oracle - LINK BETWEEN TWO ORACLE DATABASES - oracle create database link example - oracle database link disabled - oracle db link notification - removing a database link - creation of dblink in oracle - create database link port - database link is not active - dblink creation in oracle - oracle database dblink example - oracle how to create link between 2 databases - dblink tutorial - delete table using database link - delete DBLINK oracle - Link Oracle - oracle dblink delete -