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: Sharing info Oracle8i on Solaris x86

Re: Sharing info Oracle8i on Solaris x86

From: Mike <None_at_none.com>
Date: Mon, 20 Nov 2000 05:16:34 GMT
Message-ID: <Ss2S5.139613$78.43210065@news3.rdc1.on.home.com>

Having administered some systems with Oracle installed, I know from experience that Oracle requires 2 to 3 times RAM for swap space. Common sense says that on large systems with multiple gigabytes of RAM this is not necessary, but on smaller systems, use this as the rule of thumb.

Hope this helps.

Mike...

"Kevin Haas" <kahaas_at_carolina.rr.com> wrote in message news:3A1812BC.3CC7F2AA_at_carolina.rr.com...
> I was finally able to start two Oracle databases on my Solaris x86
> machine. It was "swap" space that was holding me back.
>
> No matter how small the SGA the instance will require about 200MB of
> memory. Fortunately, most of it is instantly paged out to swap.
>
> Thus, if you are installing Solaris x86 and plan to run Oracle I
> recommend creating a large swap space, much larger than the default. The
> rule: swap = 1.5 * RAM does not apply hear unless you have large amounts
> of RAM.(1GB+.)
>
> If you have already allocated all diskspace and can not increase the
> swap fs then see what I did below:
>
> Swap can also be added using the swap and mkfile commands:
> 1. Create a Solaris swapfile in your regular filesystem: #mkfile -v 300m
> /solarisswapfile
> 2. Inform Solaris about the new swapfile: #swap -a /solarisswapfile.
>
> Enjoy!
>
Received on Sun Nov 19 2000 - 23:16:34 CST

Original text of this message

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