We are having problems with the Forms 12 Compiler 12.2.1.19.0
At first, it was failing with a segmentation fault, related to setting of FORMS_PLSQL_BHVR_COMMON_SQL=1
Oracle recommended applying changes from ( Doc ID 3071367.1 ): “The Form executable files were not re-linked.”
Now, after doing that, the Form Compiler compiles a form ok, but issues dozens of repeated 10-line sequences of text like this:
PDB(A):DI_U_NAM [
L_SRCPOS : row 2 col 13
L_SYMREP : RECORDGROUP,
S_DEFN_PRIVATE : PD80^(3),
SS_BUCKE :
L_DEFAUL : 256
]
I have narrowed the problem down to object ID variables stored in a package specification, within the form or within a PLL_Library. I have a .fmb file I could attach, but fmb and zip file extensions are not allowed. (Edit: renamed PKGVAR_ERR.fmb to PKGVAR_ERR.txt, and it is attached) These lines replicate the problem:
Put this in a package specification: RG_Id RecordGroup;
Put this in a procedure: If not ID_Null(pkg.RG_Id) then null; end if;
Compile the form.
PKGVAR_ERR.txt