Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Migration from SQL Server to Oracle 8i
ajai_at_netscape.net (Ajai Khattri) wrote in <85d5oa$edb$1_at_nnrp1.deja.com>:
>Are there any tools available that can help migrate a database from SQL
>Server to Oracle 8i?
i believe you want to look at ETL (extract-transform-load) tools. they all permit you to make connections to old and new databases, change datatypes (or make other corrections of past sins), and transfer schema and data.
the poor-man's method is to bring up both databases and use an ODBC
connection to the remote database to push or pull the data. for example
you could use the sql*plus COPY command, and so avoid unloading the data
to flat files.
--
dave mausner
Received on Tue Jan 11 2000 - 00:35:58 CST
![]() |
![]() |