problem with standby database 11g RMAN-08120: WARNING: archived log not deleted, not yet applied by
I have error in primary database 11g version error:
The Data Guard status of NAME_STANDBYDB is Error ORA-00270: error creating archive log.
In standby database in alert log:
ORA-17502: ksfdcre:4 Failed to create file +RECO
ORA-15041: diskgroup "RECO" space exhausted
And when I try to delete archivelogs with command:
DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE-30'
I got too many errors:
RMAN-08120: WARNING: archived log not deleted, not yet applied by standby
How to solve this problem and free up space in RECO disk group?
Thanks