backup controlfile for standby database using veritas netbackup
Hi all,
I have a production server in 10gR2. Everyday i take a hotbackup using veristas netbackup. Since Veritas Netbackup backup the database and backup the controlfile using the command below:
backup current controlfile.
My problem is i that i am implementing data guard for replications of my online redo logs. So since data guard, uses a standby controlfile where my current situation backup current controlfile, i got error while trying to mount my standby database.
"controlfile is not for standby database"
I have tried to modify the script generated by veristas for backing the controlfile:
"backup current controlfile for standby"
I have a production server in 10gR2. Everyday i take a hotbackup using veristas netbackup. Since Veritas Netbackup backup the database and backup the controlfile using the command below:
backup current controlfile.
My problem is i that i am implementing data guard for replications of my online redo logs. So since data guard, uses a standby controlfile where my current situation backup current controlfile, i got error while trying to mount my standby database.
"controlfile is not for standby database"
I have tried to modify the script generated by veristas for backing the controlfile:
"backup current controlfile for standby"
0