List backup executed on primary 11gR2

I execute a command LIST BACKUP on the RMAN of the primary db of the Dataguard 11gR2 when connected via recovery catalog and it shows now backup at all.
But run that same cmd on standby, it shows all the backup. The backup is run on standby only.
Can anyone explain ?

See "Using Files On a Standby Database"
under http://download.oracle.com/docs/cd/E11882_01/server.112/e17022/rman.htm#BAJCEFEG
to actually copy from the standby itself.
Per "11.7 Performing Backup Maintenance in a Data Guard Environment" at
http://download.oracle.com/docs/cd/E11882_01/server.112/e17022/rman.htm#BAJHDFIH
"+File sharing attributes state that files on disk are accessible only at the database with which they are associated, whereas all files on tape are assumed to be accessible by all databases. RMAN commands such as BACKUP and RESTORE, as well as other maintenance commands, work according to this assumption. For example, during a roll-forward operation of an image copy at a database, only image copies associated with the database are rolled forward. Likewise, all incremental backups on disk and all incremental backups on tape will be used to roll forward the image copies. Similarly, during recovery operations, only disk backups associated with the database and files on tape will be considered as sources for backups."+
However, I haven't verified or tested this.
Hemant K Chitale

Similar Messages

  • Errors during LIST BACKUP after backup

    Checking my backup logs for ORA- or RMAN- errors brought up this:
    RMAN-06900:   WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901:   WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows
      ORACLE error from target database:
    ORA-19921: maximum number of 64 rows exceededThat occurred during a "list backup" command that I run after my BACKUP DATABASE command. Files before and after that section run just fine. Is this something I need to be concerned with? Checking back, it looks like it's been happening in my level0 and level1 incrementals for about a week.
    This is on Oracle EE 10gR2 (10.2.0.2) on RHEL.

    hi,
    These warnings can be ignored and will not affect rman functionality.
    Depending on your RDBMS version :
    - Uptill 10.2.0.4 : Ignore the message
    - 10.2.0.5 or higher :
    Download Patch 8264365 to resolve this issue.
    Bug 8264365 is related to the RMAN-executable only, so NOT to the TARGET or CATALOG databases itself. So you need to patch the ORACLE_HOME used by the RMAN-executable.
    Thanks
    Satish

  • Creating Standby From RMAN Compressed backup taken on Primary ....

    I am creating a Standby from RMAN Compressed backup taken on Primary.
    On Primary, I have taken Compressed backup as follows:
    RMAN> run
    allocate channel c1 type disk;
    allocate channel c2 type disk;
    allocate channel c3 type disk;
    BACKUP AS COMPRESSED BACKUPSET DATABASE PLUS ARCHIVELOG format '/dboracle/orbit_pr_bkp/primary_%U';
    backup current controlfile for standby format '/dboracle/orbit_pr_bkp/primary_cntl.bkp';
    oracle@apl06635orbvu1:/dboracle/orbit_pr_bkp>ls -ltr
    total 51652
    -rw-r----- 1 oracle dba 11972608 Jan 7 13:45 primary_0tm1h32n_1_1
    -rw-r----- 1 oracle dba 15762432 Jan 7 13:45 primary_0sm1h32n_1_1
    -rw-r----- 1 oracle dba 16785920 Jan 7 13:45 primary_0rm1h32n_1_1
    -rw-r----- 1 oracle dba 1088000 Jan 7 13:45 primary_0um1h32v_1_1
    -rw-r----- 1 oracle dba 32768 Jan 7 13:45 primary_12m1h33r_1_1
    -rw-r----- 1 oracle dba 7143424 Jan 7 13:47 primary_cntl.bkp
    On Standby, I restored the control file as below:
    RMAN> restore standby controlfile from '/dboracle/orbit_pr_bkp/primary_cntl.bkp';
    Starting restore at 10-JAN-11
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    output filename=/dboracle/orbit_dr/oradata/ORBIT_DR/controlfile/o1_mf_6lo6nwfr_.ctl
    output filename=/dboracle/orbit_dr/flash_recovery_area/ORBIT_DR/controlfile/o1_mf_6lo6nwky_.ctl
    Finished restore at 10-JAN-11
    But, When I am trying to restore the datafiles, RMAN is throwing error:
    RMAN> run {
    allocate channel d1 type disk format '/dboracle/orbit_pr_bkp/primary_%U';
    allocate channel d2 type disk format '/dboracle/orbit_pr_bkp/primary_%U';
    restore database;
    2> 3> 4> 5>
    released channel: ORA_DISK_1
    allocated channel: d1
    channel d1: sid=155 devtype=DISK
    allocated channel: d2
    channel d2: sid=151 devtype=DISK
    Starting restore at 10-JAN-11
    released channel: d1
    released channel: d2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 01/10/2011 05:38:56
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    What would be the correct RMAN command?
    Regards, Anirban

    After your RESTORE the (standby) controlfile, you must MOUNT the database instance with "ALTER DATABASE MOUNT".
    You can also then query the controlfile with a "LIST BACKUP" or "LIST BACKUP SUMMARY" in RMAN to see if the deseired backups have been cataloged in the controlfile.
    Don't specify the format for the ALLOCATE CHANNEL when you RESTORE DATABASE. In fact, you don't need to ALLOCATE CHANNEL at all when the device type is the default value of DISK if your are on 10gR2 or above.
    Hemant K Chitale

  • DG backup advisory , backup from standby database 11gr2

    Hi everyone
    I'm having a bit of issues with how the backups are setup in my DG environment. I have searched high and low and not really found a easy answer to how to setup your DG backups.
    One says this, another says that. So i'm asking here in the forum.
    What is the correct way to backup a DG environment? Some discussions just shows do a normal backup on the standby only, another says you must backup the controlfiles from the primary as well (this is where my problem starts)
    We recently upgraded a 11gr1 DB to 11gr2 and now the old setup does not work anymore. The old setup was doing backup on standby , and spfile + controlfile backup on primary node. this now fails with  ANU2614E Invalid sequence of function calls to Data Protection for Oracle (backup to tape)
    This particular error happens when I run a backup controlfile on the primary before the backup on the standby. If I skip the controlfile backup on the primary, the standby will backup correctly, including the controlfile + spfile.
    There is also a delete obsolete script running within each script (controlfile backup etc), might also cause issues I guess. But this worked fine in 11gr1.
    So i'm reaching out, trying to figure out the proper way to do backup, everyone says different.
    Sincerely
    Johnny

    What is the correct way to backup a DG environment?
    Neither backing from Primary or Standby is more correct than the other.
    You can use a backup taken on the Standby in order to restore and recover a Primary Database and vice versa.
    Datafiles, Control files and archive backups are interchangeable in a Data Guard environment.
    Where you backup should depend upon load. If the Primary can handle the load without causing a SLA issue then I would backup there.
    The main things I would do with Data Guard and RMAN are as follows:
    Enable Block Change Tracking.
    Always use Autobackup.
    Always use a FRA.
    Keep Flashback Database on.
    And always set this on the Primary  ( CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY; )
    ANU2614E Invalid sequence.
    Odd, If you are using Third party software along with RMAN I might check this:
    Rman fails ORA-19511 ANU2614E Invalid sequence of function calls to Data Protection for Oracle (Doc ID 1300134.1)
    Otherwise I would open a support ticket ASAP.
    Best Regards
    mseberg

  • RMAN LIST backup and maintain backup.

    Hi Experts,
    Currently we have some changes on the rman retention policy from 168days to 90days.
    RMAN Retention policy is:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;
    And RMAN Scripts monthly backup is:
    run
    allocate channel t1 type 'sbt_tape' parms
    'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_monthly.opt)';
    backup as compressed backupset database tag ${SID}_MONTHLY keep until time 'sysdate+168';
    release channel t1;
    I believe I still have the old backup after I changed the 'sysdate+168' to 'sysdate+90'; on my scripts
    How do I manage to delete this ?
    Using, List backup and list backup summary will prompt me very long line and window,
    How do I create the CONFIGURE settings I can remove the allocate channel... on my scripts ?
    Cheers,
    Raff

    Hi mseberg,
    I have executed as your advised below, but somehow it doesnt get the files.
    Is there any way to check what is the oldest backup that available ?
    RMAN> DELETE noprompt BACKUP COMPLETED BEFORE 'SYSDATE-90';
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=100 device type=DISK
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: SID=138 device type=SBT_TAPE
    channel ORA_SBT_TAPE_1: Data Protection for Oracle: version 5.5.1.0
    specification does not match any backup in the repository
    RMAN> DELETE EXPIRED BACKUP;
    using channel ORA_DISK_1
    using channel ORA_SBT_TAPE_1
    specification does not match any backup in the repository
    RMAN> DELETE FORCE NOPROMPT BACKUP COMPLETED BEFORE 'SYSDATE-90';
    using channel ORA_DISK_1
    using channel ORA_SBT_TAPE_1
    specification does not match any backup in the repository

  • Why do other browsers ( IE, Chrome, Opera,Safari) list StartCom Class 2 Primary Intermediate Server CA as a Trusted Intermediate Certification Authority but Firefox doesn't?

    We are setting up registrations for a paid event and have bought a SSL certificate for our site. Everything works fine when the registration page is accessed through IE, Chrome, Opera or Safari (which list StartCom Class 2 Primary Intermediate Server CA as a Trusted Intermediate Certification Authority), but when I click on that link in Firefix I get the "This Connection is Untrusted" page because only StartCom Class 1 is listed as trusted.
    Why is that?

    It is always the responsibility of a website to send the complete certificate chain.
    You can check the certificate chain of breastfeedingconference.asn.au and see that the server doesn't send the intermediate certificate.
    * http://www.networking4all.com/en/support/tools/site+check/

  • RMAN Problem -- Crosscheck backup & list backup showing different results

    Pls Help !!!
    I'm using RMAN for backup policy is to recovery window of 7 days
    but even on thired day after incremental 0 backup ... if run 'crosscheck backup'
    it shows the previous as expired but when i issue 'list backup' it says available
    what may be the problem.......
    Backup volume is on RAID10 (ZFS on SOLARIS 10)
    Thanks in advance !!
    Regds
    Gyanendra Singh

    if run 'crosscheck backup'
    it shows the previous as expired but when i issueHave u deleted the previous backup...........because according to my knowledge crosscheck command is used to validate any inconsistency between the logical and physical backup files.
    'list backup' it says available
    what may be the problem.......
    List backup will show the previous backup because of the recovery window
    Try this
    crosscheck database
    delete expired
    list backup
    and then see the result
    Regards
    Amit Raghuvanshi

  • List backup of archivelog sequence between 7748 and 7750;

    Hi,
    in 8.1.7, I get syntaxe error when I Issue this commande :
    RMAN> list backup of archivelog sequence between 7748 and 7750;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "identifier": expecting one of: "all, from, high, like, low, until"
    RMAN-01008: the bad identifier was: sequence
    RMAN-01007: at line 1 column 27 file: standard input
    Do you know the right syntax ??
    Many thanks before.

    replace sequence by logseq.
    In the future, please use the RMAN reference manual, and do NOT ask this doc question here.
    Sybrand Bakker
    Senior Oracle DBA

  • Rman list backup; until scn

    Hello,
    my question might be a little strange, but I would just like to confirm my understanding to be sure about my testing.
    Consider the following:
    RMAN> list backup
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    5520    396.79M    DISK        00:02:38     15-OCT-11     
            BP Key: 5541   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T190048
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_ANNNN_TAG20111015T190048_79MKSH03_.BKP
      List of Archived Logs in backup set 5520
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      1    37170   690296258  14-OCT-11 690301863  14-OCT-11
      1    37171   690301863  14-OCT-11 690306944  14-OCT-11
      1    37172   690306944  14-OCT-11 690312517  14-OCT-11
      1    37173   690312517  14-OCT-11 690326343  14-OCT-11
      1    37174   690326343  14-OCT-11 690328734  14-OCT-11
      1    37175   690328734  14-OCT-11 690334332  14-OCT-11
      1    37176   690334332  14-OCT-11 690354457  14-OCT-11
      1    37177   690354457  14-OCT-11 690365309  14-OCT-11
      1    37178   690365309  14-OCT-11 690383830  14-OCT-11
      1    37179   690383830  14-OCT-11 690389381  14-OCT-11
      1    37180   690389381  14-OCT-11 690399124  14-OCT-11
      1    37181   690399124  14-OCT-11 690403117  14-OCT-11
      1    37182   690403117  14-OCT-11 690408333  14-OCT-11
      1    37183   690408333  14-OCT-11 690411748  14-OCT-11
      1    37184   690411748  14-OCT-11 690417353  14-OCT-11
      1    37185   690417353  14-OCT-11 690422345  14-OCT-11
      1    37186   690422345  14-OCT-11 690428300  15-OCT-11
      1    37187   690428300  15-OCT-11 690433347  15-OCT-11
      1    37188   690433347  15-OCT-11 690439543  15-OCT-11
      1    37189   690439543  15-OCT-11 690444502  15-OCT-11
      1    37190   690444502  15-OCT-11 690450317  15-OCT-11
      1    37191   690450317  15-OCT-11 690453707  15-OCT-11
      1    37192   690453707  15-OCT-11 690457501  15-OCT-11
      1    37193   690457501  15-OCT-11 690458775  15-OCT-11
      1    37194   690458775  15-OCT-11 690464449  15-OCT-11
      1    37195   690464449  15-OCT-11 690469446  15-OCT-11
      1    37196   690469446  15-OCT-11 690474941  15-OCT-11
      1    37197   690474941  15-OCT-11 690481459  15-OCT-11
      1    37198   690481459  15-OCT-11 690484981  15-OCT-11
      1    37199   690484981  15-OCT-11 690490292  15-OCT-11
      1    37200   690490292  15-OCT-11 690495899  15-OCT-11
      1    37201   690495899  15-OCT-11 690500991  15-OCT-11
      1    37202   690500991  15-OCT-11 690508506  15-OCT-11
      1    37203   690508506  15-OCT-11 690514835  15-OCT-11
      1    37204   690514835  15-OCT-11 690519918  15-OCT-11
      1    37205   690519918  15-OCT-11 690535732  15-OCT-11
      1    37206   690535732  15-OCT-11 690626387  15-OCT-11
      1    37207   690626387  15-OCT-11 690629393  15-OCT-11
      1    37208   690629393  15-OCT-11 690634991  15-OCT-11
      1    37209   690634991  15-OCT-11 690640154  15-OCT-11
      1    37210   690640154  15-OCT-11 690646056  15-OCT-11
      1    37211   690646056  15-OCT-11 690651236  15-OCT-11
      1    37212   690651236  15-OCT-11 690656775  15-OCT-11
      1    37213   690656775  15-OCT-11 690662593  15-OCT-11
      1    37214   690662593  15-OCT-11 690668154  15-OCT-11
      1    37215   690668154  15-OCT-11 690673574  15-OCT-11
      1    37216   690673574  15-OCT-11 690677649  15-OCT-11
      1    37217   690677649  15-OCT-11 690683129  15-OCT-11
      1    37218   690683129  15-OCT-11 690688406  15-OCT-11
      1    37219   690688406  15-OCT-11 690693988  15-OCT-11
      1    37220   690693988  15-OCT-11 690698971  15-OCT-11
      1    37221   690698971  15-OCT-11 690705146  15-OCT-11
      1    37222   690705146  15-OCT-11 690710236  15-OCT-11
      1    37223   690710236  15-OCT-11 690715886  15-OCT-11
      1    37224   690715886  15-OCT-11 690719326  15-OCT-11
      1    37225   690719326  15-OCT-11 690724866  15-OCT-11
      1    37226   690724866  15-OCT-11 690729976  15-OCT-11
      1    37227   690729976  15-OCT-11 690735596  15-OCT-11
      1    37228   690735596  15-OCT-11 690740660  15-OCT-11
      1    37229   690740660  15-OCT-11 690746167  15-OCT-11
      1    37230   690746167  15-OCT-11 690751851  15-OCT-11
      1    37231   690751851  15-OCT-11 690756900  15-OCT-11
      1    37232   690756900  15-OCT-11 690759044  15-OCT-11
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    5521    Incr 0  494.68M    DISK        00:03:24     15-OCT-11     
            BP Key: 5542   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T195017
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_NNND0_TAG20111015T195017_79MKZP6W_.BKP
      List of Datafiles in backup set 5521
      File LV Type Ckp SCN    Ckp Time  Name
      14   0  Incr 690768806  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\CCAPP.DBF
      126  0  Incr 690768806  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\WAAPP.DBF
      131  0  Incr 690768806  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\PSDEFAULT02.DBF
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    5522    Incr 0  193.66M    DISK        00:01:38     15-OCT-11     
            BP Key: 5543   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T195017
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_NNND0_TAG20111015T195017_79ML6DXJ_.BKP
      List of Datafiles in backup set 5522
      File LV Type Ckp SCN    Ckp Time  Name
      3    0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\UNDOTBS01.DBF
      4    0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\USERS01.DBF
      128  0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSAUX02.DBF
      132  0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\UNDO3.DBF
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    5523    Incr 0  644.30M    DISK        00:04:11     15-OCT-11     
            BP Key: 5544   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T195017
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_NNND0_TAG20111015T195017_79ML9NMK_.BKP
      List of Datafiles in backup set 5523
      File LV Type Ckp SCN    Ckp Time  Name
      1    0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSTEM01.DBF
      2    0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSAUX01.DBF
      127  0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSTEM02.DBF
      129  0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSAUX03.DBF
    BS Key  Size       Device Type Elapsed Time Completion Time
    5524    18.86M     DISK        00:00:10     15-OCT-11     
            BP Key: 5545   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T200023
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_ANNNN_TAG20111015T200023_79MLKTVM_.BKP
      List of Archived Logs in backup set 5524
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      1    37233   690759044  15-OCT-11 690764137  15-OCT-11
      1    37234   690764137  15-OCT-11 690768526  15-OCT-11
      1    37235   690768526  15-OCT-11 690770962  15-OCT-11
    RMAN> /** I left out some lines that seemed duplicate for my question - lines with the same SCN and some older archived logs. I can post the whole thing if it should turn out to be relevant.
    What SCN would be appropriate for me to use, taking into account this is a level 0 incremental backup, to restore to the point of a full backup?
    I'm fairly sure i can do the following: (and yes, this will result in a successful restore/recover)
    run{
    set until scn 690770341;
    restore database;
    switch datafile all;
    recover database;
    }     But is that really the point that I should recover to? The other alternative would be to recover to the SCN of those archivelogs at the very bottom?
    Thank you for any comments, whatever they are :-)

    I am copying the backups between different hosts (or external tape applications) and building the database from backups. So I create a blank instance and catalog the backup files, then specify an SCN to restore/recover.
    Would the SCN part be unneeded? I guess if I want to recover to the latest possible state, I do not need to specify any SCN :-). For testing purposes I only specified the full backup SCN to save time, but in the event this would be needed in a production environment, you are right that I would need to recover to the latest possible SCN. Thanks for pointing that out.

  • RMAN LIST BACKUP COMMAND

    I am using the following commands.
    RMAN> sql "alter session set nls_date_format=''dd-mon-yyyy HH24:MI:SS''";
    2> report unrecoverable database;
    3> report need backup days 2 database;
    4> list backup;
    5> EXIT;
    BS Key Type LV Size Device Type Elapsed Time Completion Time------- ---- -- ---------- ----------- ------------ ---------------
    6249525 Full 68G SBT_TAPE 01:38:05 *25-OCT-2010*
    BP Key: 6249547 Status: AVAILABLE Tag: TAG20101025T040741
    Even after setting nls_date_format, completion time in list backup command is not returning exact time..it is returning just the date..
    how to get completion time in RMAN LIST BACKUP COMMAND with hour,minute and second details...please let me know
    I am using catalog database...target database version 9i and catalog db version is 10g.
    Thanks,
    db

    NLS_DATE_FORMAT at OS level
    I tied this export NLS_DATE_FORMAT=DD-MON-YYYY HH24:MI:SS is throwing error
    NLS_DATE_FORMAT=DD-MON-YYYY: is not an identifier, please tell me what i am missing?

  • List backup; show different a different size to backup pieces

    Hi,
    when I exec a "list backup;" with RMAN the show Size values of a backup piece are not equal to file size of backup pieces. Sometime there are differences up to 50%. I found no reason why that both values differ, as "Size" is sometomes smaller and otherwise bigger than the file size.
    Does anyone has any idea ?
    thanks in advance,
    greets,
    Rainer

    I think You cannot restore 11.2.0.1 database to 11.2.0.2 .You can. See MOS Doc.ID 790559.1 - RMAN Restore of Backups as Part of a Database Upgrade
    Said that I've never tried to restore an Enterprise or Standard edition to a XE one, I think the problem here is not the version, but the edition, due to XE limitations.

  • Log shipping Could not retrieve backup settings for primary ID

    hello,
    I implemented log shipping in our server the process of implementation went fine but when I view job history I found
    Message
    2014-06-11 12:00:01.53    *** Error: Could not retrieve backup settings for primary ID '99817903-626e-4380-bcf1-c09ca6f48b6d'.(Microsoft.SqlServer.Management.LogShipping) ***
    2014-06-11 12:00:01.53    *** Error: The specified agent_id 99817903-626E-4380-BCF1-C09CA6F48B6D or agent_type 0 do not form a valid pair for log shipping monitoring processing.(.Net SqlClient Data Provider) ***
    2014-06-11 12:00:01.53    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
    2014-06-11 12:00:01.53    *** Error: The specified agent_id 99817903-626E-4380-BCF1-C09CA6F48B6D or agent_type 0 do not form a valid pair for log shipping monitoring processing.(.Net SqlClient Data Provider) ***
    2014-06-11 12:00:01.53    *** Error: Could not cleanup history.(Microsoft.SqlServer.Management.LogShipping) ***
    2014-06-11 12:00:01.53    *** Error: The specified agent_id 99817903-626E-4380-BCF1-C09CA6F48B6D or agent_type 0 do not form a valid pair for log shipping monitoring processing.(.Net SqlClient Data Provider) ***
    2014-06-11 12:00:01.53    ----- END OF TRANSACTION LOG BACKUP   -----
    Exit Status: 1 (Error)
    also I check for database ID using select * from msdb..log_shipping_primary_databases
    your help is appreciated.
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    MCSE Data Platform
    MCITP: SQL Server 2008 Administration/Development
    MCSA SQL Server 2012
    MCTS: SQL Server Administration/Development
    MyBlog

    Thank you all for your contribution.
    After testing and debugging I found that when they move their database from one server (server2) to another server (server1) the database still using the old name (server2) which you can findusing this script:
    SELECT @@SERVERNAME
    so the replication can't retrieve information, unfortunately for me it is difficult to rename the server because it sis development server so they need to make analysis about side effects if we renamed it. 
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    MCSE Data Platform
    MCITP: SQL Server 2008 Administration/Development
    MCSA SQL Server 2012
    MCTS: SQL Server Administration/Development
    MyBlog

  • List backup - can't see expired backups

    I just want to see all backup pieces I have (including the expired ones) but only see those that are available. Why is that so? The documentation sais I'm supposed to see all except the deleted ones.
    I can see all of my backups when I query the RC_BACKUP_PIECE view so why not in my "list backup" command?

    As Allan stated, there is only one backup kept during normal syncing. The backup created when you restore a device is separate from the one created when the device is synced. The backup created prior to a restore is marked in the syncing preferences of iTunes with the date and time when the backup was created. If you manually initiate a backup, I'm not sure which one that overwrites (it may, in fact, overwrite both).
    See:
    http://support.apple.com/kb/HT1414
    http://support.apple.com/kb/HT1766

  • "list backup of tablespace" - Not coming out back to RMAN prompt

    Hi All,
    We have a script to perform the restore and recover test process.
    In that we have given the command "list backup of tablespace <tablespace name > summary" to check if the tablespace is backedup successfully.
    Its returning the list of backup pieces, but it hangs in that stage without coming back to RMAN prompt.
    I have manually loged in to rman session and typed "list backup of tablespace <tablespace name > summary", after listing the backup it hangs and not coming back to RMAN prompt.
    Please advice on this.
    Thanks & Regards,
    Rakesh

    And your version and operating system are?
    Is this a production system with other things running or a home machine with minimal resources?
    If Windows specifically which edition of the Windows software (don't just say XP).

  • Controlfile_record_keep_count and list backup summary

    Hello All:
    I have the controlfile_record_keep_time=45. The list backup summary shows all the way upto October backups (over 100 days backup info). How is this possible? Are there any other params besides above?
    Thanks
    S~

    I think you are not purging expired backups. Once you do that, you should not see those expired backups. You should have retention policy set in your RMAN to get what you want along with some scripts that runs regularly to purge expired and obsolete backups.

Maybe you are looking for