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: How to copy table from oracle database to sqlserver database ?

Re: How to copy table from oracle database to sqlserver database ?

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 10 Aug 2004 09:52:25 -0500
Message-ID: <u1xifgj1i.fsf@standardandpoors.com>


On 10 Aug 2004, jewelk_at_free.fr wrote:
> Hello,
>
> I need to copy a table from an 8i oracle database to a
> sqlserver 2000 database.

A few options exist. If this is one-off, just use sqlldr to drop the data to a file and then bcp to get it into SQLServer.

> Is it possible to use the command "COPY FROM ... TO ..." ?
> So, what is the correct syntax ?

Well, I'm sure SQLServer has connectivity to Oracle? If you want to go this route, use that and do this from SQLServer.

-- 
Galen Boyer
Received on Tue Aug 10 2004 - 09:52:25 CDT

Original text of this message

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