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: invalids objects after export/import

Re: invalids objects after export/import

From: Gillian <gmuruga_at_entergy.com>
Date: Wed, 28 Oct 1998 08:09:15 -0600
Message-ID: <3637258B.D2BF0E42@entergy.com>


Try

SQL> execute dbms_utility.compile_scehma('SCHEMA_NAME');

The above command at the sql prompt, compiles all the procedures, packages and package bodys in the correct sequence. You should be logged in as the schema owner for the least.

GM

Alexandre Mavel wrote:

> S_at_lut,
>
> I ve done an import from a production database
>
> After the import and the regrants of objects
>
> I exec a procedure to compile invalid objects
> But some objects are still invalid after they are altered!!
> heaven if they are manualy altered
>
> How can i alter them ?
Received on Wed Oct 28 1998 - 08:09:15 CST

Original text of this message

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