Wednesday, March 26, 2008

Starting Oracle database

In order to start Oracle instances hosted in Linux environments. There are 2 things need to be done.
1. Start the database instance
Use sqlplus to login without connecting to any database:
$ ./sqlplus /NOLOG
SQL > connect webm/webm
SQL > startup

2. Start up the database listener
$ ./lsnrctl start

Check the listener status
$./lsnrctl status

No comments: