在网上看到有些网友说在oracle9i把svrmgr30(unix下为svrmgrl)给取消了,用sqlplus给代替了,这个问题我不是很清楚,不过在window2000里的确是找不到svrmgr*.exe这样的文件。
言归正转,下面具体说一下如何启动。
1. 设置正确的ORACLE实例
2. 启动SQLPLUS
3. 连接
4. 启动/关闭数据库
相应的在DOS命令下执行:
1. set ORACLE_SID = $INSTANCE_NAME
2. sqlplus /nolog
3. connect user/password as sysdba
4. startup/shutdown
|
执行如下: C:/>sqlplus /nolog SQL*Plus: Release 9.0.1.0.1 - Production on 星期三 1月 12 19:42:08 2005 (c) Copyright 2001 Oracle Corporation. All rights reserved. SQL> connect system/manager as sysdba Total System Global Area 118255568 bytes |
Oracle9i启动教程
本文详细介绍了在Oracle9i环境下使用SQLPLUS启动和关闭数据库的过程。包括设置ORACLE实例、启动SQLPLUS、建立连接以及最终启动或关闭数据库的具体步骤。
214

被折叠的 条评论
为什么被折叠?



