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: Migrate data from SQL Server to Oracle 8i

Re: Migrate data from SQL Server to Oracle 8i

From: Håkan Wahlberg <hakan.wahlberg_at_boliden.se>
Date: 2000/04/16
Message-ID: <38F9F430.DB4E8320@boliden.se>#1/1

Depends on the amount of data. One way to do it is to simply create an ODBC-connection
from SQL Server to Oracle, and then export the tables. However, there may be a problem with
the ODBC-drivers, Microsofts seems to have a problem translating some of the datatypes to
the correct Oracle types.
I used Oracle ODBC 8.01.55 an dit work pretty well , but if the Oracle table existed, it didn't
recognized it, so a new table was created, but the data was written to the correct table, so it left
me with some empty tables to remove! Seems to have to do with upper/lower case.

A personal comment:
If ODBC is the best the database world has come up with as a standad protocol, it's really bad.
Never use it if You don't have to, every manufacturer has its own version(s) and they all behave
different. Really bad!
Regards
/Håkan W

Terence wrote:

> Can any tell me how to do this??
>
> Terence Chow.
Received on Sun Apr 16 2000 - 00:00:00 CDT

Original text of this message

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