Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Package procedure in invalid state

user546710Mar 14 2007 — edited Mar 14 2007
Hi all,

We are having an application in C# and backend oracle 10g placed in Location1.

There is modification in Packaged procedure. So we remotely (from Location2) connected to Location1 and that Packaged procedure is created.

This Packaged procedure has been created (in Location1 ) without any errors. But this procedure is in INVALID state. We tried to compile it remotely by using following statements, but still this is in invalid state .

ALTER PACKAGE my_package COMPILE;
ALTER PACKAGE my_package COMPILE BODY;

If we run this package and package body manually, without any modifications after creating it remotly, it is becoming VALID state.

I am not getting any idea, why it is creating in INVALID state. Any help is appreciated.

Thanks in advance,
Pal
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2007
Added on Mar 14 2007
2 comments
3,657 views