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!

Stored procedure invalidates when table is changed

172312Jan 17 2002
I have a stored procedure that reference a database table. Whenever I add or remove a column from the table, my stored procedure is automatically made invalid. I understand why it would want to do that but is there a way to turn that off cu'z the columns that I create and remove are not referenced in the stored procedure and never will be. Can anyone tell me how to turn that off in Oracle? Thanks...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2002
Added on Jan 17 2002
4 comments
1,115 views