Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Installation
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
![]() |
![]() |