To start the db:
export/set ORACLE_SID=db_name
svrmgrl
connect internal
startup pfile=path_of_init.ora
-
Yes, if the db has been shutdown, you will not be able to connect to the db. Start it up and then try to connect using SQL*Plus.