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: database link

Re: database link

From: <yong321_at_yahoo.com>
Date: 2000/05/29
Message-ID: <8gss7n$num$1@nnrp1.deja.com>#1/1

In article <8gsj7p$ie9$1_at_newton.pacific.net.sg>,   "Richard Taylor" <richard_tay_at_manulife.com> wrote:
> now that's easy,
> CREATE [PUBLIC] DATABASE LINK db_link_name
> CONNECT TO username IDENTIFIED BY password
> USING 'connect_string/alias';
>
> now, can anyone tell me if a db link is possible with a third-party
 database
> (on a separate host) connected via ODBC?
>
> thanks.

I didn't try this. But SQL Reference for CREATE DATABASE LINK says "The remote database can be either an Oracle or a non-Oracle system".

--
Yong Huang

(yong321_at_yahoo.com)
(http://www.stormloader.com/yonghuang/)


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon May 29 2000 - 00:00:00 CDT

Original text of this message

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