Home » Infrastructure » Unix » oracle 8i installation under unixware
oracle 8i installation under unixware [message #97654] Wed, 16 October 2002 06:37 Go to next message
M. Khaled
Messages: 67
Registered: April 2002
Member
Please send me the complete installation procedure of oracle 8i under unixware.
Re: oracle 8i installation under unixware [message #97660 is a reply to message #97654] Wed, 23 October 2002 02:11 Go to previous messageGo to next message
B
Messages: 327
Registered: August 1999
Senior Member
1- should tune the kernel ( see Oracle documentation )
2- run install and it'll work...
Re: Problem to tune kernel of oracle 8i installation under unixware [message #97665 is a reply to message #97654] Thu, 24 October 2002 23:07 Go to previous messageGo to next message
M. Khaled
Messages: 67
Registered: April 2002
Member
I've been trying to install oracle 8i under unixware but failed due kernel tuning. These are my procedure to tune the kernel.

To change SHMMAX I use ./idtune SHMMAX 4294967295 in the etc/conf/bin directory but this only change the current value. At present the SHMMAX values are.......

........current....... default....... minimum...... maximum
2147483641.... 524288 ..... 131072 ...... 2147483641

I use ./idtune -g SHMMAX to get this value. I also need to change the SEMOPM value. I tried this changing the mtune value in the mtune file but no result

How could I change the maximum value of SHMMAX and SEMOPM. Please help.......

Thanks
Re: Problem to tune kernel of oracle 8i installation under unixware [message #97828 is a reply to message #97665] Thu, 20 February 2003 03:13 Go to previous messageGo to next message
ashok
Messages: 32
Registered: July 2000
Member
Tune the Kernel parameters for Oracle database:
# scoadmin => System => System Tuner

Note: Select the following pull down menu and set the parameters accordingly

a. File System Parameter
NPBUF 100
b. InterProcess Communication Parameters
SHMMAX ( 0.5 * Physical memory )
SHMMNI 100
SHMSEG 10
SEMMNI 100
SEMMSL 150
SEMOPM 100
c. Process Limit Parameters
SCORLIM 0x7FFFFFFF
HCORLIM 0x7FFFFFFF
SDATLIM 0x7FFFFFFF
HDATLIM 0x7FFFFFFF
SVMMLIM 0x7FFFFFFF
HVMMLIM 0x7FFFFFFF
SFSZLIM 0x7FFFFFFF
HFNOLIM 2048
SFNOLIM 128
NPROC 1000
MAXUP 1000
d. Streams Parameters
STRTHRESH 0x500000

e. Miscellaneous Parameters
ARG_MAX 1048576

Note: After setting these parameters, when promoted for rebuild, select it O.K.
and reboot the system.
Re: oracle 8i installation under unixware [message #98095 is a reply to message #97654] Mon, 09 February 2004 23:37 Go to previous messageGo to next message
Ashok kumar
Messages: 3
Registered: February 2004
Junior Member
pl send me full writup of installation or oracle 8i on unixware.

regards
Re: oracle 8i installation under unixware [message #98097 is a reply to message #98095] Tue, 10 February 2004 01:27 Go to previous message
M. Khaled
Messages: 67
Registered: April 2002
Member
Set kernel properly
Check documentation for swap space
also set environment properly for oracle home etc
finally run the installer from x mode(graphic)
Previous Topic: Oracle installation fails on Unixware 7.1
Next Topic: Shell Script help required
Goto Forum:
  


Current Time: Tue Apr 23 14:16:39 CDT 2024