Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to mount/startup 9i DB

169852Jan 16 2002
Hello ALL,

I have installed 9i on Solaris server and the database connectivity was fine.But after rebooting the Solaris server the database is not getting mounted.
In Oracle 8i series this is done in this way ( to mount the database after the server is rebooted ).

1. Login as user=oracle on to solaris server,then execute the command svrmgrl.
Then from svrgmrl>connect internal , then it will say connected.
After this i execute the startup command with the pfile parameter.
This will mount the database,then start the listner service with the command 'lsnrctl start '.

2. The 2'nd way is to use sqlplus after logging in as oracle user.Then run the startup command.

But in this 9i , there is no such command called svrmgrl. So i can not run that command. Plus after logging in as oracle user , i can run sqlplus /nolog ,then it gives SQL prompt. Then if i run connect internal , it is not allowing me to connect.

If you know how to mount 9i database, pls let me know

Thanks
KK
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 14 2002
Added on Jan 16 2002
1 comment
377 views