Hello everyone
I am recompiling my type (object) with force inside my SQL developer. Everything seem to compile with no problem, but in my ORACLE apex application i get an error:
ora-04061 existing state of has been invalidated: existing state of type body schema.Korisnik_o has been invalidated ORA-04065: not executed, altered or dropped type body schema.KORISNIK_o ORA-06508: PL/SQL: could not find program unit being called: schema.KORISNIK_O.
I even tried dmbs_session.reset_packages() prior to my type recompiling and it does not help.
How can type body be invalid? I don't see how type body could have some kind of state...
Thank you for your time!