1.一致性停库
2.拷贝dbf、ctl、redolog
3.启动
查出物理文件位置
select name from v$datafile
union all
select name from v$controlfile
union all
select member from v$logfile
2.拷贝dbf、ctl、redolog
3.启动
查出物理文件位置
select name from v$datafile
union all
select name from v$controlfile
union all
select member from v$logfile
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29101923/viewspace-1433017/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29101923/viewspace-1433017/
本文介绍了 Oracle 数据库的一致性停库备份流程,包括拷贝 dbf、ctl 和 redolog 文件,以及如何查询物理文件的位置。

被折叠的 条评论
为什么被折叠?



