Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Memory Allocation Error

Re: Memory Allocation Error

From: Martin Hepworth <maxsec_at_usa.net>
Date: Fri, 28 May 1999 15:48:08 +0100
Message-ID: <374EACA8.40302E4@usa.net>


HTS Process Control wrote:
>
> Hi everyone!
>
> I am running Orace v 7.3 on a WinNT 4.0 Server. I have a stored
> procedure that reads an Oracle pipe for a string message. I have a
> Delphi application that calls this stored procedure every 3 seconds to
> check for something in the pipe. Almost everynight after the
> application has been running for about 7 hours without finding anything
> in the pipe the Delphi application will crash and give me the following
> error:
>
> Insufficient memory for this operation.
> [Oracle] [ODBC Oracle Driver] Memory Allocation Error
> General SQL error.
>
> I am not sure if this is an Oracle problem or a Delphi problem so I am
> posting to both newsgroups. Is there any tuning I can do in Oracle that
> might solve this problem?
>
> Thanks,
>
> Jenn :)

Jenn
Sounds like you've got a memory leak somewhere. Use the task manager to find out which process then debug further - could be either Oracle or Delphi.

Martin Received on Fri May 28 1999 - 09:48:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US