Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10g on Linux kernel 2.6
Hi,
I had the same problem but managed to find this on the web.
as root:
add the following line to /etc/sysctl.conf
vm.overcommit_memory = 1
cd to $ORACLE_HOME/bin and exeute the following
# chmod g+s oracle
# chmod u+s oracle
# ls -l oracle
-rwsr-sr-- oracle
reboot ( unless you know another way for sysctl.conf to be re-read) and it should all work.
regards
Andy
David Giles <not.on_at_your.nelly> wrote in message news:<c805tu$v68$1_at_news.freedom2surf.net>...
> Hi,
>
> I'm wondering if anyone can assist...
>
> I've just installed SuSE 9.1 (kernel 2.6.4-52) on a new box and have
> installed Oracle 10g (10.1.0.2). The installation was fine... however...
>
> Every time I try creating a database (only tried through DBCA so far) the db
> startup fails with an Ora-27125 (unable to create shared memory segment).
>
> I've set the kernel params as per the install documentation, these being the
> additional parameters I've set through the sysctl.conf:
>
> kernel.shmall = 2097152
> kernel.shmmax = 2147483648
> kernel.shmmni = 4096
> kernel.sem = 250 32000 100 128
> fs.file-max = 65536
> net.ipv4.ip_local_port_range = 1024 65000
>
> Has anyone got this working yet..? Is it a kernel issue?
>
> Many thanks
Received on Fri Jun 11 2004 - 01:48:24 CDT