而920版本的数据库是没有这个问题的:
[oracle@bjtest ~]$ sqlplus “/ as sysdba” SQL*Plus: Release 9.2.0.4.0 – Production on 星期六 8月 23 04:14:36 2008 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 已连接到空闲例程。 SQL> host [oracle@bjtest ~]$ ps -ef|grep ora root 3804 3792 0 Jul18 ? 00:00:29 hald-addon-storage: polling /dev/hda root 26417 26385 0 04:14 pts/1 00:00:00 su – oracle oracle 26418 26417 0 04:14 pts/1 00:00:00 -bash oracle 26451 26418 0 04:14 pts/1 00:00:00 sqlplus oracle 26452 26451 0 04:14 ? 00:00:00 oraclebjtest (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq))) oracle 26453 26451 0 04:14 pts/1 00:00:00 /bin/bash oracle 26481 26453 0 04:14 pts/1 00:00:00 ps -ef oracle 26482 26453 0 04:14 pts/1 00:00:00 grep ora [oracle@bjtest ~]$ exit exit SQL> startup ORACLE 例程已经启动。 Total System Global Area 9415145752 bytes Fixed Size 755992 bytes Variable Size 822083584 bytes Database Buffers 8589934592 bytes Redo Buffers 2371584 bytes数据库装载完毕。数据库已经打开。 SQL> host [oracle@bjtest ~]$ sqlplus “/ as sysdba” SQL*Plus: Release 9.2.0.4.0 – Production on 星期六 8月 23 04:15:08 2008 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 连接到: Oracle9i Enterprise Edition Release 9.2.0.4.0 – 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 – Production SQL> shutdown immediate数据库已经关闭。已经卸载数据库。 ORACLE 例程已经关闭。 SQL> exit从Oracle9i Enterprise Edition Release 9.2.0.4.0 – 64bit Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 – Production中断开 [oracle@bjtest ~]$ exit exit SQL> exit ERROR: |
我们一直都在努力坚持原创.......请不要一声不吭,就悄悄拿走。
我原创,你原创,我们的内容世界才会更加精彩!
【所有原创内容版权均属TechTarget,欢迎大家转发分享。但未经授权,严禁任何媒体(平面媒体、网络媒体、自媒体等)以及微信公众号复制、转载、摘编或以其他方式进行使用。】
微信公众号
TechTarget
官方微博
TechTarget中国
作者
相关推荐
-
OpenWorld18大会:Ellison宣布数据库的搜寻和破坏任务
在旧金山举行的甲骨文OpenWorld 2018大会中,甲骨文首席技术官(CTO)兼创始人Larry Elli […]
-
ObjectRocket着力发展Azure MongoDB服务
MongoDB吸引了微软公司的注意力,微软公司计划针对运行于该公司2017年发布的Azure Cosmos D […]
-
数据库和数据仓库的区别在哪儿?
目前,大部分数据仓库还是用数据库进行管理。数据库是整个数据仓库环境的核心,是数据存放的地方和提供对数据检索的支持。
-
如何使用服务来平衡Oracle RAC 数据库工作负载
为不同的应用程序配置不同的服务,DBA可以更有效地平衡集群工作负载,在Oracle RAC数据库环境下实现更好的应用程序性能。