Copy the RAC ASM RMAN backups

Hi, I have a database (RHEL 5.8) RAC 2 nodes with shared ASM storage. RMAN makes daily backups on this ASM storage too. How could copy backups of the ASM to another place? I use version 10 gr 2 db, and there is no 'cp' command in asmcmd.

How could copy backups of the ASM to another place? I use version 10 gr 2 db, and there is no 'cp' command in asmcmd.

You can use RMAN to do it.

Use the command

RMAN>  backup backupset from ... format '' ;

Example here:
Re: Move ASM backups to disks

Using the tag:
Re: RMAN to the ASM and network file system

Published by: Levi Pereira on April 4, 2013 11:39

Tags: Database

Similar Questions

  • How to copy the database using rman file from another location.

    You can clone data base using the files of rman backup from somewhere else (on the server to clone).

    I have two server db source and clone db server.
    I normally copy the files of RMAN backup to clone server (under the same folder structure, as it was on the source server).

    The purpose of the test, IE I don't have same partition and free space on the source server and the clone.

    I usually use under notes to the clone.
    http://trysellit.com/hosting/Ttrail/Fajr.php?doc=wtrail & ND = 0556200

    I would try to explain for example again.
    In source server, my rman backup are stored in / U01 and clone server, I copied the files of rman /u04. What step I should take to clone to work anywhere else?

    Using Oracle 10 g on Linux RedHat.

    sape007 wrote:
    Thanks Ken & PrafullaNath.

    BUT my question is: how to transport .dbf files in another place on the clone (I already do).

    Rather:
    The clone is on another server. How to restore by copying the RMAN files from another location on the clone. Please read description above in its entirety.

    Sorry for not being clear.

    Please see my video tutorial. In this tutorial that I take backup of the database, copy the backup to the different server and perform a recovery disaster

  • impossible to the arhcive by rman backup log.

    Hello

    Oracle Version: 10.2.0.2
    Operating system: linux

    I was unable to save the logs to archive by rman. Here, I changed the archive log destinatin also but still I get the error
    RMAN> backup database plus archivelog;
    
    
    Starting backup at 04-DEC-09
    current log archived
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 12/04/2009 16:23:18
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: error identifying file /u01/app/oracle/flash_recovery_area/VSMIG/archivelog/2009_09_10/o1_mf_1_3_5bkc1o5q_.arc
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Published by: SIDDABATHUNI on December 4, 2009 02:59

    RMAN > delete all. expired archivelog

  • RAC's RMAN backup restore single-instance ASM

    Hello

    We use oracle 11 g 2 on AIX 6.1,

    We need restore the backup RMAN of CARS to the single ASM instance.

    IM new CARS & ASM, what will change

    What are the steps involved in it.


    Thank you

    Hello

    See this doc MOS * backups RMAN disk HowTo restore database RAC to single Instance on another node [415579.1 ID] *.

    On the Single-Instance ASM, you must specify the name of diskgroup for «control_files, db_create_file_dest» settings

    Handle: user10745179
    E-mail: [email protected]
    Status level: Rookie (5)
    Join date: February 24, 2009
    Messages total: 168
    Total Questions: 74 (52 pending)
    Name dhaine
    Location Mumbai

    If you feel that your questions have been answered, then please consider the son of fence by providing appropriate points. Please clean the forum!

    Kind regards
    Shivananda

  • Logs archiving for the RAC ASM basics

    Hello

    I have a question about logs archiving on the ASM database located on a RAC. I created a database orcl who has orcl1 instance on node1 and orcl2 on Node2. For the backup of this database, I enabled for the database to archivelog.

    After a few transactions and backups, I noticed that there are two sets of archiving logs created on each node in the folder $ORACLE_HOME/dbs. In node 1, it starts with arch1_ * and node2 is arch2_ *.

    IWhy is it creates logs archiving on local disks, in which she should ideally create disks asm which is shared between the nodes. My backup application fails with journal archive not found error, because it searches newspaper archives in the other node.

    All entries on this will be useful.

    Amith

    Hello

    I have a question about logs archiving on the ASM database located on a RAC. I created a database orcl who has orcl1 instance on node1 and orcl2 on Node2. For the backup of this database, I enabled for the database to archivelog.

    After a few transactions and backups, I noticed that there are two sets of archiving logs created on each node in the folder $ORACLE_HOME/dbs. In node 1, it starts with arch1_ * and node2 is arch2_ *.

    I believe that it is missing from your configuration database and Oracle uses the default location. (i.e. your "$ORACLE_HOME/dbs")

    ARCHIVELOG must focus on a shared domain.

    You need the parameter config below:

    SQL> show parameter db_recovery_file
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    db_recovery_file_dest                string
    db_recovery_file_dest_size           big integer 
    

    Or location of default config:

    SQL> show parameter log_archive_dest
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    log_archive_dest                     string
    

    IWhy is it creates logs archiving on local disks, in which she should ideally create disks asm which is shared between the nodes. My backup application fails with journal archive not found error, because it searches newspaper archives in the other node.

    To resolve this problem see this example:

    SQL> show parameter recover
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    db_recovery_file_dest                string
    db_recovery_file_dest_size           big integer 1
    
    SQL> archive log list;
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /u01/app/oracle/product/10.2.0/db_1/dbs/
    Oldest online log sequence     2
    Next log sequence to archive   3
    Current log sequence           3
    SQL>
    
    SQL> alter system set db_recovery_file_dest_size=20G scope=both sid='*';
    
    System altered.
    
    SQL> alter system set db_recovery_file_dest='+FRA' scope=both sid='*';
    
    System altered.
    
    SQL> archive log list;
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     5
    Next log sequence to archive   6
    Current log sequence           6
    SQL>
    

    With RMAN

    RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK CONNECT 'sys/oracle@db10g1';
    
    new RMAN configuration parameters:
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK CONNECT '*';
    new RMAN configuration parameters are successfully stored
    starting full resync of recovery catalog
    full resync complete
    
    RMAN>  CONFIGURE CHANNEL 2  DEVICE TYPE DISK CONNECT  'sys/oracle@db10g2';
    
    new RMAN configuration parameters:
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK CONNECT '*';
    new RMAN configuration parameters are successfully stored
    starting full resync of recovery catalog
    full resync complete
    
    RMAN> list archivelog all;
    
    using target database control file instead of recovery catalog
    
    List of Archived Log Copies
    Key     Thrd Seq     S Low Time  Name
    ------- ---- ------- - --------- ----
    1       1    3       A 28-FEB-11 /u01/app/oracle/product/10.2.0/db_1/dbs/arch1_3_744216789.dbf
    2       2    2       A 27-FEB-11 /u01/app/oracle/product/10.2.0/db_1/dbs/arch2_2_744216789.dbf
    
    RMAN> crosscheck archivelog all;
    
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=127 instance=db10g1 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=135 instance=db10g2 devtype=DISK
    validation succeeded for archived log
    archive log filename=/u01/app/oracle/product/10.2.0/db_1/dbs/arch1_3_744216789.dbf recid=1 stamp=744292116
    Crosschecked 1 objects
    
    validation succeeded for archived log
    archive log filename=/u01/app/oracle/product/10.2.0/db_1/dbs/arch2_2_744216789.dbf recid=2 stamp=743939327
    Crosschecked 1 objects
    
    RMAN> backup archivelog all delete input;
    
    Starting backup at 28-FEB-11
    current log archived
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    channel ORA_DISK_1: starting archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=3 recid=1 stamp=744292116
    channel ORA_DISK_1: starting piece 1 at 28-FEB-11
    channel ORA_DISK_2: starting archive log backupset
    channel ORA_DISK_2: specifying archive log(s) in backup set
    input archive log thread=2 sequence=2 recid=2 stamp=743939327
    channel ORA_DISK_2: starting piece 1 at 24-FEB-11
    channel ORA_DISK_1: finished piece 1 at 28-FEB-11
    piece handle=+FRA/db10g/backupset/2011_02_28/annnf0_tag20110228t120354_0.265.744293037 tag=TAG20110228T120354 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
    channel ORA_DISK_1: deleting archive log(s)
    archive log filename=/u01/app/oracle/product/10.2.0/db_1/dbs/arch1_3_744216789.dbf recid=1 stamp=744292116
    channel ORA_DISK_2: finished piece 1 at 24-FEB-11
    piece handle=+FRA/db10g/backupset/2011_02_24/annnf0_tag20110228t120354_0.266.743940249 tag=TAG20110228T120354 comment=NONE
    channel ORA_DISK_2: backup set complete, elapsed time: 00:00:03
    channel ORA_DISK_2: deleting archive log(s)
    archive log filename=/u01/app/oracle/product/10.2.0/db_1/dbs/arch2_2_744216789.dbf recid=2 stamp=743939327
    channel ORA_DISK_1: starting archive log backupset
    channel ORA_DISK_1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=4 recid=4 stamp=744293023
    input archive log thread=2 sequence=3 recid=3 stamp=743940232
    channel ORA_DISK_1: starting piece 1 at 28-FEB-11
    channel ORA_DISK_1: finished piece 1 at 28-FEB-11
    piece handle=+FRA/db10g/backupset/2011_02_28/annnf0_tag20110228t120354_0.267.744293039 tag=TAG20110228T120354 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
    channel ORA_DISK_1: deleting archive log(s)
    archive log filename=+FRA/db10g/archivelog/2011_02_28/thread_1_seq_4.264.744293023 recid=4 stamp=744293023
    archive log filename=+FRA/db10g/archivelog/2011_02_24/thread_2_seq_3.263.743940231 recid=3 stamp=743940232
    Finished backup at 28-FEB-11
    
    Starting Control File and SPFILE Autobackup at 28-FEB-11
    piece handle=+FRA/db10g/autobackup/2011_02_28/s_744293039.263.744293039 comment=NONE
    Finished Control File and SPFILE Autobackup at 28-FEB-11
    
    SQL> alter system archive log current;
    
    System altered.
    
    RMAN> list archivelog all;
    
    using target database control file instead of recovery catalog
    
    List of Archived Log Copies
    Key     Thrd Seq     S Low Time  Name
    ------- ---- ------- - --------- ----
    5       1    5       A 28-FEB-11 +FRA/db10g/archivelog/2011_02_28/thread_1_seq_5.264.744293089
    6       2    4       A 24-FEB-11 +FRA/db10g/archivelog/2011_02_24/thread_2_seq_4.268.743940307
    
    RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE DISK CLEAR;
    
    old RMAN configuration parameters:
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK CONNECT '*';
    old RMAN configuration parameters are successfully deleted
    
    RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE DISK CLEAR;
    
    old RMAN configuration parameters:
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK CONNECT '*';
    old RMAN configuration parameters are successfully deleted
    
    RMAN> exit
    
    Recovery Manager complete.
    

    Kind regards
    Levi Pereira

    Published by: Levi Pereira on February 28, 2011 12:16

  • How to create a database in the server-2 based on the game of RMAN backup in server-1

    Hi all

    I need help related to RMAN backup in the following scenario, my server-1 details are given below.

    * Operating system-Windows server 2012 R2 Standard Edition

    * Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    CORE 11.2.0.1.0 Production

    AMT for 64-bit Windows: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production,

    I have configured RMAN and level 0 and backup of level 1 with on the external HARD drive.

    all the RMAN backup is located in this drive external HARD only, same archivelog.

    My question is,

    How to create a database to Server-2 based on the RMAN backup I took in server-1.

    It's to help me create a server test and even if the server-1 crash, then I can create a database in the new server-2 with backup I took on the external HARD drive.

    Is it possible to achieve the same or not. Kindly suggest me or share a good Internet link or document and share your knowledge to achieve my need of stimulus.  This will really help me

    It does not matter whether you use ASM. The link above should guide you on how to change the file names of data before restoring if the location of the data file on server 2 will be different from server 1.

    Since you asked for 11g binding, it is here

    http://shivanandarao-Oracle.com/2012/04/28/duplicating-database-without-connecting-to-target-database-or-catalog-database-in-Oracle-11g/

    Kind regards

    Shivananda

  • find the path of rman backup

    Run {}
    logical backup
    as compressed backupset
    additional = 0
    device type disk
    tag = "weekly_database."
    format 'home/oracle/backup/weekly_databse_%d_t%t_s%s_p%p '.
    database;
    }

    all s/n need to rman backup by above the command in the path 'home/oracle/backup/weekly_databse_%d_t%t_s%s_p%p '.


    but I do not know path.how can find.

    Hello

    The first given below is correct

    With this command you take backup of the database the slot rental "sw/oracle /.

    Run {}
    Compressed backupset backup
    lvel increamental = 0
    device type disk
    tag "weekly_fullbackup".
    format ' / sw/oracle/weekly_database_%d_t%t_s%s_p%p'
    database;
    }

    This command is not successful, the said Order yoy try to backup on the + ASM, which is not correct.
    The format is an option to indicate the place of backup to go

    Run {}
    Compressed backupset backup
    lvel increamental = 0
    device type disk
    tag "weekly_fullbackup".
    Format "+ data/weekly_database_%d_t%t_s%s_p%p".
    database;
    }

  • Considerations to keep the retention of RMAN backup for 1 year

    Dear all,

    We use 10 g 2 2-node CCR on Windows Server. We use Netbackup Symentec 7.5 for the backup of Oracle databases. We want to change the retention period of the RMAN backups for 1 year. Another change that the window recovery from RMAN backup at 365, what are the other considerations (any other configuration change, another point etc.), we should be aware of?

    Best regards

    Riaz

    Your controlfile would spend unusually large.  It can result in CF-queue waiting for when the generation of the archivelogs and performing backups.

    Hemant K Collette

  • WITH THE HELP OF RMAN BACKUP CATALOG

    Hello...

    I INTEND TO TAKE THE "ORCL" DATABASE BACKUP USING THE CATALOGUE. FIRST, I CREATED A DATABASE USING DBCA NAMED "RMAN". NOW, IN THE FLASH RECOVERY AREA, I'LL HAVE TWO FOLDERS "ORCL" AND "RMAN".

    MY QUESTION IS THAT... I HAVE USED WITH RMAN CATALOG AND TOOK THE GAME TO FULL DATABASE BACKUP AS BACKUP... BUT THE BACKUP SET WAS PLACED IN

    E:\oracle\product\10.2.0\flash_recovery_area\ORCL\BACKUPSET\2009_07_29\O1_MF_NNNDF_FULLBACKUP_5703B10H_. BKP

    I WANT TO KNOW WHEN I USE CATALOG RMAN DATABASE AS WHY IT IS IMPLEMENTED BACKUP ORCL...?
    SO WHAT'S THE CHANCE OF CREATING A SEPARATE DATABASE "RMAN". ?
    SEPARATE RMAN DATABSE IS JUST FOR CREAT CATALOG, THEN THE REGISTRY ORCL IN THIS CATALOG DATABASE?

    THANKS FOR REPLYING...

    I TOOK THE BACKUP AS BELOW...


    ............................................... RMAN DATABASE...

    C:\Documents and Settings\Vortex > set oracle_sid = rman

    C:\Documents and Settings\Vortex > sqlplus / as sysdba

    SQL * more: Release 10.2.0.1.0 - Production on sea 29 Jul 11:31:20 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    SQL > create user identified by human rman
    * 2 default tablespace users *.
    * 3 tablespace temporary temp *.
    * 4 account unlock; *
    Created by the user.

    SQL > grant connect, resource, recovery_catalog_owner to rman;
    Grant succeeded.

    SQL > change the quota of rman to unlimited user on the users;
    Modified user.

    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    C:\Documents and Settings\Vortex > rman@rman catalog rman

    Recovery Manager: Release 10.2.0.1.0 - Production on sea Jul 29 11:33:08 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Catalog database recovery password:
    connected to the recovery catalog database

    RMAN > create catalog.
    Recovery catalog created.



    ............................................... ORCL DATABASE...

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

    C:\Documents and Settings\Vortex > set oracle_sid = orcl

    C:\Documents and Settings\Vortex > rman@rman for catalog rman target /.

    Recovery Manager: Release 10.2.0.1.0 - Production on sea Jul 29 11:37:10 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: ORCL (DBID = 1221198182)
    Catalog database recovery password:
    connected to the recovery catalog database

    RMAN > register database;

    registered in the recovery catalog database
    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > show all.

    RMAN configuration parameters are:
    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default
    CONFIGURE BACKUP OPTIMIZATION # by default
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP # by default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE ENCRYPTION OF DATABASE # by default
    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' E:\ORACLE\PRODUCT\10.2.0\DB10G\DATABASE\SNCFORCL. ORA'; #

    RMAN > CONFIGURE CONTROLFILE AUTOBACKUP ON;

    new RMAN configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration settings are stored successfully
    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > outline report;

    Report of the database schema

    List of permanent data files

    Size (MB) Tablespace RB segs Datafile file name

    1 470 SYSTEM YES E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01. DBF
    2 25 UNDOTBS1 E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01 YES. DBF
    SYSAUX 3 230 NO E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01. DBF
    4 5 USERS WITHOUT E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01. DBF

    List of temporary files

    File Size (MB) (MB) Maxsize Tempfile Tablespace name

    1 E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEMP01 20 TEMP 32767. DBF


    RMAN > run
    * 2 > {allocate channel ch1 type disk; *}
    * 3 > backup database tag = BACKUP; *
    * 4 > release channel ch1. *
    {* 5 >} *.


    allocated channel: ch1
    channel ch1: sid = 148 devtype = DISK

    From backup 29 July 09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile (s) in backupset
    input datafile fno = 00001 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01. DBF
    input datafile fno = 00003 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01. DBF
    input datafile fno = name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01 00002. DBF
    input datafile fno = 00004 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01. DBF
    channel ch1: starting piece 1 to 29 July 09
    channel ch1: finished piece 1 to 29 July 09
    room handle=E:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_07_29\O1_MF_NNNDF_FULLBACKUP_570
    3B10H_. Tag BKP = BACKUP comment = NONE
    channel ch1: complete set of backups, time: 00:01:38
    Backup finished in 29 July 09

    From control file and SPFILE Autobackup 29 July 09
    room handle=E:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2009_07_29\O1_MF_S_693489105_5703F5L
    K_. Comment BKP = NONE
    File control finished and Autobackup SPFILE to 29 July 09
    output channel: ch1.

    RMAN >

    Published by: Muhammad.Usman on July 28, 2009 23:01

    You can also take your backups without a recovery catalog database. The additional advantage of using a database to catalog vs using the controlfile as repository (default average) target is essentially
    >
    RMAN automatically manages backup metadata in the database control file is saved. To protect and maintain metadata backup for long periods of time, the RMAN Repository is created in a separate database. This repository is generally referred to as a catalog of recovery. The benefits of using a catalog of recovery include:

    *

    Stores long-term backup information
    *

    Store the metadata for multiple databases
    *

    Restore a backup available on another system

    Another reason to use a recovery catalog is the limited size of the target database control file. If the control file is too small to contain additional metadata from backup, then the existing backup information are crushed, making it difficult to restore and recover using these backups.
    >

    of http://download.oracle.com/docs/cd/B19306_01/server.102/b25159/configbp.htm#CHDBCHAC

    Kind regards
    Uwe

    http://uhesse.WordPress.com

  • command to restore an archive to an ASM RMAN backup

    Hello

    I have a database of all the archives are in the disk. I made a backup of an archive with RMAN and I have my backup files. This archive is applied to a standby database that uses ASM and I know what the path inside the ASM where archive must be. I catalogued my backup in my database pending.

    I need the command to restore an archive specific my backup to a specific path of my asm. Can you help me with the command?

    Thank you

    It should work.

    SET ARCHIVELOG DESTINATION TO '+DG1_FRA/ORCL/tmp';
      RESTORE ARCHIVELOG FROM SEQUENCE 1 UNTIL SEQUENCE 100;
    

    Edit: If you have 11g, you can restore your archivelog destination to archive normal and use the command of cp asmcmd copy it where you want.

    Published by: AliD on February 2, 2011 15:08

  • You cannot change the format of RMAN backup

    Hello!

    I am trying to restore a backup of the database controlfiles in a new host solaris11 with RMAN in oracle 10 g. I have a solaris10 box where I installed database10g. As far as I know what I have to do is this:

    > define the dbid = 718308982;

    > startup nomount;

    > set controlfile autobackup format of disc type of the device of ' / u01/app/oradata/ACBET/%F';

    > Restore controlfile autobackup.

    However when I try to change the format, nothing happens.

    RMAN > set controlfile autobackup format of disc type of the device of ' / u01/app/oradata/ACBET/%F';

    executing command: SET CONTROLFILE AUTOBACKUP FORMAT

    RMAN > show all.

    RMAN configuration parameters are:

    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default

    CONFIGURE BACKUP OPTIMIZATION # by default

    SET UP DEFAULT DISK DEVICE TYPE; # by default

    CONFIGURE CONTROLFILE AUTOBACKUP # by default

    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # default < = same configuration by default...

    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default

    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default

    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default

    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default

    CONFIGURE ENCRYPTION OF DATABASE # by default

    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default

    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default

    And when I try to do the restore command I get the following error:

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: sid = 1626 devtype = DISK

    field of recovery destination: / u01/app/oradata/ACBET/backup

    name of database (or unique name of database) used for research: ACBET

    channel ORA_DISK_1: no record not found in the recovery area

    channel ORA_DISK_1: looking for autobackup day: 20131115

    channel ORA_DISK_1: looking for autobackup day: 20131114

    channel ORA_DISK_1: looking for autobackup day: 20131113

    channel ORA_DISK_1: looking for autobackup day: 20131112

    channel ORA_DISK_1: looking for autobackup day: 20131111

    channel ORA_DISK_1: looking for autobackup day: 20131110

    channel ORA_DISK_1: looking for autobackup day: 20131109

    channel ORA_DISK_1: found no autobackup in 7 days

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the restore command at 11/15/2013 10:50:22

    RMAN-06172: no autobackup couldn't find or handle specified is not a valid copy or a piece

    It seems he's looking for in the right path of recovery of the area, but I don't know why it's a failure.

    Thank you in advance,

    Nock

    Hello world

    The problem with this restoration has been far from my knowledge. The real problem was that the backup files that they sent were made in a different boutien than the one I used in the new host. For the sake of those who find this post in the future, you can not use rman to make. Until the date of this post, he must either use a simple import/export (with pump data if you like) or using transportable tablespaces to move a database between the hosts with another platform.

    Thanks for all the help.

    Nock

  • Limit the size of RMAN backup + archivelog

    Hi all

    9i

    RHEL4

    RMAN and dataguard, is there a limit in the allocation of disk space for the backup files and archivelogs size?

    Thank you very much

    JC

    I believe in 9i there is no limit for this.

    http://docs.Oracle.com/CD/B10501_01/server.920/a96521/archredo.htm

    10 g, you can set the limit to help

    db_recovery_file_dest_size parameter

    Also take a look at

    Flash Recovery Area - FAQ (Doc ID 833663.1)

    Space issue in Fast / Flash Recovery Area - full FRA (Doc ID 829755.1)

    Flash area recovery - management area of alerts warning & (Doc ID 305812.1)

    How to disable the use of the recovery Flash to Archivelogs and backups (Doc ID 297397.1) area

  • RAC with RMAN backup

    Hi gurus

    I want to know what is the reason that we need to make a backup of all the ways to instacnes why rman needs to create a channel for all instances while performing a backup? Since CARS use a shared storage, then we can take a backup of an instance of one is enough right? Clarfiy me please.


    Concerning
    Bathrinath

    You must backup all archive log threads one instance.
    If all your redologs archived for all threads are on the shared storage, AFAIK you don't need multiple channels.
    If these wires are on local storage, you need to allocate a channel instance or you won't have a full backup.

    -----------------------
    Sybrand Bakker
    Senior Oracle DBA

  • Looking for corruptions in the room of RMAN backup

    DB version: 10 gr 2

    We lost the file data (id = 4). We have the backup available.
    RMAN> restore datafile 4 preview;
    
    Starting restore at 13-APR-10
    using channel ORA_DISK_1
    
    
    List of Datafile Copies
    Key     File S Completion Time Ckp SCN    Ckp Time        Name
    ------- ---- - --------------- ---------- --------------- ----
    11      4    A 13-APR-10       4921669    13-APR-10       /u08/orabkp/ORAQA215/datafile/o1_mf_users_5hck62bh_.dbf
    
    
    List of Backup Sets
    ===================
    
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    28      539.90M    DISK        00:00:49     13-APR-10
            BP Key: 28   Status: AVAILABLE  Compressed: NO  Tag: ARCH_LOGS
            Piece Name: /u08/archlogs_bkp/ARCH_ORAQA215_20091107_17ktpb2g_s39_p1
    
      List of Archived Logs in backup set 28
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    149     4894590    13-APR-10 4921683    13-APR-10
    
    List of Archived Log Copies
    Key     Thrd Seq     S Low Time  Name
    ------- ---- ------- - --------- ----
    149     1    150     A 13-APR-10 /u08/10.2.0/arch_logs/arch_1_150_697635995.arc
    Media recovery start SCN is 4921669
    Recovery must be done beyond SCN 4921669 to clear data files fuzziness
    How can I check if the backup of the datafile and required archived newspapers are corrupt or not?

    Yes well.

  • Search the SNA to RMAN backup

    Hello

    How to check if the given SCN is located in the RMAN database backup.

    I check using the archiving log sequence

    LIST THE SEQUENCE ARCHIVELOG BACKUP 4268;

    The same way how to check for SNA.

    Krishna

    Hello

    You must use sql against the target to determine whether a SCN is archived in a newspaper.

    Select sequence # v$ archived_log
    where & Yvert between first_change # and next_change #.
    /

    Kind regards
    Tycho

Maybe you are looking for

  • Why Veristand so long to load? !!

    Hi, I use VS 2011 SP1 on some hearts Intel Xeon 4 3, 2 GHz with 8 GB of RAM running Windows 7 64 bit PC. When I run VS2011 SP1, it takes 1m30s before the splashscreen is displayed. What can be the causes of this slow start?

  • lock the screen rotation 10 omni

    Honestly, the title says it all. I just want to read in bed on my side. Thank you!

  • I get a message "Windows 7 not" authentic

    Title: WINDOWS 7 original "What I've DONE?" HI, I HAD A REAL WINDOWS 7 INSTALLED ON MY DELL PC. GREAT WORKED FOR ABOUT 3 TO 4 WEEKS, BUT NOW SAID "NOT TRUE."  IT IS CERTAINLY A REAL W 7 DISC, WHAT HAVE I DONE? MORE IMPORTANT STILL, HOW TO SOLVE THIS

  • best way to work between after effects and first pro - for titration?

    Recently, I went to Vegas and get the long ok with Premiere Pro. But I'm now ventured into After Effects, in an attempt to import certain models of text.First of all, what is the best workflow for using patterns of text effects. I would first of all

  • Lightroom takes 15-20 minutes to open

    Taking forever just turned on LR. Any ideas what could be the cause of this? (Mac)