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: /etc/system settings for Oracle 9.2

Re: /etc/system settings for Oracle 9.2

From: Jason Buchanan <jason.buchanan_at_gmail.com>
Date: 14 Jul 2004 12:44:11 -0700
Message-ID: <5f258456.0407141144.14ab4929@posting.google.com>


johnleslie_at_madasafish.com (John Leslie) wrote in message news:<4412dd31.0407140642.18abbeb0_at_posting.google.com>...

> What should the /etc/system settings be for Oracle 9.2 on Solaris when
> I have 512MB of physical memory?

512MB isn't very much... but...

Use your favorite calculator to calculate the values - Windows' calc.exe has a nice dec to hex converter. You can use decimal base 10 numbers but I like hex so that's what I put in the file. Either is perfectly fine.

With 512MB you could give 384MB to Oracle leaving some for the OS:

384 * 1024 * 1024 - 1 = 402653183 or 0x17FFFFFF in hex.

Then put this line in /etc/system and reboot:

set shmsys:shminfo_shmmax=0x17FFFFFF

Oracle 10g requires these and they pose no impact so you might as well add these:

Received on Wed Jul 14 2004 - 14:44:11 CDT

Original text of this message

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