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 -> Problem with svrmgr during installing Oracle on Linux (SUSE6.1)

Problem with svrmgr during installing Oracle on Linux (SUSE6.1)

From: Robert KNOTEK <Robert.Knotek_at_telekabel.at>
Date: Mon, 24 May 1999 05:29:35 GMT
Message-ID: <3t523.117949$_k1.60895@news.chello.at>


We had an error createing the databases during install on suse 6.1. We can't find the meaning (reason) for the erroe Message ORA-27102. We checked all parameters, incluses in linux kernel,.......

The error is.

looging in the lst file.

Connected.
ORA-27102: out of memory --->> occourced durcing startup /nomount ....
Linux Error: 22: Invalid argument
create database "CCA"
*
ORA-01034: ORACLE not available
Disconnected.

the sql file is (created by installer)

REM * Set terminal output and command echoing on; log output of this script. REM *
#set termout on
#set echo on
spool /u01/app/oracle/admin/CCA/create/crdbCCA.lst

REM * Start the <sid> instance (ORACLE_SID here must be set to <sid>). REM *
connect internal
startup nomount pfile=/u01/app/oracle/admin/CCA/pfile/initCCA_0.ora

REM * Create the <dbname> database.
REM * SYSTEM tablespace configuration guidelines:
REM *   General-Purpose ORACLE RDBMS                5Mb
REM *   Additional dictionary for applications  10-50Mb
REM * Redo Log File configuration guidelines:
REM *   Use 3+ redo log files to relieve ``cannot allocate new log...''
waits.
REM * Use ~100Kb per redo log file per connection to reduce checkpoints. REM *
create database "CCA"

    maxinstances 8
    maxlogfiles 32
    character set "US7ASCII"
    datafile

'/u02/oradata/CCA/system01.dbf' size 80M
    logfile

'/u02/oradata/CCA/redoCCA01.log' size 500k,
'/u03/oradata/CCA/redoCCA02.log' size 500k,
'/u04/oradata/CCA/redoCCA03.log' size 500k;

disconnect
spool off

any ideas ????????

best regards
robert Received on Mon May 24 1999 - 00:29:35 CDT

Original text of this message

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