- 最后登录
- 2014-5-26
- 在线时间
- 12 小时
- 威望
- 0
- 金钱
- 66
- 注册时间
- 2012-12-3
- 阅读权限
- 10
- 帖子
- 23
- 精华
- 0
- 积分
- 0
- UID
- 748
|
1#
发表于 2013-3-27 10:57:34
|
查看: 3192 |
回复: 1
version:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
SQL> select CHECKPOINT_CHANGE#,ARCHIVE_CHANGE#,CONTROLFILE_CHANGE#,CONTROLFILE_TIME,CONTROLFILE_SEQUENCE#,archivelog_change#,controlfile_type,current_scn from v$database;
CHECKPOINT_CHANGE# ARCHIVE_CHANGE# CONTROLFILE_CHANGE# CONTROLFILE_TIME CONTROLFILE_SEQUENCE# ARCHIVELOG_CHANGE# CONTROL CURRENT_SCN
------------------ --------------- ------------------- ------------------- --------------------- ------------------ ------- -----------
42679915 42679912 42680036 2013-03-27 10:41:31 16949 42679915 CURRENT 42680095
CONTROLFILE_SEQUENCE# NUMBER Control file sequence number incremented by control file transactions
CONTROLFILE_CHANGE# NUMBER Last SCN in backup control file; null if the control file is not a backup
question:
what is diff between CONTROLFILE_SEQUENCE# and CONTROLFILE_CHANGE#? who maintains the station and when ?
thanks in advace. |
|