How do I apply moved archivelog?
The duplicate command was executed for 5 days.
After running the duplicate command, I moved the archivelog to the standby side because there were many archivelogs created on Primary.
In Primary, the moved archivelog log was deleted.
How do I apply this archivelog?
RMAN command
RMAN> run {
...
duplicate target database for standby from active database dorecover nofilenamecheck;
...
}