Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> PLS-00905 error

PLS-00905 error

From: Gennady <gennadyb_at_halcosoftware.com>
Date: 2000/06/16
Message-ID: <394a6330$0$2939@fountain.mindlink.net>#1/1

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

Original text of this message

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