Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Starting w/ Oracle 8
Winnie
Oracle 8 includes an Access database migration wizard. (A20WIZ80.exe)
They also have an assistant for SQL server.
Vintrice
By default the Access wizard attempts to logon as system. Have you logged on as system to look for your tables? Or knowing the name of a missing table, logon as system and select owner, tablename from dba_tables where table_name like '%TABLE_NAME%'. At least you should be able to see who owns the tables in the oracle environment.
Cameron
Cameron
Winnie Liu <winnie_liu_at_infonet.com> wrote in message
news:7ss81o$16t$1_at_birch.prod.itd.earthlink.net...
> How can you import an Access 97 database into Oracle? Are you using
SQLLOAD?
> Or you have a gateway?
>
> Winnie Liu
> DBA
> Infonet Services Corporation
> mailto:winnie_liu_at_infonet.com
>
>
> Vintrice M. Goss wrote in message <#okws#WC$GA.209_at_cpmsnbbsa02>...
> >I am trying to use Oracle 8. Starting out I tried to import an Access 97
> >database into Oracle. It said it completed successfully but I can't find
> >the tables or queries when I used Oracle 8 Navigator. Please, help.
> >
> >VG
> >
> >
>
>
>
Received on Wed Sep 29 1999 - 09:09:19 CDT
![]() |
![]() |