oracle10g/11g 新特性九(数据库诊断)

Data Recovery Advisor


Data Recovery Advisor


Data Failure: Examples



Listing Data Failures



Advising on Repair


Executing Repairs


Classifying (andClosing ) Failures


Data Recovery Advisor Views


Best Practice:  proactive Checks

Invoking proactve health check of the database and its components

1.Health Monitor or RMAN VALIDATE DATABASE command

2.Checking for logical and physical corruption

3.Findings logged in the ADR


11g 数据库恢复专家例子 
1.tablespace--app_data
2.backup--datafile--app_data01.dbf_rman
   run{
   allocate channel d1 type disk format 'F:\app\user\back\datafile_%s_%p.bus';
   backup datefile 10;
  }
3.破坏
4.recover--data  recover advise-rman
进入rman
 list failure (会显示出系统检测到的问题)
 advise failure  分析故障
 也可以通过动态性能试图看一些东西:
 select repair_id, advise_id,summay,rank, status from v$ir_repair;
 select * from v$ir_manual_checklist;
 
登录ramn:
   repaire failure preview;  只是擦看 (注意这条命令必须和advise failure在同一个session)
   repaire failure  ; 真正执行

What Is Block Corruption

Whenever a block is read or wrtten , a consistency check is performed

  a.Block version

  b.DBA(data block address) value in cache s compared to the DBA value in the block buffer

  c.Block-checksum , if enabled

A corrupt block is identified as being one of he following:

   a.Media corrupt

   b.Logically (or software ) corrupt


Block Corruption Symptoms : ORA-01578

The error ORA-01578:"ORACLE data block corrupted (file # %s, block # %s)":

1.Is generated when a corrupted data block is found

2.Always returns the relativefile numer and block number

3.Is returned to the session that issued the query being performed when the corruption was discovered

4.Appears in the  alert.log file


How to Handle Corruption

1.Cehck the alert log and perating system log file

2.Use available diagnostic tools to find out the type of corruption

3.Determine whether the error persists by running chedks multiple times

4.Recover data form the corrupted object if necessary

5.Resolve any hardware issues:

   a.Memory boards

   b.disk controller

   c.Disks

6.Recover or restore data from the corrupt object if necessary


Setting Parameters to Detect Corruption




Setting Parameters to Detect Corruption

坏块实验

1.config
   archivelog 归档模式
   mount模式下:
   alter database flashback on;
   select flashback_on from v$database;
   alter system set db_ultra_safe='DATA_AND_INDEX'

2.create tablespace---app_test
    create tablespace app_test datafile '/xxx/xxx/xx/app_test.dbf' size 20M;
	create user user1 identified by user1 default tablespace app_test;
	grant connect, resource to user1;
	user1/user1 登录
	建几张表在app_test上
	
3.backup_rman
  坏块实验
  rman target /nocatalog
  run {
  allocate channel d1 type disk format '/xxx/xxx/xxx/back/app_test_%s_%p.buf'
  backup datafile  11
  }
  
4.破坏
  关闭系统 然后对app_test.dbf进行编辑
  startup 可能能启动起来,可能在查某一张表时候才报错
  可以在alert.log里看到
  select * from v$databawse_block_corruption;
 
5.check block-dbv-rman
   链接rman
   
6.startup
7.recover block
   recover datafile 11 block 185;
8.check block

Automatic Diagnostic Workflow


Automatic Diagnostic Repository


The  V$DIAG_INFO View


Location for Diagnostic Traces

现在只需要配置一个参数就可以了 : diagnostic_dest ,  这样,udump之类的参数  就不用配置了



Health Monitor:Overview

Running Health Checks Manually: PL/SQL Example




  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
毕业设计,基于SpringBoot+Vue+MySQL开发的体育馆管理系统,源码+数据库+毕业论文+视频演示 现代经济快节奏发展以及不断完善升级的信息化技术,让传统数据信息的管理升级为软件存储,归纳,集中处理数据信息的管理方式。本体育馆管理系统就是在这样的大环境下诞生,其可以帮助管理者在短时间内处理完毕庞大的数据信息,使用这种软件工具可以帮助管理人员提高事务处理效率,达到事半功倍的效果。此体育馆管理系统利用当下成熟完善的SpringBoot框架,使用跨平台的可开发大型商业网站的Java语言,以及最受欢迎的RDBMS应用软件之一的Mysql数据库进行程序开发。实现了用户在线选择试题并完成答题,在线查看考核分数。管理员管理收货地址管理、购物车管理、场地管理、场地订单管理、字典管理、赛事管理、赛事收藏管理、赛事评价管理、赛事订单管理、商品管理、商品收藏管理、商品评价管理、商品订单管理、用户管理、管理员管理等功能。体育馆管理系统的开发根据操作人员需要设计的界面简洁美观,在功能模块布局上跟同类型网站保持一致,程序在实现基本要求功能时,也为数据信息面临的安全问题提供了一些实用的解决方案。可以说该程序在帮助管理者高效率地处理工作事务的同时,也实现了数据信息的整体化,规范化与自动化。 关键词:体育馆管理系统;SpringBoot框架;Mysql;自动化
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值