
Recovery Manager: Release 9.2.0.5.0 - Production

Copyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.

RMAN> #************************************************************************
2> #       Filename      : resync_O920.rcv
3> #       Description   : RMAN recovery catalog resynchronization for O920 database
4> #       Use           : rman  @resync_O920.rcv
5> #                       20050420_1532 Generated by HBU::run_rman()
6> #************************************************************************
7> 
8> host 'echo "`date` : RMAN Start"';
9> 
10> connect catalog rman/rman@rman920
11> connect target
12> 
13> resync catalog;
14> 
15> host 'echo "`date` : RMAN Done"';
16> #************************************************************************
17> 
18> 
Wed Apr 20 15:32:10 EDT 2005 : RMAN Start
host command complete

connected to recovery catalog database

connected to target database: O920 (DBID=1534339478)

starting full resync of recovery catalog
full resync complete

Wed Apr 20 15:32:14 EDT 2005 : RMAN Done
host command complete

Recovery Manager complete.
