Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms 12 Compiler 12.2.1.19.0 text: DI_U_NAM, L_SRCPOS, L_SYMREP, S_DEFN_PRIVATE, SS_BUCKE, L_DEFAUL

Steve Cosner14 hours ago — edited 14 hours ago

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

Comments
Post Details
Added 14 hours ago
3 comments
30 views