I don't think svrmgrl is available in Oracle 9.
Alternatively, as long as you're logged into the OS with a user having dba permissions, you should be able to get access using:
sqlplus "/ as sysdba"
You than have the same options available to you as with svrmgrl and can start/stop the database:
startup
shutdown <immediate or whatever>
Main Topics
Browse All Topics





by: arjanhPosted on 2004-11-07 at 07:33:48ID: 12517530
Looks like you need to open the database using svrmgrl (assuming it is indeed running):
svrmgrl> connect internal
svrmgrl> alter database open