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: Sartup failure due to init parameter: LOCK_SGA

Re: Sartup failure due to init parameter: LOCK_SGA

From: roobaron <member_at_dbforums.com>
Date: Fri, 18 Oct 2002 04:49:32 +0000
Message-ID: <1943705.1034916572@dbforums.com>

The error is telling you the truth

Linux Error: 1: Operation not permitted

Some O/S do not allow this parameter to be set.

The only OS i have looked at using this parameter was Windows NT due to some nasty memory/paging allocation habits i.e the O/S stealing memory pages even under low memory load conditions.

Check the linux doco on the disk caching/paging algorithm, you might find that you can limit the amount of memory which can be used by linux to cache physical files in memory and therefore limit the chance of Oracle's memory area being paged to disk. We use a limit on our dedicated database unix server for similar reasons.

Have Fun

--
Posted via http://dbforums.com
Received on Thu Oct 17 2002 - 23:49:32 CDT

Original text of this message

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