Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Forms Error
As Pauli mentioned, those errors are probably related to virtual
memory. Oracle uses the environment variable TMP to point to
a path to store buffered records. You'll only get the error if the
number of records retrieved exceeds available RAM, hence the
need to go to virtual memory. Check your ORACLE.INI file
to see where TMP is pointing.
(I.e. My setting says TMP=C:\TEMP)
Bryan.
Jeff Bangle <JeffBangle_at_aol.com> wrote:
>I have a limited number of users who get the following error when
>scrolling on
>a Forms 4.0 form:
>FRM-40908: RAM Internal Error: IRM: file
>d:\forms40\irm\irmobf.c, line 64: Unable to
>open record buffer file
>and
>FRM-40900: Unable to allocate record buffer.
>Clear form to continue
>My technical support contractors say there's nothing they can do, but
>they've
>been wrong before. Any ideas what I can do?
Received on Tue Feb 04 1997 - 00:00:00 CST
![]() |
![]() |