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 -> Re: need help - buffer overflow

Re: need help - buffer overflow

From: Frenchy461 <frenchy461_at_aol.com>
Date: 5 Oct 1998 16:11:17 GMT
Message-ID: <19981005121117.12300.00002440@ng136.aol.com>

IF set arraysize 1 doesn't work, try:

   alter system flush shared_pool;

If this works, then your sharedpool must be fragmented:

  1. You might want to add to the SHARED_POOL_SIZE variable in init<SID>.ora.
  2. Might want to pin some of your large packages so that they get a contiguous amount of memory within shared_pool.
Received on Mon Oct 05 1998 - 11:11:17 CDT

Original text of this message

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