cancel
Showing results for 
Search instead for 
Did you mean: 

CJS-00084 Out of Memory When installation IDES ECC 6.0

Former Member
0 Kudos

Hi all

I have a server with cpu info

******************************************************************

vendor_id : GenuineIntel

cpu family : 6

model : 23

model name : Intel(R) Xeon(R) CPU E5405 @ 2.00GHz

stepping : 10

cpu MHz : 1995.071

cache size : 6144 KB

******************************************************************

and RAM info

******************************************************************

MemTotal: 12460204 kB

MemFree: 10966248 kB

Buffers: 107940 kB

Cached: 752400 kB

SwapCached: 0 kB

Active: 740484 kB

Inactive: 700948 kB

HighTotal: 11659576 kB

HighFree: 10312896 kB

LowTotal: 800628 kB

LowFree: 653352 kB

SwapTotal: 8191992 kB

SwapFree: 8191992 kB

****************************************************************

I have a error when i install IDES ECC 6.0 at step Create Database:

ERROR 2009-10-23 21:31:13

CJS-00084 SQL statement or script failed.<br>DIAGNOSIS: Error message: ORA-27102: out of memory

Linux Error: 12: Cannot allocate memory

Additional information: 1

Additional information: 1310732

Disconnected

.<br>SOLUTION: See ora_sql_results.log and the Oracle documentation for details.

ERROR 2009-10-23 21:31:13

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2009-10-23 21:31:13

FCO-00011 The step createDatabase with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|createDatabase was executed with status ERROR .


and before I configed parameter file sysctl.conf following :

kernel.core_uses_pid = 1

kernel.shmall = 2097152

kernel.shmmax = 2313682943

kernel.shmmni = 4096

kernel.sem = 1250 256000 100 1024

vm.max_map_count=300000

kernel.msgmni=1024

fs.file-max = 65536

net.ipv4.ip_local_port_range = 1024 65000

net.core.rmem_default=262144

net.core.wmem_default=262144

net.core.rmem_max=262144

net.core.wmem_max=262144



and file alert.log

Specified value of sga_max_size is too small, bumping to 3506438144

Fri Oct 23 19:52:50 2009

Starting ORACLE instance (normal)

Fri Oct 23 19:52:50 2009

Specified value of sga_max_size is too small, bumping to 3506438144

Fri Oct 23 19:59:18 2009

Starting ORACLE instance (normal)

Fri Oct 23 19:59:18 2009

Specified value of sga_max_size is too small, bumping to 3506438144



and then i do following :
su - ora<SID>
sqlplus / as sysdba

SQL*Plus: Release 10.2.0.2.0 - Production on Fri Oct 23 21:54:16 2009

Copyright (c) 1982, 2005, Oracle. All Rights Reserved.

Connected to an idle instance.

SQL> startup;

ORA-27102: out of memory

Linux Error: 12: Cannot allocate memory

Additional information: 1

Additional information: 1507340

SQL>

please help me ...

thanks for your advise

Edited by: myfriend280985 on Oct 23, 2009 5:00

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

You have 12Gigs of Ram and only 8Gigs of Swap.... Swap space should be at least 4 times the size of the physical RAM, change that and try again.

Regards

Juan

Answers (1)

Answers (1)

Former Member
0 Kudos

hi all

I user REDHAT Enterprise 4 32bit......after set up swap partion 36 GB ......error remain

please help me