Re: Db link creation

From: <gareth_at_jamms.org>
Date: 2 Nov 2005 06:11:59 -0800
Message-ID: <1130940719.594971.302030_at_g44g2000cwa.googlegroups.com>


CREATE DATABASE LINK <link_name>
CONNECT TO <username>
IDENTIFIED BY "<password>"
USING '<connection_string>';

Note: double quotes around password.

HTH --g Received on Wed Nov 02 2005 - 15:11:59 CET

Original text of this message