Archive logs not being applied to standby database
Hello
We are using Oracle Dtatabase for HPUX Itanium Release 19.15.0.0.0.
I recently created a standby database on a different server than the primary database instance. The newly established standby database is pulling the archive logs from the primary server to the standby server but is not applying them. I looked at the last applied sequence number on the primary database and it is 62679.
select max(sequence#) from v$archived_log where applied = 'YES';
All other sequence numbers up to the current sequence number on the archive log files have an applied value of "NO". The newly created archive log files, after turning archieving on, capturing the primary database instance and establishing it on the standby database server, begins at 80605. If I execute the following command on the primary instance, I get the following results.