博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Performing a full database disaster recovery with RMAN
阅读量:7070 次
发布时间:2019-06-28

本文共 378 字,大约阅读时间需要 1 分钟。

Performing a full database disaster recovery with RMAN

1. Make the RMAN backup set pieces available.
2. Restore the database spfile from autobackups.  --先恢复参数文件
3. Restore the control file from autobackups.--再恢复控制文件
4. Run the RMAN restore and recover command.  --mount状态下restore和recover数据文件
5. Open the database with the alter database open resetlogs command. --以resetlogs方式打开数据库

转载地址:http://bvhll.baihongyu.com/

你可能感兴趣的文章
滚动时div的背景图片随之滚动
查看>>
配置虚拟交换机vSwitch
查看>>
比特币代码分析11 比特币存储机制
查看>>
域名解析中遇到的一些问题
查看>>
Golang 写一个端口扫描器
查看>>
Greenplum 在Linux下的安装(centOS,RedHat)
查看>>
github/python/ show me the code 25题(二)
查看>>
Linux系统中常用操作命令
查看>>
expect交互式脚本
查看>>
puppet 安装及核心资源注解
查看>>
css 梯形标签页
查看>>
我的软考历程(二)网络规划师
查看>>
hive lock监控
查看>>
windows 2008无线网络“没有正确配置为使用IP协议” 错误解决办法
查看>>
php Imagick 实现等比缩放图片
查看>>
JAVA第一次作业
查看>>
Nginx 完整配置说明
查看>>
spark安装
查看>>
常用的shell命令汇总
查看>>
ORA-00283、ORA-01114
查看>>