Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Installing Oracle on SuSe 6.1 (creating Databases failed)
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.
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 Sat May 22 1999 - 15:02:43 CDT
![]() |
![]() |