读书人

oracle windows环境 手动起动

发布时间: 2012-09-01 09:33:03 作者: rapoo

oracle windows环境 手动启动

今天想学习下oracle 的几种启动模式,nomount,mount,open.

但是却不行。最后找到了原因,oracle在windows平台启动的时候在实例启动的

时候默认已经启动了整个数据库。

?

修改注册表的启动项

?

HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1\ORA_ORCL_AUTOSTART

的值改为FALSE;

?

?然后再启动监听服务和实例的服务就可以了

C:\WINDOWS\system32>sqlplusSQL*Plus: Release 10.2.0.1.0 - Production on 星期三 3月 17 17:15:30 2010Copyright (c) 1982, 2005, Oracle.  All rights reserved.请输入用户名:  sys/oracle as sysdba已连接到空闲例程。SQL> startupORACLE 例程已经启动。Total System Global Area  612368384 bytesFixed Size                  1250428 bytesVariable Size             247466884 bytesDatabase Buffers          356515840 bytesRedo Buffers                7135232 bytes数据库装载完毕。数据库已经打开。SQL>

?

linux下的

http://blog.chinaunix.net/u/7334/showart_1098103.html

?

?

在sqlnet.ora添加

SQLNET.AUTHENTICATION_SERVICES=(NTS)

读书人网 >windows

热点推荐