converting access database

  • Thread starter jon mich via AccessMonster.com
  • Start date
J

jon mich via AccessMonster.com

I have to convert an access database to an oracle database.
Does someone has tips or can someone tell me how to do that?
 
J

Jeff Boyce

Does Oracle have a "data transform" feature? MS SQL-Server has a "DTS"
(data transform... service) you can use to import the data structure from
Access.

Are you trying to import data only, or are you looking for a way to import
the entire application?
 
J

jon mich via AccessMonster.com

I just want to import the data from my access database to oracle
 
D

Duane Hookom

With SQL Server (and other "targets"), you could create an ODBC datasource
for the target database/catalog and then export your table(s) to the ODBC
datasource name.
 
J

Jeff Boyce

Create a link to the Oracle tables from within the Access db using ODBC.
Create append queries to take data from the Access tables to put in the
Oracle tables.
 
J

Jeff Boyce

Lynn

I suspected as much, but couldn't speak knowledgeably -- and I know the
"push" could work.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top