-
Exchange snapshot backup completes with a status code 130
Issue A status code 130 can often be the result of a contributing factor. Checking the following items will eliminate any contributors to a status code 130. If a status code 130 is still observed after the following steps, we will need a verbose bpfis log and the application event logs ...
-
oracle rollback segments之一
This articles is best read in an HTML enabled browser / email client. Click here to "Skip the Introduction". IMPORTANT: If you have already forced the database open using unsupported methods (eg: _allow_resetlogs_corruption or _corrupted_rollback_segments) then this note is of lim ...
-
oracle rollback segments之二
Subject: Creating, Optimizing, and Understanding Rollback Segments Creation Date: 30-JUN-1998 Creating, Optimizing, and Understanding Rollback Segments ========================================================= Purpose ——- This paper is a discussion on configuring a rollback s ...
-
TECH: Internals of Recovery (Full Document)
Subject: TECH: Internals of Recovery (Full Document) Doc ID: Note:41391.1 Type: REFERENCE Last Revision Date: 0 ...
-
access$表在数据库丢失的恢复
下面是测试一把access$基表丢失的恢复方法 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw 1,数据库版本 www.htz.pw > select * from v$version; BANNER —————————— ...
-
监控rman备份进度
Script to monitor RMAN Backup and Restore Operations (文档 ID 1487262.1) 修改时间:2013-10-23类型:HOWTO In this Document Goal Solution References This ...
-
数据文件OS块的大小
在前一个BLOG里面说到了怎么计算数据文件的大小,ls –l /8192-1,其实这里的8192是不正确的,只是通用情况下是这样的,下面是MOS给的官方文档,关于每种平台下面的OS块的大小 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw How an Oracle block# is mapped to a ...
-
ORA-01210: data file header is media corrupt
今天在整理onenote的未归档笔记的时候,看到数据文件头损坏的东西,很久没有弄这个东西了,下面来玩玩数据文件头损坏的修复,下面做了两个实验:1,COPY当前表空间中其它数据文件头来覆盖故障数据文件头,2,COPY其它表空间中数据文件头来覆盖故障数据文件头。 ...
-
ORA-19809: limit exceeded for recovery files
常常会遇到下面的报错信息 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw ARCH: Error 19809 Creating archive log file to ‘/oracle/app/oracle/fast_recovery_area/ORCL1124/archivelog/2014_06_05/o1_mf_1_113_%u_.arc’ ...
-
ORA-00900 修改props$中字符集导致
那天在一个群里面看到有人在说ORA-00900的错误,google.baidu有大量关于ORA-00900的相关信息,其实就是一个update语句导致的,因为update语句并不会马上删除旧的值,所以处理起来相当的简单。下面是自己的测试 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw ...
-
ORA-00257: archiver is stuck error
昨天晚上加班到3点,早上还正在睡觉,朋友打电话来:数据库不能正常登陆,所有业务连接中断,报错代码为ORA-00257,已经通过rman的delete命令删除归档,但是还是不能正常登陆,下面是分析思路 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw 1,查看数据 ...
-
backup database format plus archivelog归档备份集路径与数据库format指定不一致
plus archivelog format,backup database,backup database plus archivelog
-
How to resolve ORA-00600 [13013], [5001] (Doc ID 816784.1)
今天看到群里有兄弟在问ORA-00600 13013的错误,其实在MOS中已经说得比较清楚了,解决方案也给了,不过只限是普通的一些表,如果是一些核心的底层的表就麻烦了。以后面我们会模拟一些UNDO$表上面的13013错误 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw ...
-
常用脚本3:统计会话UNDO使用情况
欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw set echo off set verify off SET PAGES 5000 set linesize 500 col NAME_COL_PLUS_SHOW_PARAM for a20; col VALUE_COL_PLUS_SHOW_PARAM for a20; col parameter for a40 col session ...
-
常用脚本2: 统计TEMP表空间使用情况
今天一个朋友问:他们生产环境TEMP表空间使用100%,已经KILL掉所有的会话,仍然是100%,立马就想到特别把TEMP表空间当普通表空间来统计了。下面是我常用于统计TEMP表空间的脚本 欢迎大家加入ORACLE超级群:17115662 免费解决各种ORACLE问题,以后BLOG将迁移到http://www.htz.pw set pages 9999; set echo off set lines ...
-
清除 DBA_DATAPUMP_JOBS 视图中的异常数据泵作业
今天群里面有兄弟在问关于dba_datapump_jobs中的not running的作业的清除的方法及not running状态的代表什么意思。not running状态的作业有两个意思1,作业被暂停。2,dw/dm进程crash,但是master table还存在其实多数情况下是属于2,关于怎么清除相当作业,可以看下面的MOS文件,已经写得相当的好,并且还是中文 ...
csdw
是 1031csdw
哈哈,,黄大师,总结得好huangtingzhong
Loading Hinted Executionhuangtingzhong
下面是ASM磁盘头的部分ASM DATA DIhuangtingzhong
RMAN backup to Flash Rechuangtingzhong
Database Crashed With ORhuangtingzhong
How to Resolve ORA-00257123
How To Find The Processhuangtingzhong
How To Generate Same Nam罗罗
哦,懂了!