RMAN duplicate problem ORA-01547, different, different sid of the box

Hello!

We have used for a long time in DOUBLES for the daily backup/restore checking our PROD instance on another instance (sid different - different from the box). Our RMAN backup is on daily basis and full (not increment).

Backup starts every day at 02:00 and ends approximately 04:10. Naturally, we use the (CATDB) catalog database on the other server.

We use for version 7.2 archiving system Legato. All databases (10.2.0.2) are on Linux RH EE 4.5 64bits. Catalog db (CATDB) is on XE 2.0 (free version) on Linux RH EE 4.5 32-bit.

Statistics are based on the weekly level on CATDB and PROD (target) according to all books...

All eyes by the book...

For a long time, we have not had any more problems (duplicate sometimes failed, but we thought that no need to worry about 'some' problems). But recently we had more fruitless duplicates in a short period of time.

In the file is a log of these unsuccessful duplicates:
http://rapidshare.com/files/181623335/duplicate_problem.txt.html

All the time it looks like when recover part should be given, there is no log archived in backup file!

If I try immediately after restore archive only logs:
RUN {
  allocate channel t1 type 'SBT_TAPE';
  send 'NSR_ENV=(NSR_SERVER=zzz.hypohr,NSR_CLIENT=xxy)';
  SET ARCHIVELOG DESTINATION TO '/u01/lun0/dolly/arch';
  RESTORE ARCHIVELOG TIME BETWEEN "TO_DATE('2008-01-09 02:00:00','yyyy-mm-dd hh24:mi:ss')" AND "TO_DATE('2008-01-09 04:40:00','yyyy-mm-dd hh24:mi:ss')";
  release channel t1;
}
I get all archive logs required to manually restore the database (recover using backup controlfile before...).

I was validating backup and perfect look... (you sent the newspaper).

I was researching the problem and find out who is really some errors reported in our catalog database (Journal of the auxiliary looks OK as well target instance alerts).

In RMAN. ISR table I get records that had problems. Attached paper is based on the following sql:
SELECT 
   ROWID, R.RSR_KEY, R.DBINC_KEY, R.RSR_RECID,
   R.RSR_STAMP, R.RSR_PKEY, R.RSR_L0KEY,
   R.RSR_LEVEL, R.RSR_TYPE, R.RSR_OPER,
   R.RSR_CMDID, R.RSR_STATUS, R.RSR_MBYTES,
   R.RSR_START, R.RSR_END, R.RSR_IBYTES,
   R.RSR_OBYTES, R.RSR_OPTIMIZED, R.RSR_OTYPE,
   R.RSR_SRECID, R.RSR_SSTAMP, R.RSR_ODEVTYPE
FROM RMAN.RSR R
Where
RSR_OPER = 'RMAN'
AND RSR_STATUS like '%ERROR%'
http://rapidshare.com/files/181625271/RMAN_rsr_errors.txt.html

I tried to reproduce by hand (restore files of data through RMAN restore RMAN archived logs, recover by sqlplus) works just like a charm!

Is there a way someone tell me where to start digging to find out why some duplicates completed with errors.

THX

The log shows duplicate process begins @ 10:19, newspapers from 04:02-10:02 "expected" so on the tape.

I think that the errors that appear in the newspaper had to be addressed. Something seems to start running at 04:50 & 09:20 and it produces errors?

Tags: Database

Similar Questions

  • can we use different SID at the adcfgclone on dbTier

    Hello

    I want to know if adcfgclone on dbTier and appsTier can we use different SID at the adcfgclone?

    Suppose that my production is PROD and I want to keep the target as a TEST so I use the SID with a different name? or is it necessary to use the same SID as the source environment?

    Thank you.

    Of course, you can!

    You can change the SID, the location of database files, etc..

    Kind regards

    Bashar

  • db RMAN duplicates problem

    Hi all

    10gr2p4 on solaris 10


    Am in the treatment of the creation of a database with rman duplicate... When restore get the error below:


    ORA-19504: cannot create the file ' / medtx/data/data/tbss_data01.dbf '.
    ORA-27040: create file error, cannot create the file
    SVR4 error: 2: no such file or directory



    DB_FILE_NAME_CONVERT=(/oracle/u01/medt/,/medtx/data/,/oracle/u02/medt/,/medtx/data/,/oracle/u03/medt/,/medtx/data/,/oracle/u04/medt/,/medtx/data/,/oracle/u05/medt/,/medtx/data/,/oracle/u06/medt/,/medtx/data/)

    No idea what I'm missing?


    Kai

    / Medtx/data/data/really exist and has the appropriate permissions?

    publish the evidence via CUT & PASTE

    ls-la/medtx/data/data /.

  • Side of the boxes aside question.

    I knew how to do this on my other script but its been changed so I don't know where to start.  How can I place these checkboxes next to have 2 lines instead of 1 long row? The COMPLETE script here is less the addition below How to make this box apply to all Documents?

      w.tabs[1]= w.tabGroup.add ('group');  
      w.tabs[1].add('statictext {text: "Select a change to make"}');  
      w.tabs[1].add ('panel');  
    with(w.tabs[1])  
    var p1 = w.tabs[1].add('panel {text: "CHANGES", preferredSize: [-1, 100],orientation: "column",alignChildren: ["left","Center"]}');  
      new CBX ( p1, 'APPLY TO ALL DOCUMENTS', false, cb1CallBack );  
      new CBX ( p1, 'Find and Replace', false, cb2CallBack );    
      new CBX ( p1, 'RQ and Bigger GHS Running Changes English / Spanish / French', false, cb3CallBack );    
      new CBX ( p1, 'RP and Smaller GHS Running Changes English / Spanish', false, cb4CallBack );    
      new CBX ( p1, '5 Galon weight Statement change to 18.924 Liters', false, cb5CallBack );  
      
    //Start of ListBox  
    var Pan1=w.tabs[1].add ('panel {text: "GHS!!", preferredSize: [-1, 100],orientation: "column",alignChildren: ["left","Center"]}');  
    
     And the search string i'm trying is.   
    myResult = w.show();   
           
    function cb1CallBack() {  
        if(myResult == 1 && (cb1CallBack.value==true)){        
                Replace_TXT(" <CR> ", "^p");      
                Replace_TXT(" <CR>", "^p");      
                Replace_TXT("  ", " ");      
                Replace_TXT(" :", ":");      
                Replace_TXT(" .", ".");      
                Replace_TXT("^p^p", "^p");      
     }    
    }   
        function cb2CallBack() {}  
        function cb3CallBack() {}   
        function cb4CallBack() {}   
        function cb5CallBack() {}   
        function cb5CallBack() {}   
        function cb6CallBack() {}   
        function cb7CallBack() {}   
        function cb8CallBack() {}   
        function cb9CallBack() {}   
        function cb10CallBack() {}    
          
          
        function Replace_TXT(input, output)        
     {        
        app.findChangeTextOptions.caseSensitive = true;        
        app.findTextPreferences = app.changeTextPreferences = NothingEnum.nothing;        
        app.findTextPreferences.findWhat = input;        
        app.changeTextPreferences.changeTo = output;        
        app.documents[0].changeText();      
    
    
    
      
     }   
    }  
        main();  
    
    

    Thanks in advance.

    Use two panels option... hope you Peter scriptUI pdf... Try it yourself, then you can learn a lot of things...

    ScriptUI for Dummies | Peter Kahrel

  • Line line faints on the left side of the box

    ScreenShot003.jpg

    ScreenShot002.jpg

    Stroke has a gradient feather

  • Database test on a different server with the same name of SID as database production - thoughts?

    Hello

    We use oracle 11.2.0.3 and have 2 environments a production environment and test each on different servers.

    Currently, our test database has database different SID to the production one.

    DBA is eager to have the database of test with the same name of SID.

    Thoughts/concerns in this area - will be on different servers.

    Thank you

    We also had a similar situation, it allows to save a few hours when cloning (we do not use RMAN), but a lot of damage, it can create.

    So much better with different names on different servers.

    concerning

    Pravin

  • RMAN Duplicate using a username other than db name/SID

    Hello

    I want to duplicate a database with RMAN duplicate. However, I have 2 databases with the same name and I need to be able to specify that one to use as a target.

    Makes the target get specified during the rman (using the tns alias) for example connection string

    RMAN target sys/xxx@db1 auxiliary rman_cat/xxx@rman_cat catalog / log = rman_clone.log @duplicate_db1.rcv

    If so, when I run the command:

    DUPLICATE the TARGET DATABASE TO DB1, RMAN will assume that the DB1 is the auxiliary database as opposed to the target?

    The auxiliary database DB1 it must have the same file structure that target the database DB1? If Yes, you need "nofilenamecheck" as part of the command DUPLICATE, otherwise DUPLICATE option will fail. It is even if the target and auxiliary databases are on different hosts.

    Werner

  • Adjust the URL boxes &amp; search on the Navigation bar for different widths and the wider area of URL provider.

    Years my URL address in the Navigation bar has stretched far enough to allow most of the display URL. An icon and then reload, the box of search engines (Bing, dictionary, etc.) would be about one-third of the width the area URL. After that, the rest of the bar is used for House/bookmarks/history/etc
    Now, without knowing when it emerged, the URL box is too narrow to see but a few letters of the URL that is registered and its menu drop-down is the same. I can find no way to expand it. Everything works fine, but I would like to have the views appearing as before. I kept all the most recent updates and version 20 now. I don't think that has happened because of the update - at least not immediately. As this happened, my Bookmarks Toolbar disappeared. I made sure that the bar has been verified and manually put all the bookmarks that I had. It's OK now. I thought that the way back that could replace the cursor to a point on the side of the boxes in the Navigation bar and get an arrow icon that would expand or restrict the boxes. I'm not sure about that, but I know that it doesn't work like that now. Any help would be certainly appreciated! Thank you.

    I did not send photo since the default restore and put back old icons worked this time. I had tried with attention before, but the spinner was still missing then. Thank you for your help. CFB-

  • Why do we use RMAN DUPLICATE to cloning DB on a different server?

    DB version: 11.2.0.2, 10.2.0.5

    I want to create a clone of my Production DB in a test server. In the past, I have taken the backup hot of this DB production and restored and retrieved it in another server using simple RMAN commands.
    After restoring the control file, editing of the DB and catalogue items from backup on the test server, I run
    run {
    restore database ;
    recover database until time <time> ;
    alter database open resetlogs ;
    }
    In OTN, I ran into long discussions such as running
    RMAN duplicate database

    where they are trying to restore and recover using DOUBLE command, as shown below.
    run
     {
    duplicate target database to RBS
    nofilenamecheck
    pfile=/tmp/aux.ora;
     }
     
    They can't just use plain RMAN restore and retrieve orders I've done? What advantage have RMAN DUPLICATE on orders of Plains?

    RMAN DUPLICATE is designed to give the database clone a new name of the database and the new database identifier:

    >
    If you copy a database with the operating system instead of the command utilities DUPLICATE, then the DBID of the database copied remains identical to the original database. To register for the database of the copy in the same catalog of recovery with the original, you must change the DBID with utility DBNEWID (see the Oracle database utilities). On the other hand, the command DUPLICATE assigns the duplicate DBID different database so that it can be saved in the same catalog of recovery than the source database.

  • Configuring the listener pending side before running the RMAN DUPLICATE

    Version: 11.2.0.3
    Platfomrm: Solaris 10

    We will create a DB physical standby for our primary database using RMAN Duplicate.

    Our primary DB details
    DB_NAME          = ADPTGMS
    DB_UNIQUE_NAME     = ADPTGMS
    Names for standby
    DB_NAME          = ADPTGMS
    DB_UNIQUE_NAME     = ADPTGMSDG
    Question1.
    Next to the day before, before I run the duplicate RMAN, I need so that it starts the empty instance in NOMOUNT State. Right? Can I configure export ORACLE_SID DB_NAME or DB_UNIQUE_NAME?

    Question2.


    I understand that it is a precondition not to have the listener towards the top pending side make the RMAN Duplicate (otherwise how RMAN will connect to the dummy instance in the side standy)
    Next to Eve, there is no DB turns again. But for the RMAN to connect to the Instance of a model, I configured and started a listener as shown below. Is this really?
    $ cat listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER_DG =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.80.16.179)(PORT = 1524 ))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2012))
        )
      )
    $
    $
    $
    $ lsnrctl start LISTENER_DG
    
    LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 20-DEC-2012 00:14:19
    
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    
    Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    
    TNSLSNR for Solaris: Version 11.2.0.3.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/tigris179/listener_dg/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.80.16.179)(PORT=1524)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2012)))
    
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.80.16.179)(PORT=1524)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER_DG
    Version                   TNSLSNR for Solaris: Version 11.2.0.3.0 - Production
    Start Date                20-DEC-2012 00:14:24
    Uptime                    0 days 0 hr. 0 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/tigris179/listener_dg/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.80.16.179)(PORT=1524)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2012)))
    The listener supports no services
    The command completed successfully

    Hello

    The link I gave in my previous post features a display of very good example:

    Primary:

    Pfile/Spfile name: initprim.ora/spfileprim.ora
    db_name=prim
    db_unique_name=prim
    

    Standby time:

    Pfile/Spfile name: initstnd.ora/spfilestnd.ora
    db_name=prim
    db_unique_name=stnd
    

    In your case:

    While adding a static entry to the listener of the day before, SID_NAME should be the DB_UNIQUE_NAME of the database pending. Also the pfile/spfile Eve must be associated with the DB_UNIQUE_NAME of the previous day.

    The pending database ORACLE_SID would be the DB_UNIQUE_NAME of the database pending. Hope that's clear!

    Kind regards
    Shivananda

  • RMAN duplicate: ORA-00283, ORA-0060internal error code, arguments: [kcvhvdf

    This is related to this thread: Re: duplicated to database: ends with error: rman-06136 ora-01110

    I supported the newspaper of archive and continues:

    RMAN > overview of the database to recover
    2 >.

    To go back to November 16, 12
    using channel ORA_DISK_1
    using channel ORA_DISK_1

    Archive logs generated after that YVERT 0 not found in the repository
    Start of recovery Media SNA is 0
    Recovery must be beyond SNA 91215577536 to clear the hazy data file
    Finished recover at 16 November 12

    RMAN > run {}
    2 > set up what SNA 91215577536.
    3 > restore database;
    4 > sql ' alter database open resetlogs;
    {5 >};

    executing command: SET until clause

    To go back to November 16, 12
    using channel ORA_DISK_1

    starting media recovery
    media recovery failed
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 11/16/2012 19:45:40
    ORA-00283: cool cancelled due to errors
    RMAN-11003: failure in parsing / execution of the SQL statement: alter database reco worm if necessary
    forward this 91215577536 change using backup controlfile
    ORA-00283: cool cancelled due to errors
    [ORA-00600: internal error code, arguments: [kcvhvdf_1], [], [], [], [], [], [], [], [], [], []]

    In the alerts log, the ora-00600 even raised.

    How to get around this problem?

    Thank you

    Hello;

    I agree with you. And while I have nothing to correct your error, this document is worth seeing:

    http://gavinsoorma.com/2012/04/RMAN-duplicate-database-RAC-to-RAC/

    If nothing else its useful to add to any collection of notes, you can have.

    Best regards

    mseberg

  • DataGuard Setup: RMAN Duplicate active problem

    Experts,

    I am trying to set up a standby database single-server to a primary database RAC, using configurations of data Gaurad. In this process, I finished all the configurations, and I was about to run the RMAN script to duplicate primary DB on Standby DB.

    When I turn off the RMAN script, he throws under the errors:

    ince the backup to December 5, 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = instance 901 = iam1 = DISK device type
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 05/12/2011 15:31:42
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 05/12/2011 15:31:42
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-01031: insufficient privileges
    ORA-17629: unable to connect to the remote database server


    Additional information:
    -----------------------------

    -Password is correctly copied the main database and the RAC rescue.
    -Capable to connect to DB primary waiting for database via sqlplus tool.
    -Telnet is conversely works very well.
    -All the pings work correctly.

    Please let me know if you have any suggestions. Happy to provide further information if necessary.

    Thank you

    Make sure that you should not use the password file that is located under /dbs. There is a folder called "database", where a password file must have been already generated at installation time. Simply copy the file to the same location on the standby node. I hope it should work now.

    Thank you
    GK

  • In the visualization of my photos display problem: I have red spots in different parts of the pictures. Someone knows how to fix this?  I rebooted my MacBook Pro, but it does not solve the problem.

    In the visualization of my photos display problem: I have red spots in different parts of the pictures. Someone knows how to fix this?  I rebooted my MacBook Pro, but it does not solve the problem.

    Details please

    What version of Aperture? Is OS X 10.7.5 as you say correct for your OS? You shoot JPEG or RAW? If RAW device? Wharton has changed since this worked?

    LN

  • How to take a column of duplicate names and fill a different column with the same names, excluding duplicates?

    How to take a column of duplicate names and fill a different column with the same names, excluding duplicates?

    I find easier to use this copy separate Automator Service (download Dropbox).

    To install in your numbers > Services, double-click menu just the package downloaded .workflow and if necessary give permissions in system preferences > security & privacy.

    To use, just:

    1. Select the cells in the column with duplicate names.
    2. Choose separate copy in numbers > Services menu.
    3. Click once in the upper cell where you want the deduplicated values appear.
    4. Command-v to paste.

    SG

  • Lightroom can open 2 different photos at the same time display side by side?

    or if not, is there another program that can do this?

    What is behind this survey is the fact that I have to directly view and compare the 2 pictures of the bird even close together in the same time and location (in a level of detail) to determine that it was certainly better.

    Authorization of repairs to my most recent goal that is at stake here that I must first demonstrate the mfgr that lens is below standards and needs attention.

    I want to compare a picture of the bird in question with the above goal and one I know to be reliable strong.

    Please help in this mission.

    Thank you.

    HI Nikon D90 gent II,.

    YES - Lightroom TO compare 2 different photos at the same time. It also allows you to zoom in to areas and match zoom.

    In the LIBRARY module, make sure that your toolbar is open under the grate.

    You can press "T" on the keyboard to make it visible.

    Select both images and click on the area of comparison of X Y. My arrow in red below.

    The two images appears then side by side with a labeled as the "Select" and the other marked 'candidate '.

    You can click and drag the Zoom slider that appears now on the toolbar to zoom for both images.

    To align the images, you can click the lock in the toolbar to unlock

    Click on and drag on the image to align with the other, then click on the padlock to lock in place.

    Then you can zoom in easily all over the two images by using the Zoom slider at the same time for comparison.

    In fact, you can click the button of "Carousel", the one with the three grey squares to the right of the X Y button on the toolbar and to compare the images of 3 or more.

    TO remove an image, simply click on the X in the corner of the image, and it will be removed at the carousel compared so you can then get more unless you images.

Maybe you are looking for

  • the touchpad driver never installs on G72

    I installed the new windows 7 after the failure of the version of HP that was installed. I am interested in getting the scroll function 2 fingers on the touchpad and when I installed the driver GET the error "you must run the 64-bit version of DPInst

  • keyboard delay?

    Hi, I have Windows vistaWhen I try to write a letter to my email, typing seem to delay... and I get a lot of miss type some how...is it my computer? my keyboard? my window?my email? YahooPlease help me!Thank you

  • Java.lang.error after installing yahoo messenger blackBerry Smartphones

    Hi, I know it's a constant problem... I have taken a lot of steps, but can't seem to find the option to delete for the module Yahoo Messenger that causes this error appears whenever I start the phone... How can I get rid of this problem? I use a Curv

  • Cannot open files in the Windows.old folder.

    Original title: I can't OPEN THE FILES IN THE C:\WINDOWS FOLDER. OLD   I FORMATTED MY LAPTOP FOR 3 OR FOR TIME. BUT NOW I CAN'T OPEN ANY GAMES WHO ARE IN THE LOCATION C:\WINDOWS. OLD\ (PROGRAM FILES (x 86) \WILDGAMES...) THERE ARE FILES LIKE WINDOWS.

  • HP pavilion windows 8 core i3 and upgraded to windows 8.1single language

    Hello world I can't open my password laptop.administrator or put the password required after 3 invalid password attempts the system disabled, (off 50769000) Please help me. Thank you mirkz