Automating
database start-up is optional, but automatic shutdown is
recommended, because it guards against improper shutdown of
the database.
The dbshut and dbstart scripts are located in
the $ORACLE_HOME/bin directory, and can be used to automate
database startup and shutdown, although on 8.1.6 there is a
problem with dbstart. Consult Metalink :Note:98418.1. For
further info.
The dbstart and dbshut scripts reference the
same entries in the oratab file, so the scripts must apply to
the same set of databases. For example, you cannot have
dbstart automatically start up databases sid1, sid2, and sid3,
and dbshut shut down only databases sid1 and sid2. You can,
however, specify that dbshut shut down a set of databases
while dbstart is not used at all. To do this, include the
dbshut entry in the shutdown file but omit the dbstart entry
from the system start-up files.