Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unable to allocate record buffer, clear form to continue
Vedat,
If you have access to MetaLink, take a look at Notes 23697.1 and 1004711.6.
In case you don't have access, Forms is trying to write data, when buffering records in a block(s), to disk. The disk may be full, the proper permissions may not have been granted, etc. On Windows, look to see if TMP is defined -- e.g. TMP=C:\TEMP. If it isn't, Forms will try to buffer in the directory from which the form is being executed (could be a problem if executing from a read only network drive, or, a drive with very little free space). On a couple of rare occasions, I have seen this even when TMP was defined, and, there was plenty of space; but, the number of files in the directory was extremely high. On UNIX the location is determined by TMPDIR.
Anyway, there are lots of little details left out, but, this should get you pointed in the right direction.
Larry G. Elkins
The Elkins Organization Inc.
elkinsl_at_flash.net
214.954.1781
-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Ozcan,
Vedat
Sent: Friday, June 02, 2000 4:58 AM
To: Multiple recipients of list ORACLE-L
Subject: Unable to allocate record buffer, clear form to continue
Hello,
Does sombody knows what the problem and solutions is of the message without
an ORA-xxxxx
in FORMS4.5:
Unable to allocate record buffer, clear form to continue.
Kind regards,
Vedat Ozcan
Email: v.ozcan_at_arbeidsbureau.nl
The Netherlands
-- Author: Ozcan, Vedat INET: V.Ozcan_at_arbeidsbureau.nl Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 02 2000 - 06:24:09 CDT