Forms12c application crashing with Record Group [message #690348] |
Wed, 14 May 2025 08:11  |
chat2raj.s
Messages: 165 Registered: October 2010 Location: Chennai, India
|
Senior Member |
|
|
Hi, my forms 12c application is crashing when inserting into a record group exactly on the line SET_GROUP_DATE_CELL after inserting 5000 plus lines. The error message raised is FRM-93652: The runtime process has terminated abnormally. Contact your system administrator.
I have tried inserting into a temp table all the records before the above line and it works well. But when this line is used, it just crashes suddenly.
How should i debug to find the reason ? Let me know if i should share more information on this.
|
|
|
Forms12c application crashing with Record Group [message #690349 is a reply to message #690348] |
Wed, 14 May 2025 08:44   |
chat2raj.s
Messages: 165 Registered: October 2010 Location: Chennai, India
|
Senior Member |
|
|
Hi, my forms 12C application is crashing exactly on this line SET_GROUP_DATE_CELL after populating 5000 plus line items into the record group. I tried to insert into a temp table and commented all the record group insert and found the application is working fine. Fetched the data from temp table and tried to filter for any kind of special characters in the data but they are looking fine.
How can i debug what exactly could be the reason for the crash ?
|
|
|
|
|