How to
start an instance?
My instance of my database
is completely shutdown and unmounted. how would i start it up again? I'm
running on a unix platform using oracle8.04.
Try to start svrmgrl
(Server manger command line).
Then type
connect
internal (maybe you will need the
password).
After that, type
startup
force (startup
pfile = init<SID>.ora)
This should start your Database.