Cant find init file
474257Dec 27 2005 — edited Dec 30 2005Hi,
I just installed Oracle 9i on Linux RHAS 3.
And here is the content of the /etc/oratab :
# cat /etc/oratab
#
*:/opt/oracle/product/9.2.0:N
TSH1:/opt/oracle/product/9.2.0:Y
When I start the oracle service, I got this error :
# ./oracle start
Starting up Oracle Database and Listener Service
Can't find init file for Database "TSH1".
Database "TSH1" NOT started.
What is the problem ? Do I need to add something more ?
Because I believe the database is created during installation. Here is my "log" during installation :
- Database Configuration, choose "General Purpose", click "Next"
- Database Identification:
Global Database Name: test.training
SID: TSH1
Click "Next"
- Database File Location:
Directory for Database Files: /opt/oracle/oradata
Click "Next"
- Database Character Set, choose "Use the default character set"
Click "Next"
- Click "Install"
Thanks.