Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> PLS-00905 error
Hello,
I try to run PL/SQL code:
declare
.....
begin
.....
Proc1;
........
Proc2;
...........
end;
The Proc1 create objects ( tables) , which Proc2 will use.
Also Proc1 contains expression : alter procedure Proc2 compile.
But when I run the code I receive the error PLS-00905:object Proc2 is
invalid.
How can I fix the problem?
Thanks,
Gennady
Received on Fri Jun 16 2000 - 00:00:00 CDT
![]() |
![]() |