Search a lot of articles about Oracle's DOS mode to start the database, there is no resolution. Occasionally solved this problem. I saw some netizens who said in Oracle9i to cancel SVRMGR30 (UNIX), replaced with sqlplus, I don't know very well, but I can't find SVRMgr * .exe in Window2000. . The words are correct, and the following specifically tells how to start.
1. Start to start an Oracle instance. 2. Set the correct Oracle Example 3. Start SQLPlus4. Connection 5. Start / Turn the Database Corresponding to Perform: 1. ORADIM -SETUP -SID TEST2. SET ORACLE_SID = $ Instance_Name3. SQLPLUS / NOLOG 4. Connect User / Password as sysdba5. Startup / shutdown is implemented as follows: c: /> ORADIM -STARTUP -SID TESTC: /> 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 is connected to the free routine. SQL> StartUporacle routines have been started.
Total System Global Area 11825568 Bytesfixed Size 282576 bytesvariable size 8386080 bytesDatabase buffers 3355432 BYTESREDO BUFFERS 532480 BYTES Database Database loaded. The database has been opened. SQL>