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: dependecies between procedures, functions, views ...

Re: dependecies between procedures, functions, views ...

From: Dmitry Sirotkin <sdmitry1_at_mail.ru>
Date: Wed, 9 Feb 2000 12:33:13 +0300
Message-ID: <87rc1p$juv$1@news.rinet.ru>

Sybrand Bakker wrote in message
<950086493.27972.0.pluto.d4ee154e_at_news.demon.nl>...
>execute dbms_utility.compile_schema('<schemaname>')
>
>Sybrand Bakker, Oracle DBA

Yes, it's indeed the simplest way.
But I don't use it because after that I have to find out once again are any invalid objects still exist. Specialized tool of course would give you this information in convenient form right after compiling, and it also can show what it's doing.
And compile_schema routine cannot find any packages without bodies. Sometimes it's a mistaken situation :) Everything seems to be fine (all the objects are valid) but nothing works at all... After it happened to me I wrote my small compiler.

With great respect,
Dmitry Sirotkin. Received on Wed Feb 09 2000 - 03:33:13 CST

Original text of this message

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