Database Administration for Specific Platforms › UNIX/Oracle Routine Procedures › Starting the Database
Follow these steps:
ORACLE_SID=<database name>
export ORACLE_SID
setenv ORACLE_SID <database name>
sqlplus /nolog
connect sys as sysdba
startup pfile=<location of initdb.ora file>;
exit