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.

Similar Messages

  • 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 BACKUP hangs up on archive logs

    Hi,
    in 9i on Linux, My rman backup script is :
    RMAN> run {
    2> allocate channel t1 type disk;
    3> backup incremental level=0 format '/mnt/rman/MYDB/full_%d_%t_%s_%p' database;
    4> sql 'alter system switch logfile';
    5> backup format '/mnt/rman/MYDB/al_%d_%t_%s_%p'
    6> archivelog all delete input;
    7> backup format '/mnt/rman/MYDB/ctl_%d_%t_%s_%p' current controlfile;
    8> }
    It works well until :
    backup format '/mnt/rman/MYDB/al_%d_%t_%s_%p' archivelog all delete input;
    Here it hangs up (may be there are many many archive log files). What do you propose ? How can we ask RMAN just backup archive logs since some recent dates ? How can we delete most of ancient archive logs ? Since many times RMAN backup was in error then archive logs were not deleted. Now impossible to finish RMAN backup. Many thanks for your help.

    Hi,
    I launched following since last night but it is always waiting :
    RMAN> crosscheck archivelog all;
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=110 devtype=DISK
    What can I do ? Any other way to say to RMAN that archived logs are not available ?
    Many thanks.

  • 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 exit hangs

    Running RMAN 10.2.0.1 on AIX 5.3
    All backups are successful.
    Exit is successful when connected to other(non-RMAN) databases.
    The problem occurs when I am backing up the RMAN catalog.
    Once connected to the target database (in this case the rman catalog), the exit command hangs.
    I can reproduce this whether connected to the backup rcvcat or not.
    This happens on both the primary catalog and the backup catalog.
    Thank you,
    Randy.

    Why should you backup the RMAN catalog in the same RMAN database. Thats pointless. Use other backup means for backing catalog database. That is what i would suggest. Use cold backup or tapes to backup your RMAN database.

  • 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

  • RMAN backup hangs on last channel

    I admin several Oracle DB servers. Recently I have had to run backups by hand. I cannot backup one server though. When I do a "backup database" it will go quickly through the first three channels, and then hang on the fourth. This has happened repeatedly. And I have let run for hours, without completion. Eventually, I ctl c it.
    It is configured for four channels and it is backing up to disk (nfs to a SAN), OS is Linux, database version is 11.1.0.7.0.
    RMAN> backup database;
    Starting backup at 22-JUN-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=109 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=123 device type=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: SID=116 device type=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: SID=104 device type=DISK
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00012 name=/u03/data/sid1/storedata07.dbf
    input datafile file number=00016 name=/u03/data/sid1/storedata03.dbf
    input datafile file number=00023 name=/u03/data/sid1/storedata11.dbf
    input datafile file number=00024 name=/u03/data/sid1/storedata12.dbf
    input datafile file number=00029 name=/u03/data/sid1/storedata17.dbf
    input datafile file number=00027 name=/u03/data/sid1/storedata15.dbf
    input datafile file number=00033 name=/u03/data/sid1/storedata21.dbf
    input datafile file number=00004 name=/u03/data/sid1/users01.dbf
    input datafile file number=00022 name=/u03/data/sid1/storeindex08.dbf
    channel ORA_DISK_1: starting piece 1 at 22-JUN-11
    channel ORA_DISK_2: starting compressed full datafile backup set
    channel ORA_DISK_2: specifying datafile(s) in backup set
    input datafile file number=00009 name=/u03/data/sid1/storedata10.dbf
    input datafile file number=00013 name=/u03/data/sid1/storedata06.dbf
    input datafile file number=00017 name=/u03/data/sid1/storedata02.dbf
    input datafile file number=00026 name=/u03/data/sid1/storedata14.dbf
    input datafile file number=00032 name=/u03/data/sid1/storedata20.dbf
    input datafile file number=00007 name=/u03/data/sid1/storeindex02.dbf
    input datafile file number=00020 name=/u03/data/sid1/storeindex06.dbf
    input datafile file number=00021 name=/u03/data/sid1/storeindex07.dbf
    channel ORA_DISK_2: starting piece 1 at 22-JUN-11
    channel ORA_DISK_3: starting compressed full datafile backup set
    channel ORA_DISK_3: specifying datafile(s) in backup set
    input datafile file number=00011 name=/u03/data/sid1/storedata08.dbf
    input datafile file number=00015 name=/u03/data/sid1/storedata04.dbf
    input datafile file number=00002 name=/u03/data/sid1/undotbs01.dbf
    input datafile file number=00025 name=/u03/data/sid1/storedata13.dbf
    input datafile file number=00030 name=/u03/data/sid1/storedata18.dbf
    input datafile file number=00005 name=/u03/data/sid1/storeindex04.dbf
    input datafile file number=00008 name=/u03/data/sid1/storeindex01.dbf
    channel ORA_DISK_3: starting piece 1 at 22-JUN-11
    channel ORA_DISK_4: starting compressed full datafile backup set
    channel ORA_DISK_4: specifying datafile(s) in backup set
    input datafile file number=00010 name=/u03/data/sid1/storedata09.dbf
    input datafile file number=00014 name=/u03/data/sid1/storedata05.dbf
    input datafile file number=00018 name=/u03/data/sid1/storedata01.dbf
    input datafile file number=00028 name=/u03/data/sid1/storedata16.dbf
    input datafile file number=00031 name=/u03/data/sid1/storedata19.dbf
    input datafile file number=00006 name=/u03/data/sid1/storeindex03.dbf
    input datafile file number=00019 name=/u03/data/sid1/storeindex05.dbf
    input datafile file number=00001 name=/u03/data/sid1/system01.dbf
    input datafile file number=00003 name=/u03/data/sid1/sysaux01.dbf
    channel ORA_DISK_4: starting piece 1 at 22-JUN-11
    user interrupt received
    Finished backup at 22-JUN-11
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03099: job cancelled at user requestI also tried running a backup on only one channel and it hung.
    I am fairly new to RMAN and would appreciate any ideas on this.
    Thanks
    Edited by: user13716631 on Jun 23, 2011 10:37 AM

    Are these results OK? They don't seem right. Excerpt of results below:
    RMAN> backup validate database;
    Starting backup at 28-JUN-11
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00011 name=/u03/data/sid1/storedata08.dbf
    input datafile file number=00014 name=/u03/data/sid1/storedata05.dbf
    input datafile file number=00017 name=/u03/data/sid1/storedata02.dbf
    channel ORA_DISK_2: starting compressed full datafile backup set
    channel ORA_DISK_2: specifying datafile(s) in backup set
    input datafile file number=00009 name=/u03/data/sid1/storedata10.dbf
    channel ORA_DISK_3: starting compressed full datafile backup set
    input datafile file number=00010 name=/u03/data/sid1/storedata09.dbf
    channel ORA_DISK_3: backup set complete, elapsed time: 02:23:47
    List of Datafiles
    =================
    File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
    2    OK     0              10768        3922560         1638021206
      File Name: /u03/data/sid1/undotbs01.dbf
      Block Type Blocks Failing Blocks Processed
      Data       0              0              
      Index      0              0              
      Other      0              3911792        
    File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
    3    OK     0              10709        78120           1638023924
      File Name: /u03/data/sid1/sysaux01.dbf
      Block Type Blocks Failing Blocks Processed
      Data       0              23271          
      Index      0              24416          
      Other      0              19724          
    File Status Marked Corrupt Empty Blocks Blocks Examined High SCN
    6    OK     0              0            1420296         1638003712
      File Name: /u03/data/sid1/storeindex03.dbf
      Block Type Blocks Failing Blocks Processed
      Data       0              0              
      Index      0              1414526        
      Other      0              5770           
    Finished backup at 28-JUN-11

  • Rman  restoration hangs with no errors

    Hi,
    Platform:solaris 10
    oracle version:oracle 10g
    I am restoring the backup from tape using RMAN.
    iWe have production instances in /data1 to /data11; it is connected to TAPE through fibre cable with the speed of 256MBS/sec.
    Our restoration is /aux_data01 to /aux_data11 in the same server.( fairport80)
    But our restoration takes very long time. To restore 900 GB is has taken 42 hrs.
    a) During the validation it has not give any error.
    b) During restoration also it has not give any error (till to time)
    Last update in the restoration log was today morning at 2:00 am. There after the restoration was in stale. It seems that it does not processing. Please assist me.
    We are restoring the database as of 16-oct-2007.
    As of 16-oct-2007 the database size was 1,763GB. It has restored 1742GB, There after no progress at all. (From 2am today)
    Validate.
    During validate it has not given any error
    Restoration.
    During the restoration has not thrown any error at all. But no progress after 24-oct-2007 2:00 am onwards.
    All data files were restored, but control files are not restored.
    Conclusion
    Last time in 30Hrs we hit an error. but now after 84 hrs it is stale.
    Can anyone help in this please
    With Regards
    Boo

    hi,
    can we have a look at your restore command?
    regards
    Alan

  • 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>

  • 10.1.0.2.0 RMAN backup- What would cause RMAN to hang?

    Oracle gurus- Fellow in trouble, need your guidance.
    I have a serious issue that has no direct error to examine or fix.
    I have a replicated offline server that has a scripted RMAN backup to run nightly, but the backup times flux from what should be only 1 hour 30 minutes. Every other day it takes up to 10 hours to complete a backup that normally takes 1 hr 30 minutes. There is no difference in data loads- the server is offline and the data has not changed to any effect. I use database control instead of grid control, and I turn off emctl every night before the rman backup- I thought maybe emctl was hogging resources. There is nothing else running on the server except replication inserting a couple of rows of data on three tables every other minute.
    Where would I look to see where the problem exists when no errors are generated?
    Does RMAN wait to backup files if they are being accessed?
    Here is my backup script (the OS is Linux AS3) I run an AT job nightly.
    at -f /path/path/rman_backup 0600 tomorrow
    rman target/
    run {
    backup database plus archivelog;
    delete noprompt obsolete;
    sql 'alter system archive log current';
    exit;
    The Administrators are running a Legato Jukebox backup? a tape backup that backs up my DB files nightly. They run the Legato backup 3 hours after my RMAN backup- the problem is that my RMAN backup may be running during the Legato backup- so I assume that contention occurs and both backups fight for the DB files. This is not an issue when RMAN plays nice and finishes in the normal 1 hour 30 minutes, but when it exceeds 3 hours- we have serious issues, both RMAN and Legato backups take 10 hours.
    Please help, I am really puzzled. This is causing me major headaches, how can I assure that RMAN has a consistent backup time to completion. Is there anyway to script it to use more resources to ensure it finishes quickly?

    Have you monitored CPU and I/O during this process? Are there any other processes running during this time? You mentioned the server is offline, but you also mentioned replication is taking place ?
    You could query V$BACKUP_ASYNC_IO and look at EFFECTIVE_BYTES_PER_SECOND, WAITS and IO_COUNT.
    During the backup, you can run the following query to monitor RMAN:
    SELECT sid, serial#, context, sofar, totalwork,
         round(sofar/totalwork*100,2) "% Complete"
         FROM v$session_longops
         WHERE opname LIKE 'RMAN%'
         AND opname NOT LIKE '%aggregate%'
         AND totalwork != 0
         AND sofar <> totalwork;If the % Complete doesn't seem to be increasing, you should run the following select to determine what waits exist:
    SELECT sid, seconds_in_wait AS sec_wait, event FROM v$session_wait
         WHERE wait_time = 0
         ORDER BY sid;

  • RMAN cloning

    Hi All,
    I need to create a database clone using RMAN but the name of the clone database has to be different from that of the Source database.
    Can I use the same controlfile as the one that was backedup by the RMAN during
    backup database plus archivelog;I guess no, since this controlfile will have the same db name as that of the source database?
    Do I have to recreate the controlfile by changing the database name?
    Regards
    Sphinx

    $phinx19 wrote:
    Hi All,
    I need to create a database clone using RMAN but the name of the clone database has to be different from that of the Source database.
    Can I use the same controlfile as the one that was backedup by the RMAN during
    backup database plus archivelog;I guess no, since this controlfile will have the same db name as that of the source database?
    Do I have to recreate the controlfile by changing the database name?
    Regards
    SphinxWhat is the version you are using?
    If you prefer RMAN DUPLICATE then you can give different name other than source. If you prefer only RMAN RESTORE then you can change database name either by "DBNEWID" or recreate control file after the restore.

  • Rman cloning on RAC

    Hello all,
    My environment
    OS: LINUX
    ORACLE: 10.2.0.2
    my question are
    1) configured crs_home,oracle_home with asm now i have to clone from proda to prodb.
    all configurations are working fine.
    backup pieces are copied to prodb.
    if i have backupsets in prodb location. is it possible to clone?
    or backups should be in proda? then we have to duplicate?
    can anyone tell me please.

    If you not using RECOVERY CATALOG , you have to copy the backup sets or copies to the clone database server.
    RMAN checks for the backup to restore. if it is not available in the machine, it gives an error.
    RMAN> backup full database format '/u01/app/oracle/backup/%d_%U.bckp' plus archivelog format '/u01/app/oracle/backup/%d_%U.bckp';
    [oracle@rac2 ~]$ cd /u01/app/oracle/backup
    [oracle@rac2 backup]$ ls -lart
    total 636080
    drwxrwxr-x 9 oracle oinstall 4096 Jan 20 18:42 ..
    -rw-r----- 1 oracle oinstall 50418176 Jan 20 18:43 WHITE_01l3v1uv_1_1.bckp
    -rw-r----- 1 oracle oinstall 531472384 Jan 20 18:54 WHITE_02l3v203_1_1.bckp
    -rw-r----- 1 oracle oinstall 7143424 Jan 20 18:54 WHITE_03l3v2jf_1_1.bckp
    -rw-r----- 1 oracle oinstall 1346560 Jan 20 18:54 WHITE_04l3v2jv_1_1.bckp
    -rw-r----- 1 oracle oinstall 7110656 Jan 20 19:19 05l3v41r_1_1
    drwxr-xr-x 2 oracle oinstall 4096 Jan 20 19:20 .
    -rw-r----- 1 oracle oinstall 53174272 Jan 20 19:21 06l3v448_1_1
    [oracle@rac2 backup]$ scp * oracle@rac1:/u01/app/oracle/backup/
    05l3v41r_1_1 100% 6944KB 6.8MB/s 00:00
    06l3v448_1_1 100% 51MB 16.9MB/s 00:03
    WHITE_01l3v1uv_1_1.bckp 100% 48MB 2.7MB/s 00:18
    WHITE_02l3v203_1_1.bckp 100% 507MB 1.5MB/s 05:47
    WHITE_03l3v2jf_1_1.bckp 100% 6976KB 996.6KB/s 00:07
    WHITE_04l3v2jv_1_1.bckp 100% 1315KB 1.3MB/s 00:01
    NOTE:
    The target and clone database location for RMAN backup folder must be same.
    for eg: /u01/app/oracle/backup folder
    check the below link to clone database in different server.
    http://www.akadia.com/services/ora_duplicate_database_rman.html

  • RMAN hangs during restore using TSM

    Hi all,
    I need an advice. My database version is 11.2.0.2.0. TSM Client version is 5.5.2
    I'm testing a restore using Tivoli Storage Manager. I'm trying to restore a specific tablespace using RMAN
    RMAN> connect target /
    connected to target database (not started)
    RMAN> run {
    2> startup mount;
    3> allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
    4> restore tablespace 'ECRIXAR';
    5> recover tablespace 'ECXIAR';
    6> alter datbase open;
    7> }
    RMAN-06196: Oracle instance started
    RMAN-06199: database mounted
    Total System Global Area 2137886720 bytes
    Fixed Size 2221336 bytes
    Variable Size 1308625640 bytes
    Database Buffers 822083584 bytes
    Redo Buffers 4956160 bytes
    RMAN-06009: using target database control file instead of recovery catalog
    RMAN-08030: allocated channel: t1
    RMAN-08500: channel t1: SID=63 device type=SBT_TAPE
    RMAN-08526: channel t1: Data Protection for Oracle: version 5.5.2.0
    RMAN-03090: Starting restore at 07-MAR-11
    RMAN-08016: channel t1: starting datafile backup set restore
    RMAN-08089: channel t1: specifying datafile(s) to restore from backup set
    RMAN-08610: channel t1: restoring datafile 00014 to /dbspace/oradata/CMSDB/ecrixar01.dbf
    RMAN-08003: channel t1: reading from backup piece CMSDB_25_20110304.bkp
    And on this place RMAN just hangs and nothing happens further...
    I tried to search some information and tried to write some trace files during restore like this...
    oracle@hostname:/> rman target / trace /home/oracle/log/rman.trc debug
    connected to target database (not started)
    RMAN> run {
    2> startup mount;
    3> allocate channel t1 device type sbt_tape parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)' trace=2;
    4> restore tablespace 'ECRIXAR';
    5> recover tablespace 'ECXIAR';
    6> alter datbase open;
    7> }
    But I cannot find any errors in trace files...
    What else can i do to check what's happenig?

    But I cannot find any errors in trace files...This indicates the problem is not on the RMAN, but on the TSM side. So you have to check the TSM logs, you also can switch on tracing:
    http://publib.boulder.ibm.com/tividd/td/DPON/SH26-4112-02/en_US/HTML/anou0009.htm
    And on this place RMAN just hangs and nothing happens further...How long do you wait?
    Werner

  • RMAN DUPLICATION(cloning)

    Hi,
    Please give some metalink id for RMAN cloning (from one host to different host)...
    iam searching for the documents but no standard & clear documents ............. please help....
    Thank u..

    Hi;
    We discussed here many times same topic here. Please use search mechanisim;
    One of the from search
    Rman-Clone db
    database cloning from activedatabase
    Regard
    Helios

Maybe you are looking for

  • Stuck in recovery mode loop

    I updated my ios to the newest version and after 4 hours im stuck into the restore mode, i sync my phone to itunes and restored and updated after 3 hours I got a quick message in a red color and im stuck on the connect to itunes ...how can i fix this

  • Creating a node in an XML Document

    Hi! i need to insert a new element in an existing xml document. for example, <bookinfo> <book> <bookname>A</bookname> <author>B</author> </book> <book> <bookname>C</bookname> <author>D</author> </book> </bookinfo> In this document if i want to insert

  • Difficulties with pm-utils [Solved]

    Hello. I want suspend functionality for my laptop, but pm-utils does not seem to be working properly. I followed the guide here to no avail. Every time I run pm-suspend, either as root or a privileged user, the machine looks as if it goes into suspen

  • Mail Client configuration

    HI All, Can i configure my pop mail client for recieving and sending mail to OTN forum? DJ

  • Thinkpad W530 wont boot or charge

    Hi, I have had my Thinkpad W530 for almost 2 years now.  It has worked fine in the past. I went to turn it on yesterday (I havent used it in a few weeks as it is summer) and it turned on but when it got to the THINKPAD screen (the one with the "to in