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

Home -> Community -> Usenet -> c.d.o.server -> Re: Can I create a link to a table in a remote database?

Re: Can I create a link to a table in a remote database?

From: Gary Assa <gsa_at_li.net>
Date: 1997/02/18
Message-ID: <5ed6ip$f32@linet01.li.net>#1/1

In article <3300E8B7.3C32_at_telesph.com>, janet <janet_at_telesph.com> wrote:
>Jared Hecker wrote:
>> See 'create database link' in your SQL reference guide.
>>
>> Simon Goland <sg_at_mda.ca> wrote:
>> >Can I create a link (or whatever it is called in the Oracle lingo) in my
>> >database here that will point to that remote table TABLE_A in the remote
>> >database? And if so, are there any special privileges the program on my
>> >end will need to have for that?
>
>Nice to see my two faaaavorite oracle guys chatting!
>Simon, I created a link to a remote database as such:
>i know you're on unix, so type
>uname -n
>on the remote database to give you the db name.
>Ex: remote_database
>
>go to local database and
>create public database link LINK_NAME
>connect to USER identified by PWD
>using 'remote_database';
>

Not many people out there will know what remote_database means. If you are using a TCP/IP system, remote_database is: T:{machine_name}:{SID}

-- 
=========================================================
            http://www.li.net/~gsa/index.html
This is my signature file, not part of this mail message.
Received on Tue Feb 18 1997 - 00:00:00 CST

Original text of this message

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