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 can I upload dumped data from SQL server to Oracle server

Re: How can I upload dumped data from SQL server to Oracle server

From: N Prabhakar <n_prabhakar_at_post1.com>
Date: 1997/07/31
Message-ID: <01bc9d74$8da1ce50$725118d2@sin00119>#1/1

You can try the following.

  1. Open the SQL server data, save it in EXCEL as comma delimited file (.CSV)
  2. Using SQL*Loader utility, you can read the comma delimited file and load the data into the Oracle database.

Regards

N.Prabhakar

Md Nurul Azam <mnazam_at_cs.wmich.edu> wrote in article <33D8EBA4.BE09449B_at_cs.wmich.edu>...
> Hi,
> We are having data on MS SQL server, we dumped the data into disks,
> can
> we want to upload that data to Oracle server.
> We apreciate if any one can answer the question.
>
> Azam
>
>
Received on Thu Jul 31 1997 - 00:00:00 CDT

Original text of this message

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