Is there a way to backup the catalog only not listed in the catalog? "CATALOGUE START WITH" generates double entry.

The version of DB is 11.1.0.7.

The 'CATALOGUE START WITH' not only added the backup set that are not in the RMAN catalog, but also added a second copy of files that are already in the catalog.
The files are not a second copy; they are the same file in the same directory.

Having two copies of the catalogue, by mistake when you explicitly delete the backups.
We must add the force clause to avoid the error.
RMAN > delete backup FORCE tag "off site-1';

The clause of power ignores any IO error.
The removal is part of our regular off-site backup script, which returns a false positive error when the clause is omitted.
I don't want the clause, in order to be informed if the backup set that are supposed to be on the disk is not here, for example, if someone had removed the files manually at the level of the BONE without using rman.

Is there a way to backup the catalog only not listed in the catalog?
or maybe delete the copy entry #2 of the catalog?

Find below an example test scenario:

RMAN > list backup tag summary "off SITE-1';
Backup list
===============
S LV TY Device Type delay #Pieces compressed #Copies Tag key
------- -- -- - ----------- ------------------ ------- ------- ---------- ---
12. A DISC 11 JUNE 13 09:41:45 1 1 NO OFF SITE-1
13. A DISC 11 JUNE 13 09:43:31 1 1 NO OFF SITE-1
14. A DISC 11 JUNE 13 09:43:33 1 1 NO OFF SITE-1
15. A DISC 11 JUNE 13 09:43:34 1 1 NO OFF SITE-1

RMAN > CATALOGUE START WITH "C:\backups\offsite_disk\IBISdatabase\scheduled_offsite";
the search for all files that match the pattern C:\backups\offsite_disk\IBISdatabase\scheduled_offsite
...
cataloging done
List of cataloged files
=======================
File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\06OBTJEP_1_1
File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\07OBTJI3_1_1
File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\08OBTJI5_1_1
File name: C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\scheduled_offsite\09OBTJI6_1_1

RMAN > list backup tag summary "off SITE-1';
Backup list
===============
S LV TY Device Type delay #Pieces compressed #Copies Tag key
------- -- -- - ----------- ------------------ ------- ------- ---------- ---
12. A DISC 11 JUNE 13 09:41:45 1 2 NONE OFF SITE-1
13. A DISC 11 JUNE 13 09:43:31 1 2 NONE OFF SITE-1
14. A DISC 11 JUNE 13 09:43:33 1 2 NO OFF SITE-1
15. A DISC 11 JUNE 13 09:43:34 1 2 NONE OFF SITE-1

RMAN > DELETE BACKUP TAG "off SITE-1';
List backup items
BP key BS Pc # Cp # status Type room nom_peripherique
------- ------- --- --- ----------- ----------- ----------
24 18 1 1 AVAILABLE DISK C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 < <-same file
30 18 1 2 AVAILABLE DISK C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 < <-same file
25 19 1 1 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
31 19 1 2 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1
26 20 1 1 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
32 20 1 2 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1
27 21 1 1 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1
33 21 1 2 AVAILABLE ON THE DISC C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1

remove the item from backup
= RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 backup piece handle = STAMP 24 = 821470356
remove the item from backup
= RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1 backup piece handle = STAMP 25 = 821470356
remove the item from backup
= RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1 backup piece handle = STAMP 26 = 821470356
remove the item from backup
= RECID C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1 backup piece handle = STAMP 27 = 821470357
6 objects deleted

RMAN-06207: WARNING: 4 items could not be removed for DISC due channels
RMAN-06208: status do not match.  Use the OVERLAP command to set status
RMAN-06210: list of relevant objects
RMAN-06211: =.
RMAN-06212: filename/Type object Handle
RMAN-06213: --------------- ---------------------------------------------------
RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\06OBTJEP_1_1 of backup
RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\07OBTJI3_1_1 of backup
RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\08OBTJI5_1_1 of backup
RMAN-06214: part C:\BACKUPS\OFFSITE_DISK\IBISDATABASE\SCHEDULED_OFFSITE\09OBTJI6_1_1 of backup

Hello

List of Files Unknown to the Database
=====================================
File Name: /oracle/product/10.2.0/db_2/dbs/hc_db10g.dat
File Name: /oracle/product/10.2.0/db_2/dbs/initdb10g.ora
File Name: /oracle/product/10.2.0/db_2/dbs/lkDB10G
File Name: /oracle/product/10.2.0/db_2/dbs/.initTestDB.ora.swp
File Name: /oracle/product/10.2.0/db_2/dbs/snapcf_db10g.f  

Do you really want to catalog the above files (enter YES or NO)? no

Here you can see the database says 'Unknown files to the Database list' and then asks to added above files. These files are of no use to the RMAN. So I went no.. But the backup in the directory file is cataloged twice already, but watch copy 1 when asked of RMAN. Probably, it might be a bug and it is advised to increase SR with oracle to resolve the problem.

Thank you!!

Tags: Database

Similar Questions

  • Is there a way to get the first Pro CS6 with still now I can't find the previous, offered versions with the subscription of the CC 2015?

    Is there a way to get the first Pro CS6 with still now I can't find the previous, offered versions with the subscription of the CC 2015? What is recommended for creating DVDs with interactive menus?

    Instructions again, cloud or version https://forums.adobe.com/thread/1992717 serial number
    -a of notes on different versions of cloud and step by step on these differences
    -contains information about the separate library download which is necessary
    -CS6 is the last reminder, see here #8 why http://forums.adobe.com/thread/1337952?tstart=0

    Still and 10 Windows https://forums.adobe.com/thread/2015461 use the compatibility mode of Windows 8
    problem/solution to install Encore CS6 https://forums.adobe.com/thread/1934087

  • Is there a way to find the IP address associated with a device that is currently using my Apple ID?

    Hi, is it possible to find the IP address associated with a device that is currently using my Apple ID? There is a device currently using my Apple ID, and I would like to know its IP address. When I connect to appleid.com, the device is listed. The device is an iPhone. It is an emergency situation. Thank you.

    Unless it's on your local network, the IP address won't be useful to you in any way. (and no, you can do that)

    If this is really an "emergency", inform the authorities.

  • HDR - Is AS15 there a way to disable the beep of start/stop?

    Is there someone to turn off the beep when the power of shooting?

    Very nice work.

    Its a shame that you have to cut wires in order to do this though.

    I hope that Sony will implement it soon update the firmware.

    Tony

  • Is there a way to remove the feature of forehand with which my whole screen changes?

    Original title: how to use the trackpad on Windows 8

    Hello

    I recently switched to a computer HP Pavilion Touchsmart Sleekbook 14, but I'm a Mac and I'm a bit confused. On the trackpad, I believe it is called, whenever I can swipe right of my screen everything changes. Its there anyway to remove this feature, or turn it off? I hate having to return to the Web page whenever I'm using my trackpad.

    Any help would be appreciated

    Hi Nicolas,.

    If you use Windows 8.1 and you want to disable the active corners 'Charms Bar' or 'App Switch List', then this tutorial will definitely help you:

    METHOD 1: Use of taskbar properties

    1. right click on taskbar and select Properties .
    2 it will open the Properties window for the tasks and the Navigation bar.
    3 go to the "Navigation" tab and uncheck the options in the section "navigation corner" following:

    • When I tap the upper right corner, show the charms
    • When I click on the top left corner, pass my recent applications
    • option 1 will disable Charms Bar and the 2nd option will disable list App Switch.

    4 apply changes and it will immediately disable active corners in point 8.1 of Windows.

    METHOD 2: Using laptop settings

    You can also disable active corners using the laptop settings (aka Metro Control Panel).

    1. move your mouse cursor to the top-right corner or bottom right of the screen and click the settings present in the bar of charms.
    2 now click on the option "change PC settings.
    3 it will open a laptop settings page. Now, go to the section «PC & devices-> corners & edges»
    4 as you can see in the screenshot above, you can disable the hot corners by setting the two options present in the section "navigation corner" to Off.

    If the problem persists, or you have questions about Windows, do not hesitate to let us know.
    We will be happy to help you.

  • Is there a way to make the text transparent, but with a glow outside?

    I know this probably sounds confusing, so I have a picture to show you what I mean. I'm working on a project in illustrator and I wish I could make my transparent text, but still have an outer glow like this (luxury haves):

    Screen shot 2011-09-25 at 2.25.43 PM.png

    Thank you people!

    Of course, is.  Piercing group is your friend.

    Take off the filling of the character level and put pure white on the level of the type (using the appearance Panel) give it a transparency to multiply, making it invisible.  Put your outer glow the type level, then to the last magic step, reselect the type level and completely check group piercing.  Piercing group isolates to interactions of transparency in everything you apply it to.  In this case, your object type, so your white filling multiplies out visibility just by being there to create the outer glow.

    You thought you had a confusing question... What is the answer?

  • Is there a way to see the anchor of start/end of the object?

    Untitled.jpgHow would the star, I know where it would be start/end if I had to use a laser machine for cutting the shape

    Add arrow heads

  • Is there a way to control the speed of moving effective model?

    The model default target passage effect of movement speed is something like

    Starting with a target very slow movement speed, gradually increasing to the highest speed in the middle of the passage, then gradually reduce the speed to zero at the end.

    Is there a way to make the target moving uniformly with a single constent speed from end to end?

    The default easing you describe is using the Sine easer.

    You can give the effect an easer linear to get the behavior you want.

    For example,.

  • Is there a way to process the pictures without putting them in the catalog?

    Is there a way to process the pictures without putting them in the catalog?

    Hello

    The answer is no. You can not 'open' a file in Lightroom as in Photoshop. The image file must be referenced by the catalog before you do anything for her. This does not mean that the image file is duplicated, however. The catalog contains only the path to the file, not the file itself.

  • Is there a way to backup/backup search engine?

    Is there a way to backup/backup search engine, I collect (used in the search bar of the extreme left) as I do so I can restore when I reset or reinstall the favorite browser?

    It is not as convenient as bookmarks... If you have a backup of your Firefox profile folder backup program/service, your plugins search engine is here. More specifically, you can find them as follows:

    Open the settings folder (AKA Firefox profile) current Firefox help

    • button "3-bar" menu > "?" button > troubleshooting information
    • (menu bar) Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table of the page, click on the view file"" button. This should launch a new window that lists the various files and folders in Windows Explorer.

    Find the searchplugins folder and copy its contents into a place course every so often.

  • Is there a way to change the default options when receiving the Images on parachuting on a mac?

    Is there a way to change the default options when png or JPEG received on a mac? I can choose between backup to the downloads folder, or open photos. I would like to open in preview instead. Any ideas?

    Problem solved. No apparent reason, the two choices (save downloads and open in photos) presented disappeared and now I have the only option I get is to open the image in preview. No idea how this happened, but my problem is solved.

  • Is there a way to recover the EFS encrypted files stored on an external drive without the origianl certificate?

    Is there a way to recover the EFS encrypted files stored on an external drive without the original of the certificate?

    I had photos/files stored on an external drive and have been encrypted with EFS in XP. The main drive crashed, all keys have been lost. Got a new main drive, installed the new OS and now can't access encrypted files.

    Unless you can retrieve parts of your old drive or have a backup of your encryption certificate, you have probably lost all of your encrypted data.  Recovery agents work only if they are in place when the file/folder is initially encrypted.  A program like AEFSDR might be able to resurrect your old certificate from your old drive if it is readable at all.  If you plan to use EFS in the future, make sure you read the following article the court - particularly paragraph entitled "why you should back up your certificates.

    "Best practices for EFS file system.
      <>http://support.Microsoft.com/kb/223316 >

    HTH,
    JW

  • Is there a way to disable the timestamp in the file history?

    Hello.

    Is there a way to disable the timestamp in the file history?

    Original title: file history

    No, you can't turn the timestamp in the file history.  That's how the backup system knows what backups are latest to avoid corruption and file damage.  It is also an inherent requirement of the NTFS file system, which require that all the files have the underlying timestamps.

  • Is there a way to recover the spfile if I remove the spfile?

    Hello

    Is there a way to recover the spfile if I remove the spfile?

    I did a full backup rman db.

    Thank you.

    OK, when you discover a "Note", it means a Metalink Note (now My Oracle Support). RMAN start the instance, it used a 'fake' spfile, when you restore the 'real' your backup spfile you must stop the db so when restart you the restored spfile is read with the correct values for the db settings.

    HTH

    Enrique

  • Is there a way to change the returning to the previous lock screen "click on" sound?  In the last update, the sound has changed.

    In the last update, lock/nattering screen changed, is there a way to change the click / sound, so that it is similar to the sound of the previous version?

    # Which is integrated into the iOS and there is no user input that can change.

Maybe you are looking for

  • Encrypted drives not mounting (you need to enter disk utility)?

    That is not appearing is not in the Finder when I plug it in or after a reboot. Don't know why... tried to remove entries from keychain etc nothing in 'fstab '... ... I vaguely remember trying to stop mounting encrypted disks once before, when I was

  • What graphics card to buy for 3000 N100?

    Hi allMy laptop came with the built-in 64 MB graphics card intel. I want to upgrade. Lenovo 3000 N100 computers laptops offers card nVidia Ge Force Go 7300 64 mb / 128 mb. But I want to know is the only choice of upgrade? Like, can I use any other br

  • my hard drive has disappeared

    Please help mymy Windows 7 ultimate damaged and I try to install new using usbnow, when I get to the disk selection step, I find not a disk or a partition!What is the problem?Please help me[Laptop model Hp compaq 6518b (GM188UCRABG)]

  • Not available after a Windows 7 install own switchable Graphics

    Hello I had to clean install Windows 7 due to a problem that I created in the first place. In any case, everything works fine, except for the Radeon graphics card. I own a HP Pavilion g6-1279sl Notebook. It is supposed to have an Intel HD Graphics 30

  • Category of junk mail from Yahoo

    Most of my emails is being labeled as "undesirables" and go to the "unread" folder in my Yahoo email account.  It's never happened before.  The emails are all senders.  Any suggestion?  I use Firefox and I have Windows 7.