DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Rman Backup

  1. #1
    Join Date
    Dec 2001
    Location
    Baltimore, MD
    Posts
    374

    Rman Backup

    Hi All,
    I am testing RMAN in 9i on my laptop before implementation and getting the following error after the following command.

    RMAN> BACKUP DATABASE;

    Starting backup at 12-JAN-05
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=18 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00006 name=C:\ORACLE\ORADATA\VAULT\IDX1.DBF
    input datafile fno=00009 name=C:\ORACLE\ORADATA\VAULT\USERS01.DBF
    input datafile fno=00014 name=C:\ORACLE\ORADATA\VAULT\RMANTS1.DBF
    input datafile fno=00001 name=C:\ORACLE\ORADATA\VAULT\SYSTEM01.DBF
    input datafile fno=00011 name=C:\ORACLE\ORADATA\VAULT\SYSTEM02.DBF
    input datafile fno=00002 name=C:\ORACLE\ORADATA\VAULT\UNDOTBS01.DBF
    input datafile fno=00005 name=C:\ORACLE\ORADATA\VAULT\EXAMPLE01.DBF
    input datafile fno=00012 name=C:\ORACLE\ORADATA\VAULT\EXAMPLE02.DBF
    input datafile fno=00013 name=C:\ORACLE\ORADATA\VAULT\XDB02.DBF
    input datafile fno=00010 name=C:\ORACLE\ORADATA\VAULT\XDB01.DBF
    input datafile fno=00008 name=C:\ORACLE\ORADATA\VAULT\TOOLS1.DBF
    input datafile fno=00003 name=C:\ORACLE\ORADATA\VAULT\CWMLITE01.DBF
    input datafile fno=00004 name=C:\ORACLE\ORADATA\VAULT\DRSYS01.DBF
    input datafile fno=00007 name=C:\ORACLE\ORADATA\VAULT\ODM01.DBF
    channel ORA_DISK_1: starting piece 1 at 12-JAN-05
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/12/2005 09:49:23
    RMAN-20039: format requires %c when duplexing

    Any suggestion or Ideas?
    Thanks
    Last edited by Ablakios; 08-30-2006 at 05:43 PM.
    Arsene Lupain
    The lie takes the elevator, the truth takes the staircase but ends up catching up with the lie.

  2. #2
    Join Date
    Dec 1999
    Location
    Purgatory
    Posts
    346
    Can you provide the full backup script.

  3. #3
    Join Date
    Oct 2001
    Location
    Berlin, Germany
    Posts
    97
    RMAN> SHOW ALL;

    /* shows you the configuration of rman */

    So maybe this could help. Bekaus duplexing means that you make two copies of the files:

    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;

    Christian

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width