InterviewSolution
Saved Bookmarks
| 1. |
What Is The Meaning Of The Following Error Statement: Ora-06575: Package Or Function Func_test Is In An Invalid State? |
|
Answer» 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. 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. |
|