Oracle Forms 12.2.1.0 -> 12.2.1.4 pll handling changes
Hi,
we try to migrate our forms applications from Forms 12.2.1.0 to Forms 12.2.1.4.
We have re-compiled all our sources with the new release but now get FRM-40735/ORA-06508 errors.
We could narrow it done to this scenario:
User opens a first forms screen -> a pll X is loaded.
User opens a second forms screen that uses this same pll.
User switches back to the first screen and closes it.
User tries to continue working in the second forms screen that is still open -> FRM-40735/ORA-06508 error.
It seems any shared libraries are unloaded once the first forms screen that uses them is closed.