星期一, 12月 17, 2012

[RMAN] 9i catalog backupset 的指令

http://docs.oracle.com/cd/B10501_01/server.920/a96565/rcmsynta11.htm#1005792
9i catalog backupset 的指令

Examples

Cataloging an Archived Redo Log: Example
This example assumes that you made operating system copies of archived logs or transferred them from another location, and then added them to the RMAN repository:
CATALOG ARCHIVELOG '?/oradata/archive1_30.dbf', '?/oradata/archive1_31.dbf', 
                   '?/oradata/archive1_32.dbf';
Cataloging a File Copy as an Incremental Backup: Example
The following example catalogs datafile copy users01.bak as an incremental level 0 backup:
CATALOG DATAFILECOPY '?/oradata/users01.bak' LEVEL 0;
 
Note that you can create datafile copies both with the RMAN COPY command and by using operating system utilities in conjunction with ALTER TABLESPACE BEGIN/END BACKUP.




沒有留言:

LinkWithin-相關文件

Related Posts Plugin for WordPress, Blogger...