RMAN duplicate db Standard Edition

As many of you know, Oracle Standard Edition license allows only one channel for RMAN. Given this restriction, is it still possible to perform database duplication using RMAN? I read that you need at least an auxiliary channel. Please comment...

yes you need to auto allocate or manual allocate the channel at least one channel is must required for RMAN to work
rest out gurus will put light on it
rgds
shahzad

Similar Messages

  • RMAN backup with Standard Edition

    I want to backup Oracle RAC database using RMAN.I am using Standard Edition so flashback database option is not available and many RMAN related features are also not available.I have set flash recovery area of 30 GB.
    Now please tell me commands to take full backup and incremental backup.
    I was able to backup using format clause.
    Backup database format '+rac_dg2/dbbackup/dbf_%p'
    tag 'DB_full_backup' ;
    but in this command I have to specify format clause otherwise backup was stored at $ORACLE_HOME/dbs.
    Now I want to take incemental backup
    OS : Solaris 10 (sparc 64bit)
    Oracle : Oracle 10.2.0.3.0 Standard Edition

    Please suggest me where I have to change so I can store archive logs on FRA as well as on Local hard disk.
    show parameter LOG_ARCHIVE_DEST
    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string LOCATION=+RAC_DG1/INDORAC/
    log_archive_dest_10 string
    log_archive_dest_2 string
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    log_archive_dest_9 string

  • RMAN Backup Standard Edition

    Hey, I have 2 node rac on 10.2.0.4.0 with Standard Edition. (SLES10)
    No rman catalog is used.
    I like to perform a daily level 0 backup of my database by running this:
    BACKUP incremental level 0 format '/backup/%d_LVL0_%T_%u_s%s_p%p' database
    PLUS ARCHIVELOG format '/backup/%d_AL_%T_%u_s%s_p%p' delete input;
    How could I restore this backup on a different node, hence duplicate db is not available on standard edition?
    Do I need to create a rac instance on a kind of a standby system ? (say 2 virtual machines waiting for the disaster case)
    What about tnsnames,listener, etc....
    Christian

    Hi Christian,
    if you can read German, than this may help you/give you an idea:
    http://www.oracle.com/global/de/community/dbadmin/tipps/RMAN_II_Restore/index.html
    => So simply copy all your backup to the new machine
    => You don't need RAC on the second machine. In this case you have to make some changes to the spfile (after you restored it).
    => All files external to the datbase have to be maintained manually (listener.ora, tnsnames.ora, passwordfile etc.)
    Regards
    Sebastian

  • Is duplicate from active database supported in Standard Edition?

    Hi,
    I'm trying to clone a database whithout a staging area.
    After having the clone instance and the sql*net configuration set up, I'm running this
    command in the rman-commandline:
    Recovery Manager: Release 11.1.0.7.0 - Production on Tue Nov 2 15:52:31 201
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: LOCALDB (DBID=370732657)
    connected to auxiliary database: LOCALFB (not mounted)
    RMAN> run {
    duplicate target database to localfb from active database
    pfile=C:\Oracle\admin\ProdFB\pfile\init.ora
    db_file_name_convert=('PROD', 'ProdFB')
    logfile group 1 ('C:\OraData\ProdFB\Redo/log01A.dbf','C:\OraData\ProdFB\log01B.dbf') size 100m,
    group 2 ('C:\OraData\ProdFB\Redo/log02A.dbf','C:\OraData\ProdFB/log02B.dbf') size 100m,
    group 3 ('C:\OraData\ProdFB\Redo/log03A.dbf','C:\OraData\ProdFB/log03B.dbf') size 100m;
    Starting Duplicate Db at 02.11.10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=594 device type=DISK
    contents of Memory Script:
    set newname for datafile 1 to
    "C:\ORADATA\PRODFB\TS\SYSTEM01.DBF";
    set newname for datafile 2 to
    "C:\ORADATA\PRODFB\TS\SYSAUX01.DBF";
    set newname for datafile 3 to
    "C:\ORADATA\PRODFB\TS\UNDO01.DBF";
    set newname for datafile 4 to
    "C:\ORADATA\PRODFB\TS\PRODFB01.DBF";
    set newname for datafile 5 to
    "C:\ORADATA\PRODFB\TS\PIMAINT01.DBF";
    set newname for datafile 6 to
    "C:\ORADATA\PRODFB\TS\INDX01.DBF";
    backup as copy reuse
    datafile 1 auxiliary format
    "C:\ORADATA\PRODFB\TS\SYSTEM01.DBF" datafile
    2 auxiliary format
    "C:\ORADATA\PRODFB\TS\SYSAUX01.DBF" datafile
    3 auxiliary format
    "C:\ORADATA\PRODFB\TS\UNDO01.DBF" datafile
    4 auxiliary format
    "C:\ORADATA\PRODFB\TS\PRODFB01.DBF" datafile
    5 auxiliary format
    "C:\ORADATA\PRODFB\TS\PIMAINT01.DBF" datafile
    6 auxiliary format
    "C:\ORADATA\PRODFB\TS\INDX01.DBF" ;
    sql 'alter system archive log current';
    executing Memory Script
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting backup at 02.11.10
    released channel: ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/02/2010 15:52:46
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06181: multiple channels require Enterprise Edition
    RMAN>
    As you can see, I get the error RMAN-06181.
    So my question is: is duplication from active database supported in the standard edition?
    If it is, then what do I need th do to make this work?
    Thanks for your help.

    Yes, this is it.
    I tested only three cases before:
    - not allocating any channel
    - allocating local channel only
    - allocating auxiliary channel only
    I need to allocate both channels in the run block, then it works.
    Thanks a lot for your help.
    run {
    allocate channel c1 device type disk;
    allocate auxiliary channel c2 device type disk;
    duplicate target database to localfb from active database
    pfile=C:\Oracle\admin\ProdFB\pfile\init.ora
    db_file_name_convert=('PROD', 'ProdFB')
    logfile group 1 ('C:\OraData\ProdFB\Redo/log01A.dbf','C:\OraData\ProdFB\Redo/log01B.dbf') size 100m,
    group 2 ('C:\OraData\ProdFB\Redo/log02A.dbf','C:\OraData\ProdFB\Redo/log02B.dbf') size 100m,
    group 3 ('C:\OraData\ProdFB\Redo/log03A.dbf','C:\OraData\ProdFB\Redo/log03B.dbf') size 100m;
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=580 device type=DISK
    RMAN-06908: WARNING: operation will not run in parallel on the allocated channels
    RMAN-06909: WARNING: parallelism require Enterprise Edition
    allocated channel: c2
    channel c2: SID=591 device type=DISK
    Starting Duplicate Db at 04.11.10
    :

  • Unusual RMAN RESTORE behavior 11.1 standard edition.

    Doing an 11.1 standard edition restore of a database from source A to Source B (2 different windows servers). Backup is an old backup and RMAN just seats there and nothing comes back with errors. I don't believe its doing anything. Alert log shows a lot of "ORA-12751: cpu time or run time policy violation" and a tracefile has a lot of indication that the source was an ASM file system(this should be ok as it doesnt change the conversion till the end of my script where i tell it to "switch datafile all" (My script is also below). Not sure what the issue is. Find the behavior very weird.Thanks.
    Hot Backup end marker scn: 0x0000.00000000
    aux_file is NOT DEFINED
    Plugged readony: NO
    Plugin scnscn: 0x0000.00000000
    Plugin resetlogs scn/timescn: 0x0000.00000000 01/01/1988 00:00:00
    Foreign creation scn/timescn: 0x0000.00000000 01/01/1988 00:00:00
    Foreign checkpoint scn/timescn: 0x0000.00000000 01/01/1988 00:00:00
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    *** 2013-09-09 07:58:13.921
    WARNING: Failed to start ASM background process (ASMB)
    *** 2013-09-09 07:58:20.906
    WARNING: Failed to start ASM background process (ASMB)
    DATA FILE #40:
      (name #49) +DATA/jDIR_NAME/datafile/cvdtat.303.686779457
    creation size=128000 block size=8192 status=0xe head=49 tail=49 dup=1
    tablespace 40, index=41 krfil=40 prev_file=0
    unrecoverable scn: 0x0000.00000000 01/01/1988 00:00:00
    Checkpoint cnt:9108 scn: 0x0002.7f538e2a 08/25/2013 04:50:52
    Stop scn: 0xffff.ffffffff 08/11/2013 14:19:07
    Creation Checkpointed at scn:  0x0000.015cc44a 05/13/2009 20:04:23
    thread:1 rba:(0x6b.24144.10)
    My RECO SCRIPT and output:
    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 CHANNEL C5 DEVICE TYPE DISK;
    set newname for datafile 1 to 'E:\DATA\DIR_NAME\datafile\system.dbf';                                                                                                                         
    set newname for datafile 2 to 'E:\DATA\DIR_NAME\datafile\sysaux.dbf';                                                                                                                         
    set newname for datafile 3 to 'E:\DATA\DIR_NAME\datafile\undotbs1.dbf';                                                                                                                       
    set newname for datafile 4 to 'E:\DATA\DIR_NAME\datafile\users_01.dbf';                                                                                                                          
    set newname for datafile 5 to 'E:\DATA\DIR_NAME\datafile\undotbs2.dbf';  
    set until sequence 9360;
    RESTORE DATABASE;
    SWITCH DATAFILE ALL;
    RECOVER DATABASE;
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET until clause
    Starting restore at 07-SEP-13
    datafile 6 not processed because file is offline
    datafile 10 not processed because file is offline
    datafile 14 not processed because file is offline
    datafile 18 not processed because file is offline
    datafile 22 not processed because file is offline
    datafile 26 not processed because file is offline
    datafile 32 not processed because file is offline
    datafile 33 not processed because file is offline
    datafile 34 not processed because file is offline
    datafile 35 not processed because file is offline
    datafile 36 not processed because file is offline
    datafile 37 not processed because file is offline

    Hi,
    Check this Doc:MMON Suspended Due to ORA-12751 "cpu time or run time policy violation" (Doc ID 761298.1)
    Its not reported for SE, but i believe Symptom like same during the RMAN restore. Check the Various  load on server as compare to your DB and Server.
    HTH

  • Sector size problem when create a "Standby" in Standard Edition

    Hi,
    I've a primary database 11.2.0.4 Standard Edition with Grid Infrastructure with ASM.
    DiskGroup in ASM uses sector size ok 4k.
    I've also a "Standby" the uses filesystem with logical and physical sector size of 512.
    When duplicate from primary I get this warning:
    ORACLE error from auxiliary database: ORA-01378: The logical block size (4096) of file /u03/oradata/ORCL/onlinelog/group_1.268.874153703 is not compatible with the disk sector size (media sector size is 512 and host sector size is 512)
    RMAN-05535: WARNING: All redo log files were not defined properly.
    ORACLE error from auxiliary database: ORA-01378: The logical block size (4096) of file /u03/oradata/ORCL/onlinelog/group_2.265.874153719 is not compatible with the disk sector size (media sector size is 512 and host sector size is 512)
    RMAN-05535: WARNING: All redo log files were not defined properly.
    ORACLE error from auxiliary database: ORA-01378: The logical block size (4096) of file /u03/oradata/ORCL/onlinelog/group_3.263.874153759 is not compatible with the disk sector size (media sector size is 512 and host sector size is 512)
    RMAN-05535: WARNING: All redo log files were not defined properly.
    ORACLE error from auxiliary database: ORA-01378: The logical block size (4096) of file /u03/oradata/ORCL/onlinelog/group_4.261.874153735 is not compatible with the disk sector size (media sector size is 512 and host sector size is 512)
    RMAN-05535: WARNING: All redo log files were not defined properly.
    Finished Duplicate Db at 2015-04-21 23:37:10
    released channel: CH1
    I can recreate 3 redologs with correct sector size, but I unable to drop current log file:
    ERROR at line 1:
    ORA-01623: log 4 is current log for instance ORCL (thread 1) - cannot drop
    ORA-00312: online log 4 thread 1:
    '/u03/oradata/ORCL/onlinelog/group_4.261.874153735'
    So how can I solve this problem?

    yasinyazici wrote:
    Hi
    Oracle Data Guard is available only as a feature of Oracle Database Enterprise Edition. It is not available with Oracle Database Standard Edition.
    Please look  2.3.2 Oracle Software Requirements section  of the  following document
    http://docs.oracle.com/cd/E11882_01/server.112/e41134/standby.htm#SBYDB4716
    Yasin
    It's possible:
    Data Guard and Oracle Standard Edition (Doc ID 305360.1)
    Alternative for standby database in standard edition (Doc ID 333749.1)

  • Manual Standby on Standard Edition

    Hey, I try to setup a manual standby on standard edition 10gR2.
    Source is a RAC database (standard edition on sles10 sp3)
    I created a node and created a oracle instance on this node. This node is using the filesystem for the oracle files.
    I did a hotbackup of the source database and copied all files over to the other host.
    Which parameters needs to be change in the init.ora and how can I recover my database ?
    Articles like
    http://www.databasejournal.com/features/oracle/article.php/3682421/Manual-Standby-Database-under-Oracle-Standard-Edition.htm
    or
    Alternative for standby database in standard edition [ID 333749.1]
    does not really help me.
    Thanks for your patience... :-)

    ./rman target / cmdfile=/opt/oracle/rman.sh
    rman.sh
    run{
    change archivelog all crosscheck;
    allocate channel ch1 type disk;
    backup incremental level 0 database format
    '/opt/oracle/backup/backupnew/bk_inc0_%s_%p' include current
    controlfile for standby ;
    sql "alter system archive log current";
    backup archivelog all format '/opt/oracle/backup/backupnew/al_%s_%p';
    release channel ch1;
    copy files from '/opt/oracle/backup/backupnew' to standbyhost:'/opt/oracle/backup/backupnew'
    ./rman cmdfile=/opt/oracle/duplicate.rman
    duplicate.rman
    connect auxiliary sys/oracle@standby
    connect target /
    run {
    allocate auxiliary channel ch1 type disk;
    duplicate target database for standby dorecover nofilenamecheck;
    release channel ch1;
    Now I get this:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/15/2010 15:20:35
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the control file found to restore
    When do have I to issue the
    ALTER DATABASE CREATE STANDBY CONTROLFILE AS '/opt//oracle/stbycf.ctl';
    command. And where to copy ?

  • Before After comparison in PSE 2.0 in standard edit mode

    Just a simple question : How do I get to a before after comparison on-screen, at the same time, for editing ?. Quick Fix automatically provides this, but what about when you are not in Quick fix, but rather in standard edit (I think that's what it's called) mode ?. Thanks for your help.

    John,
    In PSE2 you can do Image>Duplicate Image, which will create a new file with "copy" appended to the name. Then position the 2 images side-by-side, activate the original and make your changes and you have the original (the copy) to compare against. When you are finished you probably just want to close the copy version without saving.

  • ASM Direct file access (for creating standby database in Standard Edition)

    Hi all,
    Just really looking for any opinions, experience etc. that people may have about this.
    My company are looking to set up a RAC system. They have also asked me to think about creating a standby database for disaster recovery. The first problem they give me here is that they only pay for Standard Edition of Oracle, therefore Dataguard is not an option.
    I know that one can setup "manual" standby databases with Standard Edition, automating the shipping of archive logs with hand-written scripts etc. However, as the primary here is RAC, and will be using ASM on the shared storage, I'm not sure that this would be possible (and I'm even less sure that it would be desirable!). I say this because I don't know of a way to access (using only the O/S and/or Oracle) the database files stored in ASM, and even if there was a way, I can't imagine it being a good idea..
    Anybody know of a way to tackle it, or care to contribute anything to this? As I say, my opinion is that even if it is possible to get to those files within ASM and hence manipulate them, I'd be worried that it wouldn't be such a good idea. But I'm willing to bet I'm not the first to have thought about it...
    Regards,
    Ados
    Edit 1:
    Sorry, I should state that in principal, the basic environment is:
    Windows 2003 Server
    Oracle 10g R2
    I didn't state that originally though, as I'd be keen to hear from anyone who may have attempted this on any O/S and Oracle version.
    Edited by: Ados on 16-sep-2009 9:32
    Edit 2:
    I also realise we could put the archive logs on the local nodes.. but to reinforce the point, I'm talking about having them on the shared storage where - in theory - the management is easier and more effective.
    Edited by: Ados on 16-sep-2009 9:35

    For anyone interested..
    I guess it would be done using RMAN (in fact, I'm sure of it...) in which case, I feel a lot more comfortable doing it!!
    For example:
    backup as copy archivelog ALL to destination 'c:\temp\';
    This way, it shouldn't matter if the arch logs are stored using ASM, we can now get them and "see" them.. and hence "manipulate" them (pass them on to a standby DB, for example).
    I'm just waiting to get my hands on a Standard Edition installation where I can test all this.. To try it all out (with 2-node RAC, and a standby server) I don't think I'll get a chance, so still interested in opinions, or if anyone's actually done this.
    Regards,
    Ados

  • Standby Database on Oracle Standard Edition

    Is there a way to create a standby database on Oracle Server Standard Edition? Some guys told me that it can be possible using RMAN. What are your comments on this?

    Is there a way to create a standby database on Oracle
    Server Standard Edition? Some guys told me that it
    can be possible using RMAN. What are your comments on
    this?hi,
    Checkout Niall's site:
    http://www.niall.litchfield.dial.pipex.com/index.html
    He has some scripts for manual standby on windows
    If posible, I'm looking some scripts for Linux Red Hat 3.0
    Thanks
    Gissel

  • Why do we need a connection to the Source DB for RMAN DUPLICATE ?

    Version Info: 11.2.0.3/RHEL 5.8
    We want to clone a Production DB to a test DB.
    Prod DB size: 100gb
    We are going to take an RMAN full backup (Hot Backup which includes Archivelogs ) and scp the backup pieces to the Test DB server.
    In the Test server , we will be running RMAN DUPLICATE command after connecting like below
    rman target sys/passwd@SID_OF_SOURCE_DB auxiliary /We have everything we need in test server to do the cloning ie. all the RMAN Backup pieces. Then why does RMAN connect to the source DB ?

    from [url http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm] here
    Backup-based duplication without a target connection
    RMAN creates duplicate files from pre-existing RMAN backups and copies. The DUPLICATE command must have been issued with the DATABASE clause. This form requires a connection to an auxiliary instance and a recovery catalog.
    This mode is useful when the target database is not available or a connection to it is not desirable (as mandated by security policy restrictions or a firewall).
    Backup-based duplication without connection to target and recovery catalog
    RMAN creates duplicate files from RMAN backups and copies that were placed in a designated BACKUP LOCATION.http://dbaregistry.blogspot.com/2011/04/rman-duplicate-without-connecting-to.html
    Edited by: swapnil kambli on May 21, 2013 1:36 AM

  • Primavera with Oracel 11g standard edition ( Connecting multiple databases)

    I have installed primavera 8.2 with Oracle 11g standard edition. ( After lots of trial and errors )
    I installed / Created two databases using primavera dbsetup.bat file for creating new database.
    Data base names are PMDB and PMDB2
    Currently i am using PMDB with oracle connection string as "ORCL" and database aliase as PMDB and its working fine
    "C:\app\xxxxx\oradata\orcl" this location contains both databases physically
    I seek your advice how to modify string to access other database ( PMDB1)
    because if i have tried with different aliase name but it connect to same database ie PMDB

    Is this P6 EPPM 8.2 or P6 PPM? Are you using P6 client or web to connect to it?
    If this is P6EPPM then you can log into P6 Administrator and expand database node, create a duplicate node of it and change the database connection parameters. Save it and try to login using P6 Web. Select the correct database from Advance link below Username/Password.
    If this is P6 PPM then define tns entries on your machine for both the databases ans use them to configure P6 client.
    Sachin Gupta

  • RMAN duplicate failed

    Hi all,
    have below doubts.
    IF RMAN duplicate failed in the middle of the process due to disk full or any other reason.
    Do I start from the beginning again or is there anyway to sort of "resume" from where it stopped?
    Please consider what need to do in 9i or in 10G.
    Please also reply what need to do for FS or for ASM.
    Please also share if you have any doc or link.

    Hi,
    IF RMAN duplicate failed in the middle of the process due to disk full or any other reason.See always perform fresh duplicate.
    it will overwrite the existing files... so you need to check in alert log file like how many files restored & recovered during duplicate..
    sybrand_b wrote:
    Duplicate database is a quite robust command.
    It will automatically skip what has already been done, so you can safely re-execute it without problems.
    Been there, done that.
    Sybrand Bakker
    Senior Oracle DBA@sybrand
    What it automatically skips?
    1)did RMAN duplicate knows about earlier restores...
    2)if i restored system,sysaux,users,undo datafiles of another database and again I'm performing another database in same location.. so it will skip?
    are you sure...
    Thanks
    *Manual Completion of a Failed RMAN Duplicate [ID 360962.1]*
    Edited by: CKPT on Dec 11, 2010 12:40 PM

  • Database Slow Created from RMAN Duplicate

    Hi,
    We have created a database through RMAN Duplicate command on a different machine.
    Database: Oracle9i Enterprise Edition Release 9.2.0.8.0
    OS: IBM AIX Version 5.3
    Memory Specs
    [email protected]:/home/oracle>prtconf | grep -i Mem
    Memory Size: 14336 MB
    Good Memory Size: 14336 MB
    ++ mem0 Memory+
    Processor Specs
    [email protected]:/home/oracle>prtconf | grep -i Processor
    Processor Type: PowerPC_POWER5
    Number Of Processors: 2
    Processor Clock Speed: 1902 MHz
    Model Implementation: Multiple Processor, PCI bus
    ++ proc0 Processor+
    ++ proc2 Processor+
    Os Level
    [email protected]:/home/oracle>oslevel -r
    +5300-07+
    No heavy disk IO or paging have been found through topas. When we try to connect to the database to database user it stucks and there is no response.
    Enter user-name: / as sysdba
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.8.0 - Production
    SQL> connect oersprd/orrfdfb9
    SQL> connect system/manager
    Please advice. Any possible hints or indicators?
    Thank you

    I would like to add here few things:
    1. When connected as sysdba either directly or through sqlnet, it works fine but when connected as system, or any other schema, it hangs.
    2. When accessing tables like dba_users, dba_objects, i.e. v$ things, it runs fast. When accessing tables like sys.aud$, schema_name.some_table_name, it just keeps running.
    regards

  • Resume a rman duplicate on asm

    Hi folks,
    ASM, 11gr2
    My duplicate job failed after about 20 hours due to a tcp/ip failure to our tsm server.
    I read in the oracle documentation that it is possible to resume the job.
    So I did as described in the documentation and the duplicate was resumed.
    RMAN said "Using previous duplicated file...." for all the files allready restored, and it should only restore the remaining files. About 200Gb.
    But after 5 hours and 350Gb (tsm shows this amount) it is still not finished.
    I am duplicating from asm to asm.
    Why is this happening??
    Is it because I am on ASM fs? The oracle doc said nothing about resume would not work on asm.
    Thanks!

    Hello,
    This is half information, you are using ASM on production but what about Dev serve ASM or NON-ASMr? What's your Oracle version? Prod? Dev?
    Stepwise instructions
    See following Doc ID:  73912.1  : RMAN: Creating a Duplicate Database
    Regards
    Edited by: OrionNet on Mar 1, 2009 11:10 PM

Maybe you are looking for

  • HT4623 how to unlock my ipad forgot my password

    how to unlock my ipad/forgot my password

  • Error 6 running test with Fakes in VS2013 Ultimate

    I have VS2013 Ultimate, and working on a WP8.0 project  I added the Fakes Assembly. I did a very simple test but this error appears: Error 6 The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows

  • How do I achieve this effect (Fireworks)?

    Hey guys! I'm brand new to the forum and a very "green" web designer. I'm hoping that someone wouldn't mind sharing their expertise with a newbie such as myself with what I fear is a very easy problem, haha. In the following link there is a graphic i

  • Banking Services 5.0 Problem with BCA_ACC_MST_RUN

    Hi, I want to run the report BCA_ACC_MST_RUN within Banking Services 5.0 to transfer the contract data of a loan to FI-CA System (ERP 2005).The report runs, but does not grap newly created contracts and transfer them to Open Item Management system. I

  • Settlement Order

    Dear All,           My Scenario is make to order (20 strategies) . After confirmation of production order sales person delivered the finish goods after that production order is technically completed. How we understand the order will settle or not in