| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i Setup on Mandrake Linux
<frostt_at_banet.net> writes:
> I'm attempting to setup Oracle 8i on Madrake 6.1 of Linux. I see that
> Oracle recommends rebuilding the kernal to adjust shared memory and other
> parameters. If anyone could send me a copy of the .h files which need to
> change and samples of how to alter the files I would appreciate it.
> frostt_at_banet.net
[ink_at_durby include]$ cd /usr/src/linux/include/asm-i386/
[ink_at_durby asm-i386]$ diff shmparam.h shmparam.h~
36c36
< #define SHMMAX 0x8dc2800 /* max shared seg size (bytes)
*/
---Received on Wed Mar 15 2000 - 00:00:00 CST
> #define SHMMAX 0x2000000 /* max shared seg size (bytes)
*/ 40,41c40 < #define SHMMNI 100 /* oracle changes */ < /*#define SHMMNI (1<<_SHM_ID_BITS) max num of segs system wide */ ---
> #define SHMMNI (1<<_SHM_ID_BITS) /* max num of segs system wide
*/ 45,46c44 < #define SHMSEG 10 /* oracle changes */ < /*#define SHMSEG SHMMNI max shared segs per process */ ---
> #define SHMSEG SHMMNI /* max shared segs per process
*/ -- The wheel is turning but the hamster is dead. Craig Kelley -- kellcrai_at_isu.edu http://www.isu.edu/~kellcrai finger ink@inconnu.isu.edu for PGP block
![]() |
![]() |