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: data migration from access to oracle.

RE: data migration from access to oracle.

From: Post, Ethan <epost_at_kcc.com>
Date: Thu, 09 Aug 2001 11:46:50 -0700
Message-ID: <F001.00365EFE.20010809110132@fatcity.com>

You really shouldn't have done that. You will need to drop the tables and ensure you enclose the table names is double quotes.

drop table "Foo";

The best way to do this is create the tables manually in Oracle with the correct Oracle data types. A bit tedious but you will get the best results this way. If you have a lot of tables you could write some VBA to do the conversion. Then insert the data using Access insert querys to the attached Oracle tables from the Access tables. I suppose there are some wizards or utilities that are suppose to do this type of stuff for you but I have not used them.

>-----Original Message-----
>From: Prashant S. Bhangale [mailto:bhangale_at_rolta.com]
>Sent: Thursday, August 09, 2001 9:45 AM
>To: Multiple recipients of list ORACLE-L
>Subject: data migration from access to oracle.
>
>
>
>Hi Guru's,
> Can anybody tell me how to convert access data to
>oracle using ODBC (DSN).
>I am able to do this but after migration I got all table &
>cloumn names in
>small case. How to get data converted in Capital.
>Thanks,
>
>Prashant S. Bhangale
>Sr. Support Executive,
>Rolta India Ltd.
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Prashant S. Bhangale
> INET: bhangale_at_rolta.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>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).
>



This e-mail is intended for the use of the addressee(s) only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you have received this message in error, please inform us promptly by reply e-mail, then delete the e-mail and destroy any printed copy. Thank you.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Post, Ethan
  INET: epost_at_kcc.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Aug 09 2001 - 13:46:50 CDT

Original text of this message

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