How to validate backup pieces of some 'X' database on 'Y' database which is up and running without d
Hi All,
i am trying to write a script which can validate the RMAN backup pieces taken from any other database with different DB id and this tool will run on up and running database and use its RMAN tool but as this RMAN does not know about the backup pieces i have, it can not validate these. one way is there to validate this and that is
restore controlfile from backup and mount the database with that controlfile and then RMAN will have the info to validate these pieces. the problem in this is that i need to disturb up and running database instances which i cannot do.
i am trying to write a script which can validate the RMAN backup pieces taken from any other database with different DB id and this tool will run on up and running database and use its RMAN tool but as this RMAN does not know about the backup pieces i have, it can not validate these. one way is there to validate this and that is
restore controlfile from backup and mount the database with that controlfile and then RMAN will have the info to validate these pieces. the problem in this is that i need to disturb up and running database instances which i cannot do.
0