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 -> Re: Oracle installation pb on Suse Linux 7.2 (Kernel 2.4.4) : ORA-24323, ORA-03113

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

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 6 Nov 2001 16:04:02 +0100
Message-ID: <tug07ob7fdtv28@corp.supernews.com>

"Richard Labrador" <richard.labrador_at_businessobjects.com> wrote in message news:9s8v9s$m2c$1_at_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 */
>
>
>
>
>

The first error points to a problem in init.ora. The 3113 is a result of the prior error.

Hth

--
Sybrand Bakker
Senior Oracle DBA

to reply remove '-verwijderdit' from my e-mail address
Received on Tue Nov 06 2001 - 09:04:02 CST

Original text of this message

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