当前位置:网站首页>Oracle recovery tools -- Oracle database recovery tool
Oracle recovery tools -- Oracle database recovery tool
2022-07-05 17:34:00 【Xi Fenfei】
Software specifications
Oracle Recovery Tools It's a pity to fly apart (www.xifenfei.com) Developed for Oracle Small tools for database recovery
The main function :
- Oracle Single / Batch bad block repair
- Oracle Single block Mark as bad block
- View and modify a block Content
- Modify file header scn(checkpoint scn)
- Modify file header resetlogs scn
- Modify file header fuzzy Mark
- Copy data blocks between different files
- modify oracle Contents in process memory , It is commonly used to modify oracle scn etc.
Different .NET Framework Corresponding exe Version Description
OraRecovery_Net2.exe by .NET Framework 2.0,3.0,3.5 Versioning support ( such as 2008 And its previous versions )
OraRecovery_Net4.exe by .NET Framework 4.0 And later versions support ( such as 2012 And later )
OraRecovery download :OraRecovery download
OraRecovery Instructions :OraRecovery Instructions
Support database version
oracle 9i To oracle 21C
Software version
I'm sorry to see you (www.xifenfei.com) all
Contact the author
QQ:107644445
mailbox :[email protected]
WeChat / Telephone :17813235971
Repair single block Bad block
Select the data file to be repaired , Fill in the repaired data block number , Click repair

Mark a single block For the bad block 
Select the data file to be repaired , Fill in the repaired data block number , Click the bad block
Batch repair bad blocks

Select the bad block data file to be repaired and the corresponding bad block file list , Repair it in batches
View data block content

Select the data file to view , Fill in the data block number , Fast offset , Then click to view the data
Modify the data in the data block

Select the data file to view , Fill in the data block number , Fast offset , Fill in the value to be modified , Click modify data
Fix data file header SCN Information
1. For example, documents are not archived , unable online Scene
2. Database startup error ,scn abnormal , Need to be right scn Make changes

Fill in checkpoint scn, And choose to modify ; Select the file to be repaired in the list , Then click repair file head , Complete the repair work .
Fix data file header resetlogs Information

choice resetlogs, Select the file to be repaired in the list , Then click repair header , Complete the repair work .
Fix data file header fuzzy Information

choice fuzzy, Select the file to be repaired in the list , Then click repair header , Complete the repair work .
Block copy
Select reference data file , Fill in the corresponding copy block, Select the target data file and the corresponding block number , then Click copy data block

Modify the contents in the database memory

Backup restore

Orarecovery Before modifying the file, the tool will modify the corresponding block Make a backup , If you want to restore to the previous data , Restore directly through backup , Select... In the corresponding backup directory .txt File and then click restore backup
Other instructions
Choose what needs to be modified oracle process , Then enter the memory address and modification
1. The software is not registered

The software is not registered , It can only be modified file# Not for 1 Data files for , and scn Generate values calculated by the program , Instead of the actual required value . For testing only , Prove that the software can be modified scn value ( However, the expected value cannot be modified )
2. Back up before modifying data
1) Before modifying the file header, it will be backed up in the directory of the current time of the program execution directory ( Before backup 4 individual block)

2) For designated block modify , Backup current block

边栏推荐
- 统计php程序运行时间及设置PHP最长运行时间
- Judge whether a string is a full letter sentence
- Cartoon: looking for the k-th element of an unordered array (Revised)
- 哈趣K1和哈趣H1哪个性价比更高?谁更值得入手?
- mongodb(快速上手)(一)
- IDC报告:腾讯云数据库稳居关系型数据库市场TOP 2!
- Q2 encryption market investment and financing report in 2022: gamefi becomes an investment keyword
- 得知女儿被猥亵,35岁男子将对方打至轻伤二级,法院作出不起诉决定
- 漏洞复现----48、Airflow dag中的命令注入(CVE-2020-11978)
- mysql5.6解析JSON字符串方式(支持复杂的嵌套格式)
猜你喜欢
Database design in multi tenant mode
Summary of optimization scheme for implementing delay queue based on redis
What are the precautions for MySQL group by
Example tutorial of SQL deduplication

IDEA 项目启动报错 Shorten the command line via JAR manifest or via a classpath file and rerun.

VBA驱动SAP GUI实现办公自动化(二):判断元素是否存在

Use of ThinkPHP template

How to write a full score project document | acquisition technology

解决“双击pdf文件,弹出”请安装evernote程序

Alpha conversion from gamma space to linner space under URP (II) -- multi alpha map superposition
随机推荐
Count the running time of PHP program and set the maximum running time of PHP
What are the precautions for MySQL group by
mysql中取出json字段的小技巧
Tips for extracting JSON fields from MySQL
一个满分的项目文档是如何书写的|得物技术
普通程序员看代码,顶级程序员看趋势
忽米沄析:工业互联网标识解析与企业信息系统的融合应用
Cloud security daily 220705: the red hat PHP interpreter has found a vulnerability of executing arbitrary code, which needs to be upgraded as soon as possible
Mongodb (quick start) (I)
一文了解MySQL事务隔离级别
云安全日报220705:红帽PHP解释器发现执行任意代码漏洞,需要尽快升级
CVPR 2022 best student paper: single image estimation object pose estimation in 3D space
ClickHouse(03)ClickHouse怎么安装和部署
力扣解法汇总729-我的日程安排表 I
激动人心!2022开放原子全球开源峰会报名火热开启!
Cartoon: how to multiply large integers? (I) revised version
MYSQL group by 有哪些注意事项
CMake教程Step2(添加库)
Judge whether a number is a prime number (prime number)
Understand the usage of functions and methods in go language