Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

if we use control file or RMAN catalog.

ANNECJun 6 2023

I am trying to figure out in one of our scripts that is used for standby database recovery, it has a statement like this:

$catit="catalog backuppiece '\\mybackupserver\mydb\backupset\$B';";

I know our database is using control file for back up information, since every time we connect RMAN we just use rman target /.

So I don't think RMAN catalog is used, but what does above statement mean?

it looks to me it makes the backup pieces into Rman catalog from our prod server to our standby server, but we don't use RMAN catalog, so does not mean even we don't use it, there is some kind of RMAN information stored in database?

Thanks,

I also attach the entire script at an attachment. it is run on the standby server.

recoverStandByDB ps1.txt

This post has been answered by L. Fernigrini on Jun 22 2023
Jump to Answer
Comments
Post Details
Added on Jun 6 2023
7 comments
981 views