RMAN Mounting Database

From: The Magnet <art_at_unsu.com>
Date: Fri, 13 Aug 2010 10:47:00 -0700 (PDT)
Message-ID: <228c1969-a5dc-4894-baff-74e2169416c0_at_l17g2000vbf.googlegroups.com>



I was looking at this RMAN script. I see these commands:

STARTUP FORCE MOUNT
ALTER DATABASE MOUNT STARTUP FORCE shuts it down and then restarts it and mounts it. So, why the ALTER DATABASE MOUNT?

   STARTUP FORCE MOUNT;
RESTORE CONTROLFILE;
   ALTER DATABASE MOUNT;
RESTORE DATABASE;
RECOVER DATABASE;
ALTER DATABASE OPEN RESETLOGS; Received on Fri Aug 13 2010 - 12:47:00 CDT

Original text of this message