Taking Manual backup with RMAN

You have taken a manual backup of a datafile using o/s. How RMAN will know about it?

Questions by hkravipati   answers by hkravipati

Showing Answers 1 - 1 of 1 Answers

dbxplorer

  • Jul 24th, 2011
 


If you already have copy of datafile using OS command, then you can let RMAN know about it using command "CATALOG".

We have copy of datafile "user01.dbf" using OS.

RMAN> Connect target=/
RMAN> CATALOG datafilecopy 'C:/Backup/users01.dbf';

For verification:
RMAN> LIST COPY


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions