oracle查日志的视图,Oracle通过视图和告警日志检查主库,物理和快照备库

5268f80b9b1e01f982625ef6fac83ca1.png

Oracle通过视图和告警日志检查主库,物理和快照备库 主库动作 主库信息 备库信息 是否启用redo线程 alert log v$thread

Oracle通过视图和告警日志检查主库,物理和快照备库

主库动作

主库信息

备库信息

是否启用redo线程

alert log

v$thread

alert log

展示数据库角色,保护模式,保护级别,,切换状态,快速启用,失效转换信息

v$database

v$database

增删redo日志文件组

alert log

v$log

v$logfile的status字段

alert log

控制文件的创建

alert log

alert log

表空间状态的改变

v$recover_file

dba_tablespace

alert log

v$recover_file

dba_tablespace

增删数据文件或表空间

dba_data_files

alert log

v$datafile

alert log

重命名数据文件

v$datafile

alert log

v$datafile

alert log

未记录日志或未恢复的操作

v$datafile

v$database

alert log

监控redo传输

v$archive_dest_status

v$archived_log

v$archived_dest

alert log

v$archived_log

alert log

发布open resetlogs 或 clear unarchived logfiles 语句

alert log

alert log

修改初始化参数

alert log

alert log

通过以下语句获取主备库的当前角色,保护模式,保护级别,切换状态,快速启用,失效转换信息

select protection_mode,

protection_level,

database_role role,

switchover_status

from v$database;

获取fast-start 失效切换状态

select fs_failover_status "fsfo status",

fs_failover_current_target target,

fs_failover_threshold threshold,

fs_failover_observer_present "observer present"

from v$database;

获取物理备库上的redo应用和传输状态

select process, status, thread#, sequence#, block#, blocks

from v$managed_standby;

查询归档日志文件的信息和历史归档信息

select thread#, sequence#, first_change#, next_change#

from v$archived_log;

select thread#, sequence#, first_change#, next_change# from v$log_history;

查看被写入alert log中关于DG的事件信息

select message from v$dataguard_status

查看主库redo日志传输到目标端的状态,SCN表示最后一个在standby库上应用的redo日志的系统改变号。

select dest_id, applied_scn from v$archive_dest where target='standby';

本文永久更新链接地址:

1428d0e076c3959ab11d28a39bc84fab.png

5268f80b9b1e01f982625ef6fac83ca1.png

本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉

本文系统来源:php中文网

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值