Home > Database > Mysql Tutorial > RMAN的备份与恢复(2)

RMAN的备份与恢复(2)

WBOY
Release: 2016-06-07 15:48:50
Original
1091 people have browsed it

1:方法最简单,但是已经背离了RMAN恢复学习的初衷 但是这种方面需要一个前提就是你的pfile文件还存在 create spfile='c:/oracle/product/10.2.0/db_1/database/spfileORCL.ora' from pfile='c:/oracle/product/10.2.0/db_1/database/initORCL.ora'; 2:使用

1:方法最简单,但是已经背离了RMAN恢复学习的初衷

 

   但是这种方面需要一个前提就是你的pfile文件还存在

 

 

2:使用RMAN的方法步骤

 

 

1:shutdown immediate;

2:startup nomount

3:set DBID=1274923109;

4: restore spfile from '备份文件绝对路径';

5:shutdown immediate

6:startup

 

 

 

 

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template