"backup recovery area" ignore all save them

Hello everyone.

I use 11.2.0.4 on OL 6.5 EE.

I use suggested the Oracle backup strategy above I use "backup recovery area" at the end of the script and I spotted that he doesn't know to save them all. Please notify.

Hello everyone and thanks for your help.

I studied the issue and has managed to solve.

First I mw show you the parameters persistent rman:

Database with db_unique_name MYDB RMAN configuration parameters are:

CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;

CONFIGURE BACKUP OPTIMIZATION

SET UP DEFAULT DISK DEVICE TYPE;

CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK to "+ fra/mydb/controlfile/%F";

SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE;

CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1;

CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1;

CONFIGURE MAXSETSIZE TO UNLIMITED;

CONFIGURE THE DATABASE ENCRYPTION

CONFIGURE THE ENCRYPTION ALGORITHM "AES128";

CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD;

CONFIGURE THE NONE ARCHIVELOG DELETION POLICY;

CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / oracle/product/11.2.0/dbhome_1/dbs/snapcf_mydb.f';

Now I use another script to take my backup and it works fine

RMAN > run {}

2 > crosscheck backup;

3 > overlapping copy;

4 > overlap archivelog all;

5 > DELETE noprompt EXPIRED ARCHIVELOG ALL;

6 > delete noprompt ARCHIVELOG until TIME ' SYSDATE-8';

7 > DELETE noprompt EXPIRED BACKUP;

8 > delete noprompt obsolete;

9 > GET COPY OF DATABASE WITH TAG 'PAYMENT' until ' SYSDATE-8';

10 > LEVEL 1 INCREMENTAL BACKUP TO RECOVER WITH THE TAG 'MYDB' COPY DATABASE;

{11 >}

12 > run {}

13 > GAME CONTROLFILE AUTOBACKUP FORMAT for DEVICE TYPE DISK TO ' / storage/flash_recovery_area/MYDB/controlfile/%F';

14 > save destination recovery area "/ storage/flash_recovery_area";

15 > BACKUP VALIDATE CHECK DATABASE LOGIC ARCHIVELOG ALL;

{16 >}

Tags: Database

Similar Questions

  • "BACKUP RECOVERY AREA DESTINATION" and several channels

    Hello

    I'm on 11 GR 2.

    I use the feature OF "< specific directory >" DESTINATION of the order of CONSERVATION RECOVERY AREA

    staging the backup, my CRF, a few hours earlier. I wish

    1 / to be able to compress this backup in my <>directory (my regular backup to the FRA is * not *)

    Tablet!) ;

    2 / and to parallelize this staging.

    Here http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsubcl018.htm#CIHBDIGE

    at some point, they say that "this paragraph, when it is used with the BACKUP RECOVERY AREA , allows.

    allowing you to designate a drive as the location channel': How do you understand this? Do you want that he woud allow you

    to specify things like

    Run {}

    ALLOCATE CHANNEL c1 DEVICE TYPE disk FORMAT ' / usr/oracle/FRAstaging ' MAXPIECESIZE 100 G;

    TYPE of DEVICE of c2 ALLOCATE CHANNEL FORMAT drive "/ usr/oracle/FRAstaging ' MAXPIECESIZE 100 G;

    recovery zone backup destination c1;

    recovery zone backup destination c2;

    }

    or should I rather do something like:

    Run {}

    TYPE of DEVICE of c1 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

    TYPE of DEVICE of c2 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

    recovery zone backup destination "/ usr/oracle/FRAstaging";

    }

    or simply? :

    Run {}

    TYPE of DEVICE of c1 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

    TYPE of DEVICE of c2 ALLOCATE CHANNEL MAXPIECESIZE 100 G drive.

    backup recovery area;

    }

    Has anyone tried to stage his FRA on some directory of operating system or backup tape?

    Which of the above syntax is correct? Any idea?

    Thank you very much!

    Kind regards

    SEB

    Hello

    The correct syntax is the second. Take a look:

    RMAN> run {
    2>  ALLOCATE CHANNEL c1 DEVICE TYPE disk MAXPIECESIZE 1G;
    3>  ALLOCATE CHANNEL c2 DEVICE TYPE disk MAXPIECESIZE 1G;
    4>  backup recovery area to destination '/u04/temp';
    5>}
    
    allocated channel: c1
    channel c1: SID=453 device type=DISK
    
    allocated channel: c2
    channel c2: SID=36 device type=DISK
    
    Starting backup at 09-OCT-14
    specification does not match any datafile copy in the repository
    channel c1: starting compressed archived log backup set
    channel c1: specifying archived log(s) in backup set
    ......
    

    The first syntax is bad because you can't say "to destination c1. The destination must be a path.

    The third argument is false because ' RMAN-06603: DESTINATION option must be specified with the AREA of RECOVERY, RECOVERY of FILES or DB_RECOVERY_FILE_DEST on the disk device.

    Kind regards

    RJ

  • Flash games of backup recovery area

    Hello

    How can I know if an Oracle 11 g server did backups hot correctly? I'm not able to open the database console unless I'm bouncing of the database - but I don't want to. The last files in the folder "backupsets" shows XX in March 2010. In addition, any file in the folder archived online journal has been deleted by Oracle. No idea how to do to find out if Oracle 11g backup automatically and how solve the problem. It has only a small bit more than 65 GB of disk space in the recovery flash drive.

    Usually, what happened in the past, was that, when he failed to place, Hung database instance.

    Thank you.
    Andy

    Hi, if flash_recovery_are is full so you can increase size of FRA as:
    export ORACLE_SID =(set ORACLE_SID =)
    sqlplus "virtue sysdba".
    ALTER system set db_recovery_file_dest_size = 60G (i.e. exampe)

  • AREA of BACKUP RECOVERY backup obsolete backupsets

    Hello

    I implemented a similar to that described here backup strategy: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkscenar002.htm#sthref801. My backup script has these steps include:

    # Backup tape flash recovery area
    BACKUP RECOVERY AREA;
    # delete obsolete backups on tape
    REMOVE the TYPE of DEVICE OBSOLETE sbt;

    I noticed that some backup sets is deleted band due to being outdated and the next day they are written on the tape again. This is because I do not explicitly remove obsolete backupsets of FRA on disc (they are automatically deleted by Oracle when the pressure of space arises), but obsolete backups are deleted explicitly the Ribbon.
    And because only "AREA of RECOVERY of BACKUP" backups FRA whole tape, including obsolete backups, who are transferred to the Strip and then deleted every day until they are automatically removed from the FRA.

    Is there a way to tell the RECOVERY AREA command BACKUP not obsolete backup games?

    Thanks in advance for any response.

    Kind regards
    Swear

    I apologize, I think I misread the scenario. However, to my knowledge there is no direct way to accomplish what you want to do (although it would certainly be a useful feature).

    In your case, if it can be done with politics / the volume of your band, you could DELETE OBSOLETE less often against the heap and therefore files will remain on disk longer and will not be copied to tape several times.

  • I DELETED MY PDF FILES AND AGAIN USING THE RECOVERY SOFTWARE I FIND ALL MY FILES BUT NOW WHEN I OPEN FILES THAT IT SHOWS (THE FILE MAY BE CORRUPTED OR NOT SUPPORTED FORMAT.NO HOW CAN I OPEN THE FILES.) ALL OF THEM ARE MY DOCUMENTS IS VERY IMPORTANT. PLEAS

    I DELETED MY PDF FILES AND AGAIN USING THE RECOVERY SOFTWARE I FIND ALL MY FILES BUT NOW WHEN I OPEN FILES THAT IT SHOWS (THE FILE MAY BE CORRUPTED OR NOT SUPPORTED FORMAT.NO HOW CAN I OPEN THE FILES.) ALL OF THEM ARE MY DOCUMENTS IS VERY IMPORTANT. PLEASE PROVIDE ME WITH A

    Deleted file recovery can recover incomplete files, i.e. the part of these files may be missing.  Recover deleted files is much more reliable if recovery of a backup, instead of using recovery software.

    These things depend on the operating system and the file system.

    One thing, you can see: open one of these files damaged with a text editor, and then make sure that the constant % PDF is somewhere in the first 1024 bytes.

    PS please do not post ALL uppercase; It is very difficult to read!

  • All my adobe files are corrupt. I saved them on my computer, my external hard drive and flash players. All report them at the same time as all my PSD files and I are corrupt.

    All my adobe files are corrupt. I saved them on my computer, my external hard drive and flash players. All report them at the same time as all my PSD files and I are corrupt.

    My computer recently had an error with the System 32 and will not open if I reformat, which means I lose everything on it. No problem, because I supported straight? It turns out that all my backups say they are corrupt. Do I just terrible luck, or is there a reason why none of my files works when I try to open them on another computer?

    Try the bugcheck on the ext hdd. Right click on the drive in 'my computer' > 'properties' > 'Tools' > click 'check now '.

    You can restart your pc and reconnect the ext hdd.

    Recuva Piriform is a free data recovery program.

    Google for more solutions

  • Convert Photos from iPhoto. Why will it erase all the pictures on my computer?  How can I save them?

    Convert Photos from iPhoto. Why will it erase all the pictures on my computer?  How can I save them?

    Why will it erase all the pictures on my computer?  How can I save them?

    You don't have to do anything.  When you open your iPhoto library with the new photo app that the existing library is migrated to a new library of Photos.  However, as with any operation should have a current backup before proceeding.

  • I have about 530 jpegs that were the records to progressive JPEG, and I need to save them all to standard baseline JPEG.  How to do all this without recording them one by one?

    I have about 530 jpegs that were the records to progressive JPEG, and I need to save them all to standard baseline JPEG.  How to do all this without recording them one by one?

    Hi Rachel

    Go file > Scripts > Image Processor which opens this Panel

    It will be easier if you put all the images in a folder, you can select this folder and all the files it contains batch. The numbered sections are in the order you need to follow, so nice an easy.  Don't forget to assign a location record well, or you might struggle to find their.

    An alternative, FI you re using Windows is Irfanview.   It has more options than the Image Processor, but maybe it's a little harder to use.

    http://www.IrfanView.com/

    Good luck

  • How to say the script colse all files and save them, but not untitle docs

    Hello world

    I want colse open files and save them, but not the files that have never been saved.

    Try this script, but I ran after, all files are not saved.

    docs var = app.documents.
    for (var i = docs.length - 1; i > = 0; i--) {}
    if(App.activeDocument.Saved == false) {}
    docs [i]. Close (SaveOptions.no);
    }
    Another yew (docs [i] m:System.NET.Sockets.Socket.close (SaveOptions.YES));
    }

    can someone tell me what is the problem with the script?

    Thank you

    Respect of

    Teetan


    var docs = app.documents;
    for (var i = docs.length-1; i >= 0; i--) {
        if (docs[i].saved == false) {
            docs[i].close(SaveOptions.NO);
        }
        else {
            docs[i].close(SaveOptions.YES);
        }
    }
    
  • backup drive died with all my photos adobe has all my photos as thumbnails how do I get the thumbnails to adobe? where are they that do not have the habit of losing their thanks

    backup drive died with all my photos adobe has all my photos as thumbnails how do I get the thumbnails to adobe? where are they that do not have the habit of losing their thanks

    If you mean that the unit containing your photos is dead and that can still be seen in the catalog, I'm afraid, you can't do anything.

    The thumbnails are stored in a cache file that is a sqlite database. Each thumbnail is stored as a binary field in two very small dimensions: 120 x 160 and 240 x 320 pixels. It is not an image format and I don't think there's a way to extract them.

    The cache file is named thumb.5.cache and is located in the catalog folder. You can locate this file in the menu help/information system of the Organizer.

  • VMware data recovery high CPU, all backup IDLE tasks

    Hello

    Today, I noticed that data recovery is very active, but all my backup jobs are inactive.  According to the top in the VM data recovery:

    vDR.JPG

    The CPU seems busy, and all hearts across this ESXi host are fortification at 85%, with an average of 15%.  What could cause this?  I don't want just restart the virtual machine without understanding what is happening.

    I allocated 2 virtual processors and 2048 MB of mem for vDR.

    vDR version: 1.2.1.1616

    vSphere 4.1u1

    Thank you

    It could have been a check re-indexing, recover or integrity. If a re-indexing running backup jobs will not start. Validate through the logs of vDR.

  • How can I close Firefox (closed) if properly run two windows with multiple tabs in each and I want to save them all?

    How can I close Firefox (closed) if properly run two windows with multiple tabs in each and I want to save them all? I tried to close each window by clicking the X in the top right, and then restart Firefox only loads the last closed window. Is it possible to close Firefox so it restarts with both windows?

    Hi osenochen, some additions to the first response:

    • You can display the classic menu temporarily bar by pressing Alt or F10 to access the file menu
    • There is also an icon of 'power' at the bottom of the graphic application menu (the one which is displayed by the button "3-bar" menu) If you prefer
    • If you closed a window and you want to re - open, go to the history menu and see a list of recently closed windows (by default, up to 3 windows closed are stored and can be re-opened - not applicable to windows private)
  • In the Windows Task Manager, I have 76 processes running. What are they all? Can I reduce/close them?

    In the Windows Task Manager, I have 76 processes running. What are they all? Can I reduce/close them?

    I am only a very lightweight browser and the user of the social network. I do not use my PC for something else.

    It is average for a system Windows does not.

    Windows is broken down into different components so they can be executed in parallel to improve performance.

    Their closure will cause your computer to malfunction and eventually fails.

    Run process Explorer to give you a description of each process and information on the services that are running in each svchost process.

    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653

  • How is it that when I click on clear form Acrobat is option clears all fields populated by a JavaScript document level and if I save them the start of the JavaScript document level form is no longer works?

    How is it that when I click on clear form Acrobat is option clears all fields populated by a JavaScript document level and if I save them the start of the JavaScript document level form is no longer works?

    Or a link to the form or a sample with the same problem.

    You only set the function to run but not executed.

    You should add a line like:

    AtStartup();

    to your script.

    As noted if you have been set "defaultValue" to the fields, then clear the fields would remove any entry present and restore the default values.

    Or you could write a custom JavaScript to clear the fields and then run your startup script.

  • Deactivation of Dell Backup &amp; Recovery Notifications

    We have a number of new PC (Win 7 Pro 64 bit) who all Dell Backup & Recovery installed. Now, I take that uninstall completely is not a good idea because of the way it is strongly linked to do system recovery / restore? So, how the to I turn of the annoying notifications! I don't want to hear/see anything about this piece of software! Especially since most of the notifications are 'NAGs' about 'try our cloud services' (I don't want them), or "upgrade to the pro version" (NOT a chance). They are opinions only in so much as they try to me I don't want to sell.

    Hi, due to problems in communicating with you, here I called Technical Support this morning (Dell case Ref: 895569609). They were able to confirm that, after you create a recovery on the USB media, had no reason why I couldn't just go ahead and uninstall Dell Backup & Recovery. They also confirmed that when you access Backup & Recovery via the Windows Start menu troubleshooting (accessed via F8 as Windows starts), it is run from the hidden restore partition and not affected by the uninstall of the Windows software itself. That's what I've went ahead and did to get rid of notifications. What about George

Maybe you are looking for

  • DC7700 Small Form Factor: BIOS of HP DC7700 SFF

    I have a DC7700 sff desktop that was running Windows 10 with a glitch. With each operating system installed (LInux or Windows), I saw an error memory 4 intermittent beep. I have reinstalled the memory, replaced the modules, and nothing seemed to help

  • Lost recovery disk Toshiba Satellite A50

    I am currently in the United Kingdom. I bought my laptop TOSHIBA to Hong Kong in 2004. I lost the recovery disk and cannot restore my laptop after the recent attack of virus on my laptop. Please let me know how I can get the recovery disk. The operat

  • The contact picture won't go away

    I don't know why his contact, framed in red, pic does not disappear when she answers my call. Her webcam does not appear, or when I'm using a different program, instead, it shows the call as if his clip isn't on. I tried to reinstall and it didn't ha

  • Re: Equium L40-10 X - need new WiFi card

    Hi all My wifi on this phone card is questionable for some time, often drop out, apparently uninstall drivers (not appearing is not in Device Manager). I've done all the fixes software I know (restoration of the system, clean install of windows, chec

  • "The Windows Update cannot currently Check For Updates, because the Service is not running. You may have to restart your computer.

    Unlike before, I can't launch the Windows automatic update service now, I suspect that my computer is infected virus, I just install demo version free of McAfee internet security and run a full scan, no infection has been detected. Description: When