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

Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP:replication from sql server to Oracle

Re: HELP:replication from sql server to Oracle

From: GengBo <bgeng_at_szdhd.sz.lucent.com>
Date: Wed, 12 Sep 2001 18:16:34 +0800
Message-ID: <3B9F3602.802C3D6A@szdhd.sz.lucent.com>

Andre Grosse wrote:

> GengBo wrote:
>
> > All,
> >
> > I'm trying to replicate from sql server to oracle, and issues come up:
> > 1: DATETIME data type is converted to short DATE , such as
> > "mm/dd/yy h,m,s" will be "mm/dd/yy", after replication;
> > 2: Clustered primary key can't be replicate to oracle , I checked the error
> > that's because the sql statement generated by sql server including CLUSTERED
> >
> > key word which oracle doesn't support;
> > 3: Sql server only push the first column to oracle as primary key for
> > Non-clustered
> > primary key in it. Such as PK(col1,col2,col3) will be PK(col1) in oracle
> > after replication.
> >
>
> how du you replicate? with transparent gateway?
> i'm also looking for such a possibility, but so far i can see, i can't
> download a trialversion of this gateway from oracle.
>
> --
> Andre Grosse

It's not transparent gateway, but Microsoft's Heterogenous Subscriber. You can find this information in Sql Server's help document. But it seems the bulk replication works bad!


Received on Wed Sep 12 2001 - 05:16:34 CDT

Original text of this message

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