首页 > 其他 > 详细

对control file的学习笔记

时间:2014-01-20 19:50:15      阅读:389      评论:0      收藏:0      [点我收藏+]

SQL> startup nomount;
startup nomount;
ORACLEインスタンスが起動しました。

Total System Global Area 521936896 bytes
Fixed Size 2229944 bytes
Variable Size 360712520 bytes
Database Buffers 150994944 bytes
Redo Buffers 7999488 bytes
SQL> select * from v$controlfile;
select * from v$controlfile;

レコードが選択されませんでした。

SQL> show parameter control_files;

NAME TYPE
------------------------------------ ----------------------
VALUE
------------------------------
control_files string
/u01/app/oracle/oradata/mydb/c
ontrol01.ctl, /u01/app/oracle/
fast_recovery_area/mydb/contro
l02.ctl
SQL>

SQL> alter database mount;
alter database mount;

データベースが変更されました。

SQL> select * from v$controlfile;
select * from v$controlfile;

STATUS
-------
NAME
--------------------------------------------------------------------------------
IS_ BLOCK_SIZE FILE_SIZE_BLKS
--- ---------- --------------

/u01/app/oracle/oradata/mydb/control01.ctl
NO 16384 594


/u01/app/oracle/fast_recovery_area/mydb/control02.ctl
NO 16384 594

STATUS
-------
NAME
--------------------------------------------------------------------------------
IS_ BLOCK_SIZE FILE_SIZE_BLKS
--- ---------- --------------


SQL>

对control file的学习笔记

原文:http://www.cnblogs.com/gaojian/p/3527055.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!