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 -> error while installing

error while installing

From: oracle_db2_dba <jagdip_at_gmail.com>
Date: 6 Feb 2006 11:15:23 -0800
Message-ID: <1139253323.838426.224720@g44g2000cwa.googlegroups.com>


hi,

i got error ORA-27125 while installing oracle and i followed instruction below



cd $ORACLE_HOME/bin
mv oracle oracle.bin
cat >oracle <<"EOF"
#!/bin/bash
export DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin $@
EOF
chmod +x oracle

now when i do startup on sql prompt i get following error

ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/opt/oracle/product/9ir2/dbs/initmydb.ora'

how can i solve this

regards,
dba Received on Mon Feb 06 2006 - 13:15:23 CST

Original text of this message

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