Ronald Breuer
2005-03-30 12:30:50 UTC
Hi,
I install SLES9 + SP1 + DB 9.2.0.4 + DB patch 9.2.0.6 (software only)
I changed dbca as described in Metalink Note 292278.1
I got
SQL> startup
ORA-27125: unable to create shared memory segment
Linux Error: 1: Operation not permitted
I found Metalink Note 293988.1
With two 'workarounds'
1.
--- Login as root
--- # echo 1 > /proc/sys/vm/disable_cap_mlock
This works for me
2.
--- Login as root
--- Edit /etc/sysctl.conf
Add following lines
# Enable MLOCK?
# If you say yes here, Oracle will able to get require MLOCK priviledge
# for hugetlb memory.
vm.disable_cap_mlock=1
--- Execute the command
/etc/boot.sysctl start
Setting current sysctl status from /etc/sysctl.conf
vm.disable_cap_mlock = 1
--- Dont forget to enable the service.
chkconfig boot.sysctl on
This did not work.
sysctl.conf is in /etc/sysconfig/sysctl.conf
The command an the syntax did not work for me.
How can I make this persistent?
With kind regards
Ronald
I install SLES9 + SP1 + DB 9.2.0.4 + DB patch 9.2.0.6 (software only)
I changed dbca as described in Metalink Note 292278.1
I got
SQL> startup
ORA-27125: unable to create shared memory segment
Linux Error: 1: Operation not permitted
I found Metalink Note 293988.1
With two 'workarounds'
1.
--- Login as root
--- # echo 1 > /proc/sys/vm/disable_cap_mlock
This works for me
2.
--- Login as root
--- Edit /etc/sysctl.conf
Add following lines
# Enable MLOCK?
# If you say yes here, Oracle will able to get require MLOCK priviledge
# for hugetlb memory.
vm.disable_cap_mlock=1
--- Execute the command
/etc/boot.sysctl start
Setting current sysctl status from /etc/sysctl.conf
vm.disable_cap_mlock = 1
--- Dont forget to enable the service.
chkconfig boot.sysctl on
This did not work.
sysctl.conf is in /etc/sysconfig/sysctl.conf
The command an the syntax did not work for me.
How can I make this persistent?
With kind regards
Ronald
--
To unsubscribe, email: suse-oracle-***@suse.com
For additional commands, email: suse-oracle-***@suse.com
Please see http://www.suse.com/oracle/ before posting
To unsubscribe, email: suse-oracle-***@suse.com
For additional commands, email: suse-oracle-***@suse.com
Please see http://www.suse.com/oracle/ before posting