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

Home -> Community -> Mailing Lists -> Oracle-L -> Re:PROC ????

Re:PROC ????

From: Denny Koovakattu <denny_vk_at_yahoo.com>
Date: Thu, 28 Feb 2002 08:33:30 -0800
Message-ID: <F001.0041B393.20020228083330@fatcity.com>


Ehsan,

  We had a similar problem recently. The program would core dump when the size of a static array of structures was increased. Static variables get allocated from the stack and not the heap. If the same variables are declared globally (outside of main) or declared as pointers and memory allocated using malloc, then the memory is allocated from the data segment.

Regards,
Denny

--
Denny Koovakattu
denny.koovakattu_at_oneco.net
http://oneco.net/

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Denny Koovakattu
  INET: denny_vk_at_yahoo.com

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 Thu Feb 28 2002 - 10:33:30 CST

Original text of this message

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