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: Manuel FLURY <manuel.flury_at_amslux.lu>
Date: Wed, 7 Nov 2001 11:21:48 +0100
Message-ID: <3be90c9e$0$15112$626a54ce@news.free.fr>


Try this instead :

svrmgrl
connect internal
startup nomount pfile=<full path to your init.ora>/initCSM.ora exit

Hope this helps.

M.F.

"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 */
>
>
>
>
>
Received on Wed Nov 07 2001 - 04:21:48 CST

Original text of this message

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