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: Compile procedure in order of dependencies.

Re: Compile procedure in order of dependencies.

From: Francesco Martelli <mortecerta_NOSPAM__at_libero.it>
Date: Mon, 15 Dec 2003 10:03:44 GMT
Message-ID: <4GfDb.212888$hV.8271912@news2.tin.it>


[CUT] Thank you all to the fast answer you gave me!

> > dbms_utility.compile_schema('<schemaname>')
> > to compile all invalid objects use $ORACLE_HOME/rdbms/admin/ultrp.sql
> > connected as internal

I can use it across a query placed into an external application? Or I have to do a Stored Procedure that perform to me that operation??

> utl_recomp.recomp_serial can also be used to compile schema's and is
> a lot faster than dbms_utility.compile_schema, or so it seems

Where I find the documentation about it???

Regards, Davide Received on Mon Dec 15 2003 - 04:03:44 CST

Original text of this message

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