
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.
- Creating crdb2CCA.sql database catalog and file creation script
- ERROR: The 'CREATE DATABASE' statement for the CCA database failed.
egrep failed to find 'ORA-' error in the file:
/u01/app/oracle/admin/CCA/create/crdbCCA.lst
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