Title: RE: Dblink - How to connect two databases

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-----
From: Zsolt Csillag [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 11:48 AM
To: Multiple recipients of list ORACLE-L
Subject: Dblink - How to connect two databases




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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to