consitent backup on standby without ADG but with DG broker and fast start failover .
Hi,
I use a Dataguard Oracle 12.1.0.2 with DG broker and fast start failover (SYNC) (so with FRA) with catalog.
I want a regular consistent backup on my standby site outside my FRA (on an alternative directory) (to be stocked for long period on tape via a classic netbackup)
(PS : I have already a primary backup and i know i can backuped my FRA )
I tried many options
- DGMGRL> edit database "standby" set state='apply-off'; (or nor) (If DG broker is active Real time apply is always put on even after ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL; )
- [shutdown immediate; startup nomount; alter database mount standby database;]