Startup problem in sqlplus
Hello,
This is my first experience of oracle 10g on Linux RHEL 4.
I have installed RHEL 4 and oracle 10.2.0.1.0. In the EM db is showing UP but :
[oracle@localhost ~]$ sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 16 17:47:51 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: sys/pw as sysdba
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initTSH1.ora'
SQL>
I am not getting why it is asking initTSH1.ora; while my db and instance name is ORCL (as i created while installation)
Please guide me.
Thanks
Girish Sharma