What does "Media Recovery" lock (MR) means?
ADanielJun 8 2012 — edited Jun 9 2012Hi,
I have a lot of "Media Recovery" locks in dba_locks view, held by db writer background process. Currently I have no active RMAN backup and as far as I know there was no crush on the database that would require media recovery.
select count(*) from v$lock where type='MR';
392 rows;
I checked the active sessions, locks, etc, and everything looks "normal" with the database.
What is the Media Recovery lock held by DBWR?
Thanks
Daniel