Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Import Problem

Re: Import Problem

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Tue, 08 Jun 2004 20:13:05 +0200
Message-ID: <ca4vb6$9aa$1@news3.tilbu1.nb.home.nl>


Kwizatz Haderach wrote:

> After having a database crash, we havec created a new database instance.
>
> Then we tried to import our last export doing a fullimport.
>
> We had problems during import due to a materialized view.
>
> After solving this problem, we try to import the missing tables.
>
> Our problem is that the import utility tell us that he cannot find these
> tables in the export file. We have checked the export file and found the
> "INSERT INTO" part of each missing tables inside the file.
>
> Our dump file is about 13GB
>
> Does anyone has an idea of how to solve the problem :
> - forcing the import to find those tables in the dump file
> - convert the export file into an sql file
> - other ...
>
> We are running Oracle 9.2.0.5
>
> Thanks

In that case, locate the owner switch above it - the table(s) may not be owned by who you think, and import with fromuser=aaa touser=zzz might be needed

-- 

Regards,
Frank van Bortel
Received on Tue Jun 08 2004 - 13:13:05 CDT

Original text of this message

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