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.

Similar Messages

  • RMAN exit problem from linux script..

    Hi all
    I am using 11.1.6.0 on linux centos ..below is the rman script (name is rmanbackup.sh) .
    rman target / <<- EOF
    sql 'alter system archive log current';
    run {
    backup current controlfile;
    exit
    EOF
    echo "script complete for rman backup"
    mkdir /home/oracle/backup_dir
    cp /home/oracle/backup_dir /home/oracle/backup_dir1
    when i execute this, rman exit from script without executing the last 3 operating system commands .
    any help in this regard.

    As Mseberg said, Please try to mark you questions as answered, here is the answer:
    add *#!/bin/ksh* in your script ; also cp -r not cp
    [oracle@wissem ~]$ cat rmanbackup.sh
    #!/bin/ksh
    rman target / <<- EOF
    sql 'alter system archive log current';
    run {
    backup current controlfile;
    exit
    EOF
    echo "script complete for rman backup"
    mkdir /home/oracle/backup_dir
    cp -r /home/oracle/backup_dir /home/oracle/backup_dir1
    [oracle@wissem ~]$ ./rmanbackup.sh
    Recovery Manager: Release 11.2.0.1.0 - Production on Sun Aug 28 17:00:11 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORAWISSE (DBID=3964208472)
    RMAN>
    using target database control file instead of recovery catalog
    sql statement: alter system archive log current
    RMAN> 2> 3>
    Starting backup at 28-AUG-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=149 device type=DISK
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    including current control file in backup set
    channel ORA_DISK_1: starting piece 1 at 28-AUG-11
    channel ORA_DISK_1: finished piece 1 at 28-AUG-11
    piece handle=/home/oracle/app/oracle/flash_recovery_area/ORAWISSE/backupset/2011_08_28/o1_mf_ncnnf_TAG20110828T170014_75np001q_.bkp tag=TAG20110828T170014 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
    Finished backup at 28-AUG-11
    RMAN>
    Recovery Manager complete.
    script complete for rman backup
    [oracle@wissem ~]$ ls -rtl /home/oracle/backup_dir
    total 0
    [oracle@wissem ~]$ ls -rtl /home/oracle/backup_dir1/
    total 4
    drwxr-xr-x 2 oracle oinstall 4096 Aug 28 17:00 backup_dir
    [oracle@wissem ~]$ ls -rtl /home/oracle/backup_dir1/backup_dir/
    total 0
    [oracle@wissem ~]$

  • RMAN exited with return code '3' ?

    I get message bellow while oracle backup to the tape.
    (2960) Launching backup process
    (2960) Backup process failed: RMAN exited with return code '3'.
    (2960) nwora_nsrnmostart_rman: RMAN script execution is not successful. RMAN exited with return code '3'.
    There is no description for the code '3'. I think it is networker license problem but i am not sure.
    Any advice ?

    Thank you,
    yes i am. I have 10 clients and they are working fine.
    I think problem is that i have just one license of oracle module for windows. Another windows client is set and working. I can't find any documentation related to error code '3'.
    a test rman script is very simple:
    connect target sys/*****
    connect rcvcat rman/***@vas
    run {
    allocate channel d1 type 'sbt_tape';
    release channel d1;
    I get no errors in rman. It just stops at allocate channel d1 type 'sbt_tape';
    error is stored in NSR log file.

  • RMAN Backup is failling with "RMAN exited with return code '1' " via tape.

    Hi Everyone,
    Backups are getting failed continously with below error.can you plese suggest me what is problem exactly
    L1_OracleL1_Daily completed
    Failed:  ***-rac-a16-001-vip.*****.dom*
    --- Unsuccessful Save Sets ---
    ** ***-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup savegrp: suppressed 43 lines of output.*
    ** ***-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup*
    ** ***-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup Recovery Manager complete.*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup The backup process failed:*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup RMAN exited with return code '1'.*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup Exiting with error:*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup RMAN exited with return code '1'.*
    ****-rac-a16-001-vip.uidl1.dom: RMAN exited with return code '1'.*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup nsrnmostart returned status of 255*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup /usr/sbin/nsrnmobkp exiting.*
    Thanks,
    Prasanth

    Hi Hemanth/imran,
    storage team is shown below error for failure of backup in their log.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12502: TNS:listener received no CONNECT_DATA from client
    Recovery Manager complete.
    The backup process failed:
    RMAN exited with return code '1'.
    Exiting with error:
    RMAN exited with return code '1'.
    uidl1-rac-a16-001-vip.uidl1.dom: RMAN exited with return code '1'.
    Any changes we need to do
    Thanks,
    Prasanth

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

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

  • Environment.Exit hangs when called from an application domain exception handler

    I've implemented a handler for exceptions not thrown in the main GUI thread of my C# WinForms application, as follows:
        AppDomain.CurrentDomain.UnhandledException  += OnUnhandledExceptionThrown;
    This handler is called from a background thread. The last statement in this handler is a call to
    Environment.Exit with the application exit code. However, the application hangs in this call. From within Visual Studio, it hangs and I'm unable to break the application; I have to use Task Manager to terminate Visual Studio. Environment.Exit
    works fine when called from the unhandled exception handler for the GUI thread. Is there a better way to terminate the application in the context of an unhandled exception thrown by a background thread?

    Are you just trying to avoid a crash? Environment.Exit can cause deadlocking if exiting in the wrong kind of scenario; if you're just trying to avoid a crash, use
    GetCurrentProcess with
    TerminateProcess to terminate your own process.  It skips the notification phases that Environment.Exit uses which prevents the common deadlock scenarios.
    WinSDK Support Team Blog: http://blogs.msdn.com/b/winsdk/

  • RMAN exit codes descriptions

    On top of RMAN error codes RMAN will return a non-zero OS exit code when it encounters an error. Can anyone point me to a document/thread/etc that would explain the meaning of each of these codes? (An "OS exit code" vs. "RMAN error" mapping perhaps...?)

    You can check the exit status of the script and if it is non-zero you can query V$RMAN_OUTPUT and/or any log file that you generate.
    Additional information is included in Identifying RMAN Return Codes and RMAN Error Message Ranges

  • SSH on exit hangs

    Does anyone know why after exiting SSH from a remote computer my Mac Tiger SSH + Command line hang.
    I have to reboot the computer to fix it.

    So if you have two ssh sessions to the XServe, and you quit one the other one no longer responds?
    Is there anything in the logs on the XServe? look in /var/log/system.log & /var/log/secure.log
    - Leland

  • 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 hangs at exit if locally connected

    hiho,
    i've a nasty problem. if i connect rman locally 'rman nocatalog target /' it will
    hang at exit.
    i tried to connect at rman-prompt with the same result.
    im using 8.1.6.1.0 on linux.
    # su - oracle
    [oracle]$ rman nocatalog
    Recovery Manager: Release 8.1.6.1.0 - Production
    RMAN> connect target;
    RMAN-06005: connected to target database: ACCSRV02 (DBID=1987850870)
    RMAN-06009: using target database controlfile instead of recovery catalog
    RMAN> exit
    Recovery Manager complete.
    rman hangs
    can anyone confirm this? workaround? any
    hints?
    thanks for your time,
    ciao -ap
    null

    Hi!
    I got same results on linux RH6.2 with 8.1.6.1.0, with 8.1.7 work fine ;)
    You're right!
    A10!

  • RMAN Hangs

    Kernel: 2.4.21-47.EL
    Oracle: 9.2.0.4.0 (x64)
    On rman DB:
    RMAN> connect catalog rman/rman@catdb
    connected to recovery catalog database
    recovery catalog is not installed
    RMAN> create catalog;
    recovery catalog created
    RMAN> exit
    On production db: ( tested tnsping and sqlplus to catdb is fine from production server)
    rman target / catalog rman/rman@catdb
    Recovery Manager: Release 9.2.0.4.0 - 64bit Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    ++++ Hangs here +++++++
    Have anyone seen this? Thanks for your help,
    R-

    'rman target / catalog rman/rman@catdb' connects to 2 databases, so you have to check WHERE is the problem?
    Try first 'rman target /' alone. Then 'rman' and inside the session 'connect catalog ...'.
    Werner

  • 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

Maybe you are looking for

  • Finished taking Sprinkler CLD Practice Exam

    I am planning on taking my CLD this coming week, and just finished taking this practice exam. Since I studied the car wash and ATM solutions I decided to go for the Sprinkler practie exam. The "Sprinkler CLD.zip" file is the results of 4 dedicated ho

  • Will Image Capture do this?

    I've been doing some web searching for an answer to this but have yet to discover anything encouraging. So here's my question/problem: I have a nice photo table with a stable crane like rig on the back (Imagine a camera mounted directly overhead look

  • Vip not started in newly added node in 10gR2

    Hi I'm facing a issue while adding third node in 10gR2 env. after pre-requisite check has been success, I run $CRS_HOME/oui/bin/addNode.sh script. after GUI based installation , I run all the three script , which has been completed successfully, Then

  • Max. 999 IDocs with an Integration Process ?

    Hi, From data into a file, I create several sales orders, thus several IDocs (one IDoc by line of file) by using an Integration Process (multi --> single). Flow is: PC (file) -> XI -> R/3 (IDoc) But I'am limited to <b>999</b> lines, indeed : When a f

  • Additional Tab in tapstrip control

    Hi Friends, I have created a screen with 5 tabs using  tapstrip control with wizard.  Now I want to add another 2 tabs to the existing list.  How to add the same. Kindly guide me. TIA. Regards, Mark K