Think Foward Logo Tested on Oracle 8i

RMAN Script

RMAN Recover Database

Updated: 02-Jun-2005
Version: 1.0

Description

RMAN Script to Recover Database.

This script will perform an complete recovery of the database.

Parameters


SQL Source

REM Copyright (C) Think Forward.com 1998- 2005. All rights reserved. 
#------------------------------------------------------------------------------- # File recover_database.rcv # Author D Ainsworth # Date 24/11/2004 # Desc This script will recover the database # Version 1.0 #------------------------------------------------------------------------------- run { allocate channel ch1 type disk; restore controlfile; sql 'alter database mount'; restore database; recover database; release channel ch1; sql 'alter database open resetlogs;'; }

Related Links

Oracle 8i: (RMAN Script) RMAN Validate Recover Database

Return to Index of SQL Scripts


Site Map

General Information : Home | Company Profile | Contact Us | Legal
Database Support : Proactive Support | Pay Per Incident Support
Expert Services : High Availability | Creative Solutions | Training
Build Services : Oracle Installations | Revive your Oracle Setup | Low Cost Development
Free Oracle Resources: DBA Scripts | Oracle Links