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: Full import ends with errors

Re: Full import ends with errors

From: Kai Horstmann <horst_at_werum.de>
Date: Fri, 22 Jan 1999 21:24:24 +0100
Message-ID: <36A8DE78.D3002F15@werum.de>


Karol Michaliak wrote:
>
> The problem is that if in export file are views, triggers and other
> objects, which depends
> on the other ones, which are not yet imported the import of such

Let the import create a logfile.

Objects of type trigger, view function, procedure and package are easy to handle:

A simple "alter <object type> <object name> compile;" should do it, if really all dependent object are present after the import.

you could do this job with a PL/SQL block that examines all objects of the types above from dba_objects except the ones from owner SYS and compiles them using dynamic SQL.

Good luck,
Kai Received on Fri Jan 22 1999 - 14:24:24 CST

Original text of this message

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