Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Dump DB to MS-Access
One way would be to set up an ODBC Data Source Name so that Access can
connect to Oracle. Then in Access, use File..Get External Data.. Import
and import the tables from Oracle that you want. You'll then have an
Access version of the tables and the data.
Some ODBC drivers have been known to confuse Unique Indexes with Primary Keys, so you'll want to check each table in Access after the import to make sure the PKs are right. Also, you won't be able to import the table relationships (foreign keys) using this method.
Hope this helps.
Anne Nolan
Thomas Guettler wrote:
> Hi friendly helpers!
>
> I need to dump a database (definition and data) to Access. I have
> Oracle7 Personal Edition. Does someone know how I could do this?
>
> Any ideas welcome - Thank you
>
> thomas guettler
Received on Wed Nov 07 2001 - 10:26:11 CST
![]() |
![]() |