Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Procedure still be Invalid
According to Oracle application development guide, if you drop a table which
a
stored procedure refers to the status of this stored procedure will change
to
invalid, and if you create the table again , the status will turn back to
valid.
But in my enviorment, the status doesn't change back to valid after the process of drop table/create table until I use the alter procedure [name of the procedure] compile to recompile the procedure manually.
Is there anyone can tell me why and how to avoid? By the way, I use Oracle7 Server Release 7.3.2.2.1 of NT.
Thank in advance. Received on Wed Jul 08 1998 - 03:06:14 CDT
![]() |
![]() |