LRM-00109: could not open parameter file
779843Jun 17 2010 — edited Jul 21 2010Hi,
I am trying to install Oracle 11g in RHEL5.2 64 bit OS with silent option. But I am getting following error message while starting the service.
<snip>
[oracle@localhost ~]$ /tmp/startup.sh
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jun 17 12:03:05 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL> ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initorcl.ora'
SQL> Disconnected
OC4J Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdom_orcl not found.
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-JUN-2010 12:03:07
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Starting /u01/app/oracle/product/11.2.0/dbhome_1//bin/tnslsnr: please wait...
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
Linux Error: 29: Illegal seek
</snip>
<snip>
#cat /tmp/startup.sh
export ORACLE_SID=orcl; /tmp/other.sh; emctl start dbconsole ; lsnrctl start
</snip>
===================================
To install Oracle 11 g silently I have followed the steps as;
===================================
1. Create the recorded.rsp using OUI i.e. using RHEL's GUI.
2. Set the require environment variables.
3. Using oracle user give this recorded.rsp file as input to runinstaller script as follows .
./runInstaller -silent -responseFile /tmp/recorded.rsp ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1/ ORACLE_HOME_NAME=oracle METALINK_USERNAME="myoracle" METALINK_PASSWORD="user@123" –ignoreDiskWarning
4. execure following commands as root user.
/u01/app/oraInventory/orainstRoot.sh
/u01/app/oracle/product/11.2.0/dbhome_1/root.sh
5. Start the service as follows
export ORACLE_SID=orcl; /tmp/other.sh; emctl start dbconsole ; lsnrctl start
Questions:
1. Need to know my stps and commands are correct.
2. How to resolve this error?
3. Is there any rpm available to do this all tasks?