博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle 10G R2一次奇怪的START/SHUTDOWN经历
阅读量:6933 次
发布时间:2019-06-27

本文共 825 字,大约阅读时间需要 2 分钟。

一次奇怪的数据库启动和关闭经历。
 
SQL> conn / as sysdba
Connected to an idle instance.
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01089: immediate shutdown in progress - no operations are permitted
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown abort  
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 2499805184 bytes
Fixed Size                  1262368 bytes
Variable Size            1073745120 bytes
Database Buffers         1409286144 bytes
Redo Buffers               15511552 bytes
staDatabase mounted.
 
Database opened.
SQL> SQL> 
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>
本文转自 dannyy1026 51CTO博客,原文链接:
http://blog.51cto.com/dannyyuan/40134

转载地址:http://xrwnl.baihongyu.com/

你可能感兴趣的文章
使用 邮箱配置 激活码 用于 用户注册激活
查看>>
Recover Binary Search Tree
查看>>
Linux之因BASH造成的键盘错误和环境问题
查看>>
RBAC权限设计实例(转)
查看>>
JavaScript求当月天数
查看>>
一个典型的后台软件系统的设计复盘——(二)如何id一个事物
查看>>
springboot 详细配置2
查看>>
这么小的key-val数据库居然也支持事务——与短跑名将同名的数据库Bolt
查看>>
下拉列表框Spinner
查看>>
pageResponse - 让H5适配移动设备全家(移动端适配)1
查看>>
day2
查看>>
[WIKIOI1298]凸包周长[裸凸包]
查看>>
Android布局之weight属性解析
查看>>
OGNL中的<s:property />标签
查看>>
Python大法之抛 异常
查看>>
个人简介
查看>>
解决ViewPager缓存导致不能实时刷新数据
查看>>
LC31 Next Permutation
查看>>
08-图7 公路村村通
查看>>
Java基础学习总结(26)——JNDI入门简介
查看>>