Hi,
I'm having problem with my rman backup. The database version is 11.2.0.3
The Rman hangs when he is trying to backup archive logs.
I use
backup as compressed backupset archivelog all delete input;
I wanted to see the status of the archived logs and I get this:
select sequence# from v$archived_log where applied='YES';
SEQUENCE#
----------
19473
19474
19475
19476
19477
19478
19479
19480
19481
19482
19483
SEQUENCE#
----------
19484
19485
19486
19487
19488
19489
19490
19491
1119 rows selected.
SQL>
SQL> select sequence# from v$archived_log where applied='NO';
SEQUENCE#
----------
19473
19474
19475
19476
19477
19478
19479
19480
19481
19482
19483
SEQUENCE#
----------
19484
19485
19486
19487
19488
19489
19490
19491
19492
19492
1121 rows selected.
How is this possible?