ORA-16086: Redo data cannot be written to the standby redo log
Oracle 19c database, Linux 7
I'm setting up RAC to RAC Data Guard.
Confirmed static listeners on the Primary and Standby.
Confirmed TNS connectivity.
On the Standby,
SQL> startup nomount,
$ rman target sys/pwd@DB_Primary auxiliary sys/pwd@DB_Standby
RMAN>
duplicate target database
for standby
from active database
dorecover
spfile
set db_unique_name='DB_Standby' COMMENT 'Is standby'
nofilenamecheck;
Everything works well, at the end of the duplicate, I get