Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Package Body Invalid Status
Dear Mahendra,
Thank for your useful suggestion.
On Wed, 28 Feb 1996, mahendra wrote:
> Sure I can. We were facing the same problem too. The problem is
> whenever a package or a procedure that refers to another package or
> procedure which is in invalid state or is not compiled its status
> would be marked invalid. The best way to overcome this problem is
> using a cute little package Oracle provides DBMS_UTILITY. What you can
> do is after compiling all your procedures and packages just once run
> go to SQL*Plus and Run this utility using the following command.
>
> execute dbms_utility.compile_schema('MGR_GDT');
>
> /* Here MGR_GDT is the schema name */
>
> This will make all your procedures to valid status. Try this out and
> please reply if it works.
>
> Narayan Iyer.
> Infosys Technologies Ltd.
> INDIA.
>
> Infosys provides the best.
>
>
> ______________________________ Reply Separator
![]() |
![]() |