RMAN Cloning - Active Duplication failure

Platform : HP-UX B.11.31 U ia64
Oracle Version: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
connected to auxiliary database (not started)
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 01/07/2012 09:35:41
RMAN-03015: error occurred in stored script Memory Script
RMAN-04014: startup failed: ORA-01078: failure in processing system parameters
ORA-00119: invalid specification for system parameter REMOTE_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENERS_SALES_DB'
Any idea on how to resolve this error / what causes this error much appreciated.

I am facing issue on active database duplication and has below issue. Can any one help me on this?
RMAN> connect target sys@Pa305
connected to target database: PA305 (DBID=2787277616)
RMAN> connect auxiliary sys@Pb305
connected to auxiliary database: PB305 (not mounted)
RMAN> DUPLICATE TARGET DATABASE
TO 'PB305'
FROM ACTIVE DATABASE
2> 3> 4> ;
Starting Duplicate Db at 31-JUL-2012 17:20:07
using target database control file instead of recovery catalog
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: SID=2838 instance=PB3051 device type=DISK
contents of Memory Script:
sql clone "alter system set control_files =
''+DG_075_DATA01/PB305/controlfile/current.270.790104009'', ''+DG_075_FRA01/PB305/controlfile/current.286.790104009'' comment=
''Set by RMAN'' scope=spfile";
sql clone "alter system set db_name =
''PA305'' comment=
''Modified by RMAN duplicate'' scope=spfile";
sql clone "alter system set db_unique_name =
''PB305'' comment=
''Modified by RMAN duplicate'' scope=spfile";
shutdown clone immediate;
startup clone force nomount
backup as copy current controlfile auxiliary format '+DG_075_DATA01/PB305/controlfile/current.269.790104009';
restore clone controlfile to '+DG_075_FRA01/PB305/controlfile/current.288.790104009' from
'+DG_075_DATA01/PB305/controlfile/current.269.790104009';
sql clone "alter system set control_files =
''+DG_075_DATA01/PB305/controlfile/current.269.790104009'', ''+DG_075_FRA01/PB305/controlfile/current.288.790104009'' comment=
''Set by RMAN'' scope=spfile";
shutdown clone immediate;
startup clone nomount;
alter clone database mount;
executing Memory Script
sql statement: alter system set control_files = ''+DG_075_DATA01/PB305/controlfile/current.270.790104009'', ''+DG_075_FRA01/PB305/controlfile/current.286.790104009'' comment= ''Set by RMAN'' scope=spfile
sql statement: alter system set db_name = ''PA305'' comment= ''Modified by RMAN duplicate'' scope=spfile
sql statement: alter system set db_unique_name = ''PB305'' comment= ''Modified by RMAN duplicate'' scope=spfile
Oracle instance shut down
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 07/31/2012 17:20:18
RMAN-06174: not connected to auxiliary database
RMAN-03015: error occurred in stored script Memory Script
RMAN-04006: error from auxiliary database: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
RMAN>

Similar Messages

  • RMAN active duplication connection issue

    Hi ,
    We are facing a strange issue when trying to execute a script , for RMAN active duplication .
    oracle@cu-db01-1(mmapuat1) $ rman target sys/lnf123dev@mmapuat<source> auxiliary sys/lnf123dev@mast_dup<dest>
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:09:27 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    Also when connecting afrom sqlplus to the source database:
    The sqlplus connection to
    oracle@cu-db01-1(mmapuat1) $ sqlplus sys/lnf123dev@mmapuat <source> as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 8 10:09:50 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    RMAN connection to auxiliary is working fine.
    oracle@cu-db01-1(mmapuat1) $ rman auxiliary sys/lnf123dev@mast_dup
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:10:11 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to auxiliary database: MMAPUAT (DBID=3828046951, not open)
    Below is whet we are trying to do:
    DUPLICATE TARGET DATABASE TO MASTMAP FROM ACTIVE DATABASE SPFILE NOFILENAMECHECK;
    Thanks ,
    Sachin K

    Hello Sachin K;
    In my notes step 1 is : ( You seem to have a password issue )
    Create an Oracle Password File for the Auxiliary Database
    Password on source is:
    /u01/app/oracle/product/11.2.0.2/orapwRECOVER2
    SCP to remote host
    scp /u01/app/oracle/product/11.2.0.2/dbs/orapwRECOVER2 [email protected]:/u01/app/oracle/product/11.2.0.2/dbs/
    Then rename the file to :
    /u01/app/oracle/product/11.2.0.2/dbs/orapwRECLONEThen I Create the Directory Structure on the remote server and so on.
    When duplicating from an active database you need an entry for the CLONE in your TNSNAMES.ORA on both servers
    Prevent Timeouts
    Add these to both servers
    To listener.ora
    INBOUND_CONNECT_TIMEOUT_ = 120
    To sqlnet.ora
    SQLNET.INBOUND_CONNECT_TIMEOUT = 120
    You need an Initialization Parameter File for the Auxiliary Instance with these parameters
    DB_NAME
    CONTROL_FILES
    DB_BLOCK_SIZE
    and then start NOMOUNT before you try to connect with RMAN
    Then stop and start the listener.
    Best Regards
    mseberg

  • Active duplication question

    I tried to use active duplication recently and ran into an issue. When I ran the job from the auxiliary database server it failed. When I ran it from the target(source) database server, it ran fine. Seems odd and am wondering why.
    Here is the log I got when running on the auxiliary database server:
    channel c1: starting datafile copy
    copying current control file
    released channel: c1
    released channel: c2
    released channel: c3
    released channel: c4
    released channel: x5
    released channel: x6
    released channel: x7
    released channel: x8
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/23/2011 11:32:41
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c1 channel at 03/23/2011 11:32:41
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-12154: TNS:could not resolve the connect identifier specified
    ORA-17629: Cannot connect to the remote database server
    RMAN>
    Recovery Manager complete.
    So the job connected to both databases, created the script, created the control files on the auxiliary server an stopped and restarted that but failed when it got into the copy file section of the script.
    Again, running the exact same thing from the target( source) server ran without issue.
    FYI...here is the duplicaiton which was run from both servers
    $ORACLE_HOME/bin/rman <<EOF>> dev1-2011-03-23_1.out
    connect auxiliary sys/samepass@dev1
    connect target sys/samepass@prod
    run
    allocate channel c1 device type DISK;
    allocate channel c2 device type DISK;
    allocate channel c3 device type DISK;
    allocate channel c4 device type DISK;
    allocate auxiliary channel x5 device type DISK;
    allocate auxiliary channel x6 device type DISK;
    allocate auxiliary channel x7 device type DISK;
    allocate auxiliary channel x8 device type DISK;
    duplicate target database to dev1 from active database NOFILENAMECHECK;
    EOF
    echo "finished"
    exit

    Hi Werner,
    Sorry for my badly phrased question.
    True initially it works from both sides.
    But halfway it stops working if ran from the aux server.
    The question should have been:
    Does sqlplus than still works ? (so just after the rman failure)
    Maybe the OP can align both tnsnames.ora files and spot a difference?
    If the listener(s) or the instance(s) is/are the problem it wouldn't work from both sides.
    Regards,
    Tycho

  • RMAN Cloning Hangs

    Hi, in RMAN cloning when i tried to execute the below script
    run{
    2> allocate auxiliary channel aux1 device type disk;
    3> allocate auxiliary channel aux2 device type disk;
    4> allocate auxiliary channel aux3 device type disk;
    5> duplicate target database to auxclone;
    6> }
    It hangs at the below point
    contents of Memory Script:
    shutdown clone;
    startup clone nomount ;
    executing Memory Script
    after a long time i got the following error
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/14/2010 18:34:18
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01013: user requested cancel of current operation
    Any suggestions plsss...........
    Regards
    Balaji
    Edited by: user13254016 on Jun 20, 2010 12:08 PM

    user13254016 wrote:
    Hi, in RMAN cloning when i tried to execute the below script
    run{
    2> allocate auxiliary channel aux1 device type disk;
    3> allocate auxiliary channel aux2 device type disk;
    4> allocate auxiliary channel aux3 device type disk;
    5> duplicate target database to auxclone;
    6> }
    It hangs at the below point
    contents of Memory Script:
    shutdown clone;
    startup clone nomount ;
    executing Memory Script
    after a long time i got the following error
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/14/2010 18:34:18
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01013: user requested cancel of current operation
    Any suggestions plsss...........
    Regards
    Balaji
    Edited by: user13254016 on Jun 20, 2010 12:08 PMhave you paused in between the process of rman cloning?
    RMAN-06136: ORACLE error from auxiliary database: ORA-01013: user requested cancel of current operation
    then only you will get the above error. startup in nomount and then execute the script. of duplicate.

  • Listeners &Tns enries for 11gr2 rac active duplications

    can any one please post how to make my listeners and tns names for 11gr2 rac active duplication.
    it is a 2 node RAC with ASM.
    Edited by: 939922 on Jul 2, 2012 6:05 AM

    refer:-
    http://www.visi.com/~mseberg/active_database_duplicating.html
    http://www.oracle-base.com/articles/11g/duplicate-database-using-rman-11gr2.php
    http://aprakash.wordpress.com/2011/01/24/duplicate-database-using-from-active-database-clause-11gr2/
    http://www.oracle.com/us/solutions/sap/asm-bestpractices-304655.pdf

  • Difference between "Data replication", "Data Cloning", "Data duplication" and "Data Migration"

    Hi Gurus,
    Can anyone tell me the difference between "Data replication", "Data Cloning", "Data duplication" and "Data Migration". I have gone through Google but doesn't find any appropriate answer for that where I can find the difference.
    It would be highly appreciated if you give me a link for all and give me some point out.
    Thanks & Regards
    Nimai Karmakar

    Here is how I see the terms used and understood by most folks
    "Data replication"
    This is the keeping the same data in sync in 2 different databases.  Replication is the process of keeping data in sync between 2 environments/databases and not limited to Oracle to Oracle, it could be Oracle to MySQL to be kept in sync, MySQL to Oracle, Oracle to SQL Server, SQL Server to Oracle.  The purpose of keeping data in sync can vary, but that is basic description of what it is.
    "Data Cloning"
    Make a copy of the data/database from one database environment to another, like for example taking production database and cloning the database to a pre-production database/environment for testing.  Coning term is used more when copying a database not just data, but the whole database so typically you hear the reference "Database Cloning", but data cloning is basically the making a copy of the data from one place to another.  Sometimes Cloning and Duplicating are used in the same way by folks as the basic end result is the same you are making a copy of the data to someplace else.
    "Data duplication"
    This is typically term when duplicating the data from one environment to another for a particular purpose, a lot of folks use "Data/Database Cloning" and "Data Duplication" in the same context, meaning they use them to mean the same thing, but I see more difference in the terms so when they are different Data Duplication is done when combining 2 databases to 1 therefore you can not clone the 2 databases into one so this term would be used more in those circumstances.
    "Data Migration"
    Moving data from one location/database to another location database, for example moving from MySQL to Oracle you would do a data migration from MySQL to Oracle as you are moving the data from MySQL to Oracle and going to leave it in Oracle.  You could also be migrating to from Oracle 10g environment to a new Oracle 11g environment, therefore "Migration" is typically used when referring to moving the data from one environment to another and the source and target are different in location, database vendor, database version.
    These are very simple ways of looking at the terms from my experience on how they are used.

  • RMAN Cloning Sun to Linux?

    Hi All,
    Can I do a 10g RMAN cloning from Sun Solaris SPARC to Linux 4/5 ?
    If it possible please let me know the process as well.
    Thanks

    http://www.oracle-base.com/articles/10g/RMANEnhancements10g.php#cross_platform_tablespace_conversion
    How To Use RMAN CONVERT DATABASE for Cross Platform Migration - Note:413586.1
    10g : Transportable Tablespaces Across Different Platforms - Note:243304.1

  • RMAN Active duplication using SPFILE

    Environment:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Database files are on ASM Diskgroups
    duplicate target database
    to TestDB
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initSoruceDB.ora;Question:
    Can I use spfile clause on the command above? If I use spfile, will the command above copy the spfile from the target database instance as part of DUPLICATE command?
    Will the DUPLICATE command with SPFILE clause behave differently in case of different sturcture of ASM Diskgroups used at the source and target databases?

    Can I use spfile clause on the command above? If I use spfile, will the command above copy the spfile from the target database instance as part of DUPLICATE command? Yes you can use SPFILE.RMAN automatically copies the server parameter file to the destination host.
    Will the DUPLICATE command with SPFILE clause behave differently in case of different sturcture of ASM Diskgroups used at the source and target databases? RMAN automatically copies the server parameter file to the destination host and updates the server parameter file on the destination host based on values provided in PARAMETER_VALUE_CONVERT and SET. For example:
    Duplicating to a Host with a Different Directory Structure (Active)
    DUPLICATE TARGET DATABASE
    TO dupdb
    FROM ACTIVE DATABASE
    DB_FILE_NAME_CONVERT '/oracle/oradata/prod/','/scratch/oracle/oradata/dupdb/'
    SPFILE
    PARAMETER_VALUE_CONVERT '/oracle/oradata/prod/',
    '/scratch/oracle/oradata/dupdb/'
    SET SGA_MAX_SIZE '300M'
    SET SGA_TARGET '250M'
    SET LOG_FILE_NAME_CONVERT '/oracle/oradata/prod/redo/',
    '/scratch/oracle/oradata/dupdb/redo/';
    For more details:
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm#i1006629

  • Tuning RMAN - duplicate active database with size 1.7TB

    Dear Oracle experts!
    We are going to have a project where we will migrate an ERP standalone database to RAC cluster database.
    The source standalone db version is 11gR3 with the latest PSU patch.
    The target database would be on the same version on a RAC cluster with ASM.
    Of course we want to use RMAN for duplication. The source box and the target cluster nodes are different physical servers.
    Being given that the database is around 1.7TB, I would like to ask you some kind of best practices what rman options we can leverage having less time for the actual data migration. In the past I did several RAC migration with 4 allocated channels. Here is a sample for the RMAN script:
    run
    allocate channel dev1 device type disk;
    allocate channel dev2 device type disk;
    allocate channel dev3 device type disk;
    allocate channel dev4 device type disk;
    allocate auxiliary channel dev5 device type disk;
    allocate auxiliary channel dev6 device type disk;
    allocate auxiliary channel dev7 device type disk;
    allocate auxiliary channel dev8 device type disk;
    duplicate target database to NEW_RAC
    from active database
    password file
    spfile
    set control_files='+FRA_DG/NEW_RAC/controlfile/control01.ctl','+DATA_DG/NEW_RAC/controlfile/control02.ctl'
    set db_create_file_dest='+DATA_DG'
    set db_create_online_log_dest_1='+FRA_DG'
    set db_recovery_file_dest='+FRA_DG'
    set db_recovery_file_dest_size='1G';
    Of course there are many pre and post steps like configuring tnsnames for rman then creating undo tablespaces, rac services etc. I would like to ask you to focus on the main data migration part and let me know your suggestions.
    Thank you in advance,
    Laszlo

    We are going to have a project where we will migrate an ERP standalone database to RAC cluster database.This is what we do in similar situations :
    1. Full RMAN backup of the source database, and subsequent archivelogs backup every 2 hours
    2. Restore the full backup on the new server, changing file names (if necessary, as in your case)
    3. Apply all archivelogs generated in the meantime
    4. Archive the last log and stop the source database and Application Servers
    5. Apply the last log on the new server, and start the database
    6. Change what needed on Application Servers and start applications.
    The above requires a few minutes downtime. I use the same procedure for database upgrades, and in this case the downtime is, more or less, half an hour.

  • RMAN (DP6.0) backup failure on Oracle10g

    Hello,
    I am using DP6.0 with Oracle10g environment for backup.
    While I was able to successfully able to allocate the channels I am getting the below error message stack when the backup script is executed.
    Thanks
    RMAN> CONNECT TARGET *
    2> run {
    3> allocate channel 'dev_0' type 'sbt_tape'
    4> parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=<SID>,OB2BARLIST=<SID>BAZAORACLE,OB2BARHOSTNAME=server.xx.yy)';
    5> backup incremental level 0
    6> format '<SID>BAZAORACLE<<SID>_%s:%t:%p>.dbf'
    7> database;
    8> sql 'alter system archive log current';
    9> backup
    10> format '<SID>BAZAORACLE<<SID>_%s:%t:%p>.dbf'
    11> archivelog all;
    12> delete archivelog until time 'sysdate-1';
    13> backup
    14> format '<SID>BAZAORACLE<<SID>_%s:%t:%p>.dbf'
    15> current controlfile;
    16> }
    17> EXIT
    connected to target database: <SID> (DBID=3497973964)
    using target database control file instead of recovery catalog
    allocated channel: dev_0
    channel dev_0: sid=134 devtype=SBT_TAPE
    channel dev_0: Data Protector A.06.00/DPWIN_00268
    released channel: dev_0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on dev_0 channel at 06/21/2007 12:00:20
    ORA-19506: failed to create sequential file, name="<SID>_BAZA_ORACLE<<SID>_7:625838365:1>.dbf", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    Vendor specific error: OB2_StartObjectBackup() failed ERR(8010)
    Recovery Manager complete.
    [Major] From: [email protected] "<SID>" Time: 21.6.2007 12:00:20
         The database reported error while performing requested operation.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on dev_0 channel at 06/21/2007 12:00:20
    ORA-19506: failed to create sequential file, name="<SID>_BAZA_ORACLE<<SID>_7:625838365:1>.dbf", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    Vendor specific error: OB2_StartObjectBackup() failed ERR(8010)
    Recovery Manager complete.
    [Major] From: [email protected] "<SID>" Time: 21.6.2007 12:00:20
         Oracle Recovery Manager completed with errors.
    [Major] From: [email protected] "<SID>" Time: 21.6.2007 12:00:20
         Backup of target database failed
    *************************************************************************************

    I changed the tapes and backup drive but problem is standing. Now the message is:
    released channel: dev_0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on dev_0 channel at 07/04/2007 09:11:48
    ORA-19506: failed to create sequential file, name="<SID>_BAZA_ORACLE<<SID>_15:627037853:1>.dbf", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    Vendor specific error: OB2_StartObjectBackup() failed ERR(8010)
    Recovery Manager complete.
    [Major] From: [email protected] "<SID>" Time: 4.7.2007 9:11:49
    [Critical] From: [email protected] "LTO2-1_server" Time: 4.7.2007 9:12:01
    IPC Cannot Allocate Shared Memory Segment
         The database reported error while performing requested operation.
    [Normal] From: [email protected] "LTO2-1_server" Time: 4.7.2007 9:12:07
         scsi5:0:1:0C
         Medium header verification completed, 0 errors found
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on dev_0 channel at 07/04/2007 09:11:48
    ORA-19506: failed to create sequential file, name="<SID>_BAZA_ORACLE<<SID>_15:627037853:1>.dbf", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    Vendor specific error: OB2_StartObjectBackup() failed ERR(8010)
    Recovery Manager complete.
    [Major] From: [email protected] "<SID>" Time: 4.7.2007 9:11:49
         Oracle Recovery Manager completed with errors.
    [Major] From: [email protected] "<SID>" Time: 4.7.2007 9:11:49
         Backup of target database failed.
    Please help me.... I don't have backup 20 days...

  • RMAN in active data guard with real time apply ON without a catalog DB

    I would like to know whether I can take RMAN backups (both level 0 & incremental) in active data guard with real time apply ON without a catalog database. version is 11.2.0.3.2. Will it make difference in the control file of standby syncing with primary? Can I use these backups on primary to restore and recover the database(including control file backup)?

    Thank you very much msberg. Could you please answer the below queries as well?
    Should I cancel Real Time Apply before starting RMAN?
    Will it make difference in the control file of standby syncing with primary? Is it possible to use these backups on primary to restore and recover the database(including control file backup)? If possible, how will I do that?

  • E-business Suite RMAN cloning without connecting source

    Hi,
    I've RMAN backup with catalog and nocatalog. I want to use my nocatalog RMAN backup to clone e-business suite R12/11i Application without connecting source.
    Please advice/sugegst any doc.
    thanks

    Hi;
    What is your EBS and OS?
    Please check below notes which cover RMAN cloninig steps:
    Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
    FAQ: Cloning Oracle Applications Release 11i http://ID 216664.1
    Also check below thread:
    Clone -with rman
    Re: backup procedure using RMAN for 11i Instance
    Hope it answer you
    Regard
    Helios

  • RMAN for active passive 10g R2 RAC

    Hi,
    I am having 10g R2 Active-Passive RAC setup.
    in this environment,If I am taking the backup using RMAN,
    how can I handle the failover?
    In active-active instance, if channel allocated to one node is failed, backup will be completed from channel allocated to other node.
    how can i handle the failover in active-passive RMAN backup??/

    What was the reason you went for active/passive RAC setup ?
    --> this is requirement.
    I thought cluster could achieve the same thing.
    1) How can we achive active/passive setup by using cluster?
    2) In RAC active/passive configuration and Cluster setup, which one is good option?
    3) Any URLs on this topic
    Thanks in Advance....
    Regards:
    Abdul Rajak

  • RMAN cloning from RAC to Non-RAC

    Hi Gurus,
    I had successfully cloned my DB from RAC to Non-RAC environment via RMAN. Below was the configuration
    RAC
    - 2 nodes
    - 11gR2 (Compatible 11.0.1.6 as per Application Requirement)
    - ASM (2 diskgroups DATA and FRA)
    - OS RHEL 6.3
    Non - RAC
    - 1 node
    - Stand alone11gR2 (Compatible 11.0.1.6 as per Application Requirement)
    - ASM (2 diskgroups DATA and FRA)
    - OS RHEL 6.3
    My approach was to clone DB and then change SID with nid utility. My understanding was that nid utility will also replace ASM file paths from CRAMPRD to CRAMSIT but that didnt happen.
    So issue is when I am checking my file paths on CRAMSIT it still refelect CRAMPRD eg - +DATA1/CRAMPRD. Is there any way to rename this directory paths in ASM so that it should reflect my SID.
    Regards,
    Nikhil Mehta.

    No, NID wouldn't change the ASM paths.
    I presume that you did set the ORACLE_SID to CRAMSIT on the non-RAC server before the restore.
    What you should have done is to set DB_UNIQUE_NAME='CRAMSIT'   (even with DB_NAME='CRAMPRD') on the non-RAC server before the restore.  Oracle would have used the DB_UNIQUE_NAME to set the ASM PAth  (note that during the restore it would have shown "restoring to +DATA1/CRAMPRD" but would have actually been restoring to "+DATA1/CRAMSIT").
    You will now have to use Oracle Support Note
      How to rename/move a datafile in the same ASM diskgroup [ID 564993.1]
    to rename the paths in ASM.
    Hemant K Chitale

  • Rman cloning rac+asm_cold backup

    Hi
    i have a RAC db v11.2 ,which uses asm and backed up using rman (cold backup, back'd up to asm diskgroup).
    is there any document on how to clone this db on the same cluster or remote cluster?
    if I clone on the same cluster then I guess I need to give it a new name too...
    can cloning change db characterset as well?
    Edited by: user9198889 on Jan 6, 2011 8:49 AM

    Hopes the below documents will help,
    Need Document/Steps for Cloning RAC 11g.
    http://download.oracle.com/docs/cd/E14072_01/rac.112/e10718/clonerac.htm
    http://blogs.oracle.com/AlejandroVargas/gems/RMANDUPDBPRACTICE.pdf
    Thanks

Maybe you are looking for