FRM-41847: Temporary record buffer file size limit exceeded
Cause: An insert record, update record, or fetch required space in the temporary record buffer file, but it had reached its size limit (4GB or the value specified by the FORMS_RECMGR_MAX_TMPFILE_SIZE environment variable).
Action: If you are executing a large query, retry it with additional query criteria (in order to reduce the size of the result set). Alternatively, commit changes and, if necessary, clear one or more blocks to free up disk space.
Trigger: ON-ERROR