Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Dblink - How to connect two databases

RE: Dblink - How to connect two databases

From: Richard Huntley <rhuntley_at_mindleaders.com>
Date: Thu, 30 May 2002 09:13:43 -0800
Message-ID: <F001.0046FD2C.20020530091343@fatcity.com>


Not sure what you're trying to accomplish, that is, remote query or remote update OR are you
just trying to connect to another DB? If you're trying to perform a remote query
and you've created a dblink from DB1 pointing to DB2, then you just do the following (from DB1):

select <column_name>
from <table_name>@<dblink_name>;

-----Original Message-----
Sent: Thursday, May 30, 2002 11:48 AM
To: Multiple recipients of list ORACLE-L

Hi,

I'd like to connect from one database to another.(both are 9i) One has a fix Ip address. In this database I made a dblink object.

How can I connect to it from the other database? Do I have to make a connection from Net Manager?

Please help me!

Thank you in advance

Zsolt Csillag,
Hungary

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Zsolt Csillag
  INET: info_at_starsoft.hu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Richard Huntley
  INET: rhuntley_at_mindleaders.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 30 2002 - 12:13:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US