Out of memory during "large" request



Hi.

I'm executing a query that, when I use it for the first time, I obtain this error message;

Out of memory during "large" request for 1052672 bytes, total sbrk() is 9917080 bytes at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBD/Oracle.pm line 298

However, for the second time, the process works ok.
Any idea?
Thanks in advance to all.

.



Relevant Pages

  • RE: Memory Error
    ... first time it shows the follwoing error message ... If you get Memory Cannot be read or written. ... Under General Tab clear your History, Internet Files and Cookies. ... You may have a bad RAM try to test your RAM by running Memtest by ...
    (microsoft.public.windowsxp.general)
  • Re: Assembly.LoadFrom and machine restart
    ... Most probably your assembly is cached in memory by windows the first time, ... > dll xrt.dll for which I have not maintained versioning... ... > When I launch my application after a machine reboot (xrt.dll already ...
    (microsoft.public.dotnet.framework.performance)
  • Re: Hardware Affect
    ... First time I ever saw somebody measure RAM in milligrams. ... RAM will only make visual effects faster if lack of memory was the ...
    (comp.os.linux.hardware)
  • Re: Advanced C
    ... Note that the topics are not necessarily mentioned the first time ... File I/O ... malloc/calloc/realloc/freeand detects access to a memory location after the allocated memory you own or, by option, access to memory which once belonged to you but has been freed. ... There are better tools but I was not aiming at making the students into professional programmers but give them a good overview over _possible_ tools -- I often had the revelation "oh, ...
    (comp.lang.c)
  • Re: Memory allocation problem
    ... Your statement of "But reading it gets garbage. ... First time." ... I had a similar problem when dealing with linked lists - I malloced enough memory for a header structure plus some string memory after it to which an entry in the structure pointed; however, due to a misplaced cast, memory was not be allocated to the size I thought it was. ...
    (alt.os.linux)