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: Installation

Re: Installation

From: Knut Talman <knut.talman_at_mytoys.de>
Date: Fri, 12 Jul 2002 16:56:42 GMT
Message-ID: <3D2F0A49.58E6D16B@mytoys.de>


Kevin Spencer wrote:
>
> Hi Guys
>
> Has anyone installed Oracle9i release 2 on a Suse linux machine and actually
> succeeded?

Yes

> I have installed the orarun rpm etc and it installed ok after I installed
> make etc, but I cannot start sqlplus from an xterm, it says I do not have
> the shared memory allocated?

Is your last sentence a question? I don't know, if it says, you do not have the shared memory allocated. SCNR.

Can you check your kernel settings?

cat /proc/sys/kernel/shmmax
(should be 2147483647)

cat /proc/sys/kernel/shmmni
(should be 4096)

cat /proc/sys/kernel/shmall
(should be 2097152)

cat /proc/sys/kernel/sem
(should be 250 32000 100 256)

Regards,

Knut Received on Fri Jul 12 2002 - 11:56:42 CDT

Original text of this message

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