Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle installation pb on Suse Linux 7.2 (Kernel 2.4.4) : ORA-24323, ORA-03113

Oracle installation pb on Suse Linux 7.2 (Kernel 2.4.4) : ORA-24323, ORA-03113

From: Richard Labrador <richard.labrador_at_businessobjects.com>
Date: Tue, 6 Nov 2001 15:37:32 +0100
Message-ID: <9s8v9s$m2c$1@news.businessobjects.com>


Hi,

I'm facing this issue on my linux box.... Can someone help me ?
cheers,

Still the same stuff after have recompiled the kernel !!!

$ sqlplus internal

SQL*Plus: Release 8.1.7.0.0 - Production on Tue Nov 6 16:01:14 2001

(c) Copyright 2000 Oracle Corporation. All rights reserved.

Connected to an idle instance.

SQL> startup nomount pfile=initCSM.ora

ORA-24323: value not allowed

ORA-03113: end-of-file on communication channel

Here is my kernel config :

/usr/src/linux-2.4.......Suse/include/asm/shmparam.h

#define SHMMAX 256000000

#define SHMMIN 1

#define SHMMNI 100

#define SHMSEG 10

/usr/src/linux-2.4.......Suse/include/linux/sem.h

#define SEMMNI 100 /* <= IPCMNI max # of semaphore identifiers */

#define SEMMSL 110 /* <= 8 000 max num of semaphores per id */

/*#define SEMMNS (SEMMNI*SEMMSL) <= INT_MAX max # of semaphores in system */

#define SEMMNS 210 /* <= INT_MAX max # of semaphores in system */

#define SEMOPM 100 /* <= 1 000 max num of ops per semop call */

#define SEMVMX 32767 /* <= 32767 semaphore maximum value */
Received on Tue Nov 06 2001 - 08:37:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US