Some netizens on the Internet said that svrmgr30 (svrmgrl in unix) was canceled at oracle9i and replaced with sqlplus. I am not very clear about this problem, however, svrmgr * cannot be found in window2000 *..
Let's talk about how to start it.
1. Set the correct ORACLE instance
2. Start SQLPLUS
3. Connection
4. Start/Close the database
Execute the following command under the doscommand:
1. set ORACLE_SID = $ INSTANCE_NAME
2. sqlplus/nolog
3. connect user/password as sysdba
4. startup/shutdown
Run the following command: C: \> set ORACLE_SID = test C: \> sqlplus/nolog SQL * Plus: Release 9.0.1.0.1-Production on Wednesday January 12 19:42:08 2005 (C) Copyright 2001 Oracle Corporation. All rights reserved. SQL> connect system/manager as sysdba Already connected to the idle routine. SQL> startup The ORACLE routine has been started. Total System Global Area 118255568 bytes Fixed Size 282576 bytes Variable Size 83886080 bytes Database Buffers 33554432 bytes Redo Buffers 532480 bytes The database has been loaded. The database has been opened. SQL>
|