设为首页 加入收藏

TOP

Oracle 重建控制文件一例(二)
2018-07-13 06:07:14 】 浏览:202
Tags:Oracle 重建 控制 文件
bsp;   373293056 bytes
Redo Buffers                6287360 bytes
Database mounted.
SQL> alter database backup controlfile to trace;


Database altered.


SQL> oradebug setmypid
Statement processed.
SQL> oradebug tracefile_name
/s01/oracle/admin/cxywdb/udump/cxywdb_ora_3983.trc
SQL> shutdown abort
ORACLE instance shut down.
SQL> startup nomount;
ORACLE instance started.


Total System Global Area  599785472 bytes
Fixed Size                  2098112 bytes
Variable Size            218106944 bytes
Database Buffers          373293056 bytes
Redo Buffers                6287360 bytes
SQL> @control


Control file created.
SQL> select status from v$instance;


STATUS
------------
MOUNTED


SQL> recover database;
Media recovery complete.
SQL> alter database open;


Database altered.


首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Oracle单节点RAC添加节点 下一篇记录一则rebuild index消除索引碎..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目