Tuesday, 31 December 2013

RMAN MANUAL CHANNEL ALLOCATION

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>cd\



C:\>rman target /

Recovery Manager: Release 9.2.0.1.0 - Production

Copyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.

connected to target database: IACM (DBID=1010714320)



RMAN> RUN {
2> ALLOCATE CHANNEL C1 TYPE DISK
3> FORMAT ='C:\BACKUP\USERS01.DBF';
4> BACKUP DATAFILE 'E:\ORACLE\ORADATA\IACM\USERS01.DBF';}

using target database controlfile instead of recovery catalog
allocated channel: C1
channel C1: sid=16 devtype=DISK

Starting backup at 16-JAN-04
channel C1: starting full datafile backupset
channel C1: specifying datafile(s) in backupset
input datafile fno=00009 name=E:\ORACLE\ORADATA\IACM\USERS01.DBF
channel C1: starting piece 1 at 16-JAN-04
channel C1: finished piece 1 at 16-JAN-04
piece handle=C:\BACKUP\USERS01.DBF comment=NONE
channel C1: backup set complete, elapsed time: 00:00:01
Finished backup at 16-JAN-04
released channel: C1

RMAN>
RMAN>

No comments:

Post a Comment