当前位置:网站首页>Abnormal recovery of virtual machine Oracle -- Xi Fenfei
Abnormal recovery of virtual machine Oracle -- Xi Fenfei
2022-07-05 17:34:00 【Xi Fenfei】
A customer database is placed in x Above the clouds , The Database disk needs to be expanded , Snapshot the disk before expansion , I didn't expect the tragedy to happen
|
As shown above , The customer's data files are placed in /dev/vdb It's in , But unfortunately ,redo Files in /data in ( That is to say vda In disk group ), Not snapshot , Result customer restore vdb After the snapshot , The findings are as follows
|
Through the above analysis , The library is equivalent to data files and redo There is a time difference between the files , And the library is not archived , Based on this situation , This library can only be opened forcibly , Encountered during opening ORA-600 ktpridestroy2 error
|
Corresponding trace file
|
Through analysis, it is confirmed that the error is related to parallel recovery , After bypassing the error , Try to start the library again, and the error is ORA-600 4137
|
This error is common , Generally due to undo There are abnormal transactions in , Handle abnormal transactions , database open success , And successfully import data into the new database , Complete this data recovery
边栏推荐
- CVPR 2022 best student paper: single image estimation object pose estimation in 3D space
- Winedt common shortcut key modify shortcut key latex compile button
- 云主机oracle异常恢复----惜分飞
- BigDecimal除法的精度问题
- Short the command line via jar manifest or via a classpath file and rerun
- MySql 查询符合条件的最新数据行
- Function sub file writing
- Kafaka技术第一课
- How to write a full score project document | acquisition technology
- Debug kernel code through proc interface
猜你喜欢
随机推荐
Troubleshooting - about clip not found Visual Studio
CMake教程Step3(添加库的使用要求)
查看自己电脑连接过的WiFi密码
Oracle Recovery Tools ----oracle数据库恢复利器
蚂蚁金服的暴富还未开始,Zoom的神话却仍在继续!
The second day of learning C language for Asian people
Check the WiFi password connected to your computer
Function sub file writing
About JSON parsing function JSON in MySQL_ EXTRACT
33:第三章:开发通行证服务:16:使用Redis缓存用户信息;(以减轻数据库的压力)
CVPR 2022 best student paper: single image estimation object pose estimation in 3D space
The third lesson of EasyX learning
Winedt common shortcut key modify shortcut key latex compile button
Detailed explanation of printf() and scanf() functions of C language
Cartoon: looking for the k-th element of an unordered array (Revised)
Short the command line via jar manifest or via a classpath file and rerun
漫画:有趣的海盗问题 (完整版)
CMake教程Step4(安装和测试)
Independent development is a way out for programmers
Debug kernel code through proc interface