Oracle的db
[oracle@jumper dbs]$ export ORACLE_SID=julia [oracle@jumper dbs]$ sqlplus "/ as sysdba" SQL*Plus: Release 9.2.0.4.0 - Production on Tue Jul 25 14:04:15 2006 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to an
[oracle@jumper dbs]$ export ORACLE_SID=julia
[oracle@jumper dbs]$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.4.0 - Production on Tue Jul 25 14:04:15 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 139531744 bytes
Fixed Size 452064 bytes
Variable Size 121634816 bytes
Database Buffers 16777216 bytes
Redo Buffers 667648 bytes
ORA-01102: cannot mount database in EXCLUSIVE mode
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production
推荐阅读
-
一条select语句引起的瓶颈问题思考
-
SQL Server误区30日谈 第8天 有关对索引进行在线操作的误区
-
浅谈SQL Server 对于内存的管理[图文]
-
SqlServer 扩展属性的介绍
-
MySQL: mysql is not running but lock exists 的解决方法
-
VS2013怎么卸载第三方插件?VS插件卸载的教程
-
SQL重复记录查询的几种方法
-
SQL Server误区30日谈 第15天 CheckPoint只会将已提交的事务写入磁盘
-
Android Studio怎么自定义颜色?Android Studio更换字体大小颜色的方法
-
sql server 还原数据库时提示数据库正在使用,无法进行操作的解决方法