Home » Unlabelled » What is the meaning of the following error statement: ORA-06575: Package or function func_test is in an invalid state? | PL SQL
Saturday, 26 May 2012
What is the meaning of the following error statement: ORA-06575: Package or function func_test is in an invalid state? | PL SQL
This error is displayed if the function is executed when it is in the invalid state. The ORA-06575 error indicates that for some reason the function is not valid and needs to be checked and compiled again.
No comments:
Post a Comment