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

Home -> Community -> Usenet -> c.d.o.misc -> Running out of virtual memory using web server2.1 on NT4.0

Running out of virtual memory using web server2.1 on NT4.0

From: Ben Kim <dosa_at_xochi.tezcat.com>
Date: 1997/04/30
Message-ID: <5k8avh$nq3@xochi.tezcat.com>#1/1

Hi,
When I execute the following store procedure using internet explorer from client(nt4.0 client), I get running low on virtual memory message on the server. But I had increased size of virtual memory on the server from 250M to 400M before, and the table that I want to retrieve is not that big. The table has about 100,000 rows and 2 varchar2(8) columns.
The store procedure is:

create or replace procedure benchmark is  ignore_more boolean;
begin
 ignore_more := owa_util.tablePrint('rf005adm.location', 'BORDER'); end;
/

I don't want to increase size of virtual memory when the table that I want to retireve is not that big. My SGA is about 210M. Has anybody seen this? I think the size of GA is pretty sufficient too. RIGHT??? :) Please help me..
thanks,
ben.  

-- 
***************************************************************

* Ben Kim United Stationers, Inc. *
* (847) 699-5000 Ext) 2984 Database Analysis *
* E-mail dosa_at_tezcat.com *
* bkim_at_ussco.com * ***************************************************************
Received on Wed Apr 30 1997 - 00:00:00 CDT

Original text of this message

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