Can't create database after Oracle Database installation

I installed Oracle 10 software on Solaris 11 Express, everything was fine execpt I can't create database using dbca.rsp file. I populated file with following options.

 OPERATION_TYPE = "createDatabase" 
GDBNAME = "solaris_user.domain.com"  
SID = "solaris_user" 
TEMPLATENAME = "General Purpose"  
SYSPASSWORD = "secret" 
SYSTEMPASSWORD = "secret"  
EMCONFIGURATION = "none" 
SYSMANPASSWORD = "secret"
DBSNMPPASSWORD = "secret"  
DATAFILEDESTINATION=/oradata  
RECOVERYAREADESTINATION=/orarecovery  
STORAGETYPE=FS 
LISTENERS = "LISTENER" 

And when I start creation of new database I get following output

$ORACLE_HOME/bin/dbca -silent -cloneTemplate -datafileDestination /oradata -responseFile /etc/opt/oracle/dbca.rsp
sh: line 1: showrev: not found
sh: line 1: showrev: not found
Copying database files
1% complete
2% complete
4% complete
11% complete
12% complete
100% complete
Look at the log file "/opt/oracle/product/10.2.0.1.0/cfgtoollogs/dbca/developbase1/developb2.log" for further details

And then log file says

Copying database files
DBCA_PROGRESS : 1%
DBCA_PROGRESS : 2%
ORA-27102: out of memory

DBCA_PROGRESS : 4%
DBCA_PROGRESS : 11%
DBCA_PROGRESS : 12%
ORA-01034: ORACLE not available

ORA-01034: ORACLE not available

DBCA_PROGRESS : 100%

My /etc/project file looks like this

cat /etc/project 
user.oracle:100::oracle:oinstall:process.max-sem-ids=(priv,100,deny);
process.max-sem-nsems=(priv,256,deny);process.max-shm-ids=(priv,100,deny);
project.max-shm-memory=(priv,1073741824,deny)