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: Select a from remote table

Re: Select a from remote table

From: Rolf Hauck <Rolf.Hauck_at_datenrevision.de>
Date: Thu, 03 Sep 1998 11:52:07 +0200
Message-ID: <35EE66C7.CBDF17B3@datenrevision.de>


My Oracle Documentation (for ORA 7.x) states that the name of the dblink must match the name of the remote database. Are you sure about this?

Rolf

Hong Yew wrote:
>
> We are using Personal Oracle to access a remote Oracle 8 NT server .We can't
> seems to select from a remote table using :
>
> SELECT * FROM username.table_at_remote_dblink;
>
> We have created a database link of with
>
> CREATE DATABASE LINK remote_dblink CONNECT TO username
> IDENTIFIED BY password VALUE 'remote_domain'
>
> We are able to CONNECT to the remote site using
> username/password_at_remote_domain!
>
Received on Thu Sep 03 1998 - 04:52:07 CDT

Original text of this message

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