PDA

View Full Version : migrate from Access with SQL*Plus


Guest
12-30-2004, 07:53 AM
I am migrating an Access database to a set of Oracle tables. I have
already created the Oracle tables and now need to get the data over. I
downloaded the Oracle Migration Workbench, but it seems its a little
overkill. The OMW assumes you haven't created the Oracle tables yet.

Do you know of any resources which will show me how to load the tables
with SQL*Plus?

Noel
12-30-2004, 07:55 AM
Dnia 12/30/2004 4:53 PM, Użytkownik sky_diver_@excite.com napisał:
I am migrating an Access database to a set of Oracle tables. I have already created the Oracle tables and now need to get the data over. I downloaded the Oracle Migration Workbench, but it seems its a little overkill. The OMW assumes you haven't created the Oracle tables yet. Do you know of any resources which will show me how to load the tables with SQL*Plus?

I would move access tables one by one into Oracle, using for example
ODBC connection.
Then i would write INSERT INTO SELECT statetment to move data over the
tables, then i would delete temporary access tables from Oracle.

--
Noel

Ana C. Dent
12-30-2004, 09:39 AM
<sky_diver_@excite.com> wrote in message
news:1104422003.958810.224290@c13g2000cwb.googlegroups.com... I am migrating an Access database to a set of Oracle tables. I have already created the Oracle tables and now need to get the data over. I downloaded the Oracle Migration Workbench, but it seems its a little overkill. The OMW assumes you haven't created the Oracle tables yet. Do you know of any resources which will show me how to load the tables with SQL*Plus?

Also you might need to exercise caution regarding the case of table & column
names.
Simply put, you'll want to UPPER the Table & Column names in Oracle.

psm
12-31-2004, 12:13 AM
Create an extra schema, use OMW to migrate to this schema including all
the unwanted stuff, use toad to create INSERT INTO scripts from the
extra schema. Use SQLplus or toad to load these into your own schema.
Dump the extra schema. Done.

sky_diver_@excite.com wrote:
I am migrating an Access database to a set of Oracle tables. I have already created the Oracle tables and now need to get the data over. I downloaded the Oracle Migration Workbench, but it seems its a little overkill. The OMW assumes you haven't created the Oracle tables yet. Do you know of any resources which will show me how to load the tables with SQL*Plus?


MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service