We just migrated from oracle forms 11g to 12c and facing strange behavior related to system.message_level
in pre-form we set system.message_level to 25 for each form through PLL's procedure
in various codes/routines/loop/cursor loops etc “commit” passed. so in
12c : “no changes to save ”message appears even the message level is 25 (debug msgs applied to double check the level it is 25)
11g: working fine “no changes to save” not appearing
confused about the behavior in 12c!! Is there any config needs to be change for 12c fusion middle ware server? the DB is 19C
Thanks