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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Migrating from MS Access to oracle

Re: Migrating from MS Access to oracle

From: David L Phillips <dphillip_at_dci-usa.com>
Date: Thu, 10 Apr 2003 06:13:38 -0800
Message-ID: <F001.0057EBA1.20030410061338@fatcity.com>


I don't know if this is the cleanest way to do what you want but here goes:

  1. Save/export Access table into MS Excel.
  2. Use the transpose function to convert columns to rows.
  3. Clean up new column names
  4. Save as .csv (comma delimited file)
  5. Create table(s) in Oracle
  6. Create sql loader script based to load into table.

I've used this approach before with sucess. It spared me from having to write code to do the transposing. If you need to do some extra validation/conversion you could set up a staging table to load into, then apply validation logic with PL/SQL procedures functions to load into final table. Hope it helps

D.Phillips

> Hi List,
> I would like your views on migrating from Microsoft
> Access to Oracle8i.
> Folloing is one of the scenarios that we might come
> across.
> There are columns in table need to insert as a row.
> e.g. Access Table1 has column col1,col2,col3
> we need to insert those col1 as row1 ,col2 as row2 of
> Oracle table.
> 1.Can this be done using sql loader ?
> 2.What are the typical limitations u experienced of
> sql loader ?
> 3.What are other ways to migrate (i.e. other than sql
> loader)and also validate migrated data.
>
> I will appreciate any comments and views.
>
>
> Platform:Oracle8i,MS Access 2000
> O.S.:Win2000.
>
>
> Thanks
> Sam
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - File online, calculators, forms, and more
> http://tax.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: sam d
> INET: sam_orafan_at_yahoo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: David L Phillips
  INET: dphillip_at_dci-usa.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Apr 10 2003 - 09:13:38 CDT

Original text of this message

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