============================= CUT ====================
#
# This script works around HUGETLB problem with some kernels
# Problem is that they are ON by default in SLES9
# but they require MCAP permission which is absent for Oracle
# So we will turn off mcap feature.
#
echo 1 > /proc/sys/vm/disable_cap_mlock
echo "vm.disable_cap_mlock = 1" >> /etc/sysctl.conf
chkconfig boot.sysctl on
============================= CUT ====================
Then, you can configure HUGETLB for better performance (but it caused
problems for me and I dropepd such idea, having only 4 GB of memory)
Search google for
hugetlb problem oracle linux
----- Original Message -----
From: "Riccardo Perni" <riccardo.perni@(protected)>
To: <suse-oracle@(protected)>
Sent: Thursday, July 27, 2006 10:57 AM
Subject: [suse-oracle] problem during installation, please help me
> Hello, I'm trying to install Oracle 10.2.0.1 on a SLES9_SP-3 (x86-64)
> all "YOU" patch installed, ORARUN package installed and updated
>
> everything goes well untill the installer try to run the "Oracle
> Database Configuration
> Assistant"; at this point the assistant start the db creation
> procedure and then fail
> returning the errors "
ora-27125 unable to create shared memory
> segment" and "
ora-01034> oracle not available".
>
> Can you give me some advice?
>
>
> thankyou
> Riccardo Perni
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting
>
>
--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting