Oracle Forms Builder Error - TechRepublic
General discussion
February 26, 2003 at 07:31 PM
jeromaxus

Oracle Forms Builder Error

by jeromaxus . Updated 21 years, 6 months ago

Hi! I’m just creating a Record Group in Oracle Forms 6i when this error shows up:

The instruction at “0x634c052b” referenced memory at “0x000000000” the memory could not be written.

It’s not a FRM nor an ORA error, it just says “ifbld60 Application error” then shut downs the Forms Builder…

I’m using Forms Builder 6.0.5.32.0 and here’s my query to my supposedly record group:

SELECT DECODE(first_name,NULL,”,’ ‘) ||first_name||
middle_initial||DECODE(middle_initial,NULL,”,’ ‘) || last_name||DECODE(last_name,NULL,”,’ ‘)||
name_suffix,
gmm_id
FROM TABLE_CONTACTS,
TABLE_EMPLOYEE
WHERE emp_id = employee_id
ORDER BY first_name

(after clicking ok to create the record group, the error pops up.)

—- if u got any insight about this, or encountered the same error, pls. reply

Thanks!

This discussion is locked

All Comments