You can start a new session and it will go away.
The problem is that if the object has been recompiled since the last time your current session used it, you will get this error. That's just the way Oracle works.
How/When I get this error?
I have two sqlplus sessions open.
Session1: I execute the pkg.procA();
Seesion2: I make some logic modification in pkg body (but no changes to paramters or specification)
and then when I go back to Session1 and execute pkg.procA
I get the error. But when I execute the pkg again I don't get the error.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.