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: Oracle replication

Re: Oracle replication

From: Shaju Francis <defaultuser_at_domain.com>
Date: Thu, 04 Mar 1999 17:35:58 +0530
Message-ID: <36DE7726.BFA34514@domain.com>


Just try this.

The USING clause should be within quotes and also the connect string should be defined inthe TNSNAMES.ORA inthe server.

CREATE DATABASE LINK den CONNECT TO scott IDENTIFIED BY tiger using 'den';

Lothar Dickhoff wrote:

> Hi Stas,
>
> sorry, my mistake
> you should write:CREATE DATABASE LINK den CONNECT TO scott IDENTIFIED
> BY
> tiger using 'den';
>
> I´ve forgotten the quotas in database name, it is a string.
>
> Regs. Lothar
Received on Thu Mar 04 1999 - 06:05:58 CST

Original text of this message

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