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)

Tags: Database

Similar Questions

  • "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 >}

  • "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

  • 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.

  • 11g XE - flash recovery area is not enabled.

    Hi all

    I just installed 11g XE on Oracle Linux 5.2 64 bit (inside VirtualBox under Windows 7 64-bit). Everything seems to work fine, I can access to Apex, SQLPLUS, etc...
    However, when I try to run the BACKUP DATABASE, I get:

    ==================== ERROR =========================
    Backup of the database failed
    ==================== ERROR =========================
    flash recovery area is not enabled.

    I checked and double checked my settings and everything looks fine for me:

    SQL > show parameter DB_RECOVERY_FILE_DEST;

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    db_recovery_file_dest string/u01/app/oracle/fast_recovery_area
    whole large db_recovery_file_dest_size 10G

    I even reset these settings just in case but still no luck.

    If anyone know what could cause this?
    Thank you!
    François

    logged as root (which is part of the DBA group), I try to be the icon "Backup Database" published by the Oracle 11 g XE installation program

    Can you try to run it as user Oracle?

  • in the life situation, is the flash recovery area used often?

    Hi all

    in the life situation, is the flash recovery area used often? or being extinguished?

    What is general practice?

    Thank you

    Andrew

    Andrew,

    First that you must answer - what you want to with flash recovery area (FRA). FRA may or may not be used with another technology - flashback database.

    (i) are you using a base of data of flashback (database +, not table or query flashback flashback), i.e. you have lit the flame of the database? If so, you need to use CRF because that's where the FB connect to go.

    (ii) If you don't use flashback database, you can, but you don't need to use FRA. FRA can be used for database backups and archived logs archived backups of logs.

    I strongly suggest not to use FRA for archived logs. As a corollary, I strongly suggest backups seprating and newspapers archived on separate file systems (and underlying disks), if possible. Don't forget, you can always re-create a lost backup using logs archived. but never an archived newspaper lost. If you have lost journal #345, but all the others to have #346-#1000, it doesn't matter; recovery stops at 345. So imagine put backups and newspapers archived on a single point of failure - you lost two of them.

    Therefore, I use different locations for backups and archived logs, somewhat defeat the purpose of the FRA, where both are supposed to go.

    Caveat: I do this for all important databases. If a database is not so important, well...

    I hope this helps.

    Arup

  • management of the Windows flash recovery area

    Hi experts,

    We use oracle 10G R2, enterprise edition on windows 2003 Advanced Server...

    We have a size 20 GB database with archive log mode and archiving destination specified to Flash the recovery area. We don't use RMAN as a backup strategy. and are flash recovery size is set to 5 GB. as it is an OLTP system, it generates a lot of log archiving in the flash recovery area, order of frequent newspaper with the redo log file size is 100 MB.

    I would like to know, how can I manage the flash recovery area, if I do not use RMAN to specify archivelog retention policy? How can I specify that oracle should keep log archive files to flash recovery are for 5 days? as we know that oracle won't remove any permanent file at least flash recovery area that it is obsolete, and database may hang if there is space in recovery is full... I can take the log backup archive to another disk, but is it possible to say oracle keeps log archiving for 5 days and remove them to recover space in case of disk space full for the flash area?


    or if I put the retention using RMAN policy, it will take effect for maintain the retention policy and remove the log archiving obsolete in the area of flash recovery after 5 days, even if I do not use RMAN to back up my database?

    any suggestions would be much appreciated

    Thanks and greetings
    VD

    Vikrant dixit says:
    We use import export for backup of database (political company it's not mine)

    Then suggest or explain this imp/exp is not any type of backup. It's a data dump. And it won't save disaster. There will be data loss. If it's good to society, then it's ok.
    And then perhaps it is not necessary to keep the database in log mode archive if exp/imp is used.

    .. .and archive logs are generated and not backed up yet... that's why I asked this question here how manage space flash in a future close if space is complete in the same...

    Then, you must implement the log backup archive and deletion with rman. And if already happens with rman, then why not go further and use rman for full database backups.

    What you need to do:
    1 understand how often do you need to archive backup logs
    2. When you save them (tape, disk)
    3. making scripts to archive log backup or remove and obsolete backup deletion.
    It may be just a script
    delete any backup archivelog entry;
    remove obsolete;

    Look here for more details on orders:
    http://youngcow.NET/doc/Oracle10g/backup.102/b14192/Bkup.htm#g1050005

  • Using a USB flash drive for backup more driver and application backup recovery

    I have a 32 GB flash drive I used to create a recovery for my Aspire S7 backup using Windows 8.1. I understand that in creating this backup everything on the flash drive is deleted before creating backup. Can I now use this drive for other purposes, e.g., pilots and backup applications, pictures, documents, etc., or this flash drive now should he remain dedicated to the sole purpose of being a backup recovery?

    Hi zimmerbob

    I keep as a backup to dedicated recovery flash drive and use one for drivers & applications.

    It is always wise to keep the recovery discs, as well as the recovery disks. Flash memory is quite inexpensive for the moment!

  • Flash recovery Area

    Hello Oracleites,

    I have a question for you guys today.

    I have a data base of production with a size of 1 TB. We planned to RMAN backup in progress of implementation on it every night.

    We don't have the Flashback option enabled for this database. Now we intend to enable recovery flashback on this database option.

    Could you please help in finalizing the figures on how much Flashback recovery area, we need to get this implemented.

    Appreciate your help.

    Thank you

    Martine Sra

    Hey Garry Sra,

    Well, you're the only one who could answer this answer, but what to look at is:

    1. How much redo is generated by the database if it is enabled in archivelog mode. If it isn't, then you must analyze married how your online newspapers, can be restored for a day;
    2. What will be your SLA regarding archivelogs in the disc, the archivelogs backup routine and the retention time of flashback (flashback is activated)?
    3. After that, you can make sure how much area recovery Flashback database will need.

    Kind regards.

  • Remove the Flash recovery area

    Hello
    IAM on oracle 11.2.0.1 on windows 2008 64-bit. We have a database with the recovery flash set up in her area. We want to delete (IE completely remove the flash recovery area without affecting the DB). So, what should I do? I can find one of my files to control it. I want to completely remove the flash recovery area so that my data files and files redo, control files can be on the same location. Thanks in advance.

    Hello

    In addition to having a control file in the flash recovery area, which is strange, not desired, I wonder if you have covered Google for the answer: http://www.lmgtfy.com/?q=oracle%20remove%20flash%20recovery%20area

    Transfer the control file to another location means a change in the spfile and restart the database.

    For the rest, refer to the manuals

    Success
    FJFranken

  • changing the location of the log archiving PLZ flash recovery area HELP!

    Hi all

    My journal archive is stored in an area of memory flash that got the full and the production server is down.

    Details of the alerts log file...
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 43432960 bytes disk space from 2147483648 limit
    *** 2010-04-25 14:22:49.777 62692 kcrr.c
    ARCH: Error 19809 Creating archive log file to 
    
    '/oracle/product/10.2.0/flash_rec
    overy_area/EDWREP/archivelog/2010_04_25/o1_mf_1_232_%u_.arc'
    *** 2010-04-25 14:22:49.777 60970 kcrr.c
    kcrrfail: dest:10 err:19809 force:0 blast:1
    I deleted the files and started the database,

    Can a good person kindly tell me how to avoid this problem in the future by keeping the destination of the newspaper archive in the flash recovery area.

    I want to change the location of the files to archive log, can someone ' a please guide me about hiow to do

    I changed the size of the area of recovery flash for now, but I fear that it will be again!
    SQL> select * from v$flash_recovery_area_usage;
    
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    ------------ ------------------ ------------------------- ---------------
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                99.44                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    
    6 rows selected.
    
    SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE = 4G ;
    
    System altered.
    
    SQL> select * from v$flash_recovery_area_usage;
    
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    ------------ ------------------ ------------------------- ---------------
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                49.72                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    
    6 rows selected.
    Kind regards

    Published by: user10243788 on April 25, 2010 06:12

    following steps should be ok
    (1) create pfile from spfile;
    (2) remove the unnecessary params
    (3) configure log_archive_dest_1
    Note: do not remove the db_recovery_file_dest, db_recovery_file_dest_size, and parameters. they may be required at another time
    (4) stop and start your database using this new pfile
    (5) check if the archives are in one place
    (6) create spfile and bounce database to ensure that it uses spfile

    Please try all the steps test env first and go ahead in the event of success, to production

  • Add redo log Member Flash recovery area

    I have an Oracle 10 g server.

    Database is in archivelog mode, using the Flash recovery for storage area redo files archive.

    He doesn't use Oracle-managed files (db_create_file_dest is not set) - all the examples use until this OMF to multiplex the redo and control FRA files.

    Is is possible to multiplex files redo log to the flash recovery area? Same question for the file control also.


    What I tried, but not successfully:

    My FRA is set to C:\ORACLE\PRODUCT\10.2.0FLASH_RECOVERY_AREA\ALEQ.

    I added a redo log Member
    C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ALEQ\ONLINELOG\

    The problem is through EM I can't see any use of "Online Journal", but also when I query V$ FLASH_RECOVERY_AREA_USAGE (now I see only the use of archivelog and backuppiece)

    My assumption is that the FRA is not used.




    Thanks in advance.

    Yes, if you create base without specifying CONTROL_FILES but whose value DB_CREATE_FILE_DEST and DB_RECOVERY_FILE_DEST, then your controlfiles get automatically appointed duplex and OMF. You could do this later with a create controlfile statement. But a more simple and better method would be to use the two parameters from the start.

    Kind regards
    Uwe

    http://uhesse.WordPress.com

  • No flash games load at all or are displayed.

    I had this problem with Firefox for the last couple months where no flash games load and appear as a blank screen. I tried update Javascript, Shockwave Flash and other things that I thought may be associated with the problem, but not good. I even tried turning off hardware exceleration and protected mode, AND using IE, but nothing helped. I think install Chrome, but I don't want to waste my time trying several solutions. Any help?
    I thought that it might help:

    • Adobe PDF plugin for Firefox and Netscape 10.1.14
    • Deploy Script NPRuntime plugin Library for Java (TM)
    • Next-generation Java plug-in 11.45.2 for Mozilla browsers
    • The plug-in allows you to open and edit files using Microsoft Office applications
    • Authorization plug-ins office for NPAPI browsers
    • Shockwave Flash 18.0 r0
    • Adobe Shockwave for Director Netscape plug-in, version 12.1.8.158
    • 5.1.31211.0
    • NPWLPG
    • Windows Presentation Foundation (WPF) plugin for Mozilla browsers

    Firefox Version 39
    Operating system: Windows Vista

    TheRedWall said

    He started the day, I've updated my security suite

    You should always check the updates in time.
    Many programs can be automatically configured to "Phone Home".

    This threat is useless now! Yay!

    I think you want to say "the problem is solved," Yes?
    Good day and safe surfing.

  • Fast recovery area size

    Oracle 11g r2 on Linux.

    The system configuration:

    + DATA (ASM diskgroup data multiplexed logs file online and control files of 300 GBtotal capacity)

    FRA (file system like ext3 on the ability of oradata/u01/oradata of separate drive of 300 GB of cooked)

    Now create the database with the dbca Wizard:

    On the homescreen "Multiplex Redo Logs and control files", I specified oradata/u01/oradata (located on the drive of FRA) and another copy to the location by default of the + DATA diskgroup.

    On the screen of the fast recovery area:

    Fast recovery area: / u01/oradata
    Fast recovery area size: 4122 M bytes
    Enable Archiving-> Archive Log Destinations: / u01/oradata


    This ASSESSMENT will take the following files to run:

    1 multiplexed online redo logs and control files

    2 archived redo logs

    3 game data files backup (full and incremental)

    Given the fact the + storage capacity is 300 GB and the FRA will hold all of the above files, can I change the default 4122 MB to a number close to the 300 GB, such as M 290000 bytes?  or any other number (less than the size of the FRA disc).

    Thank you

    Scott

    You have specified/u01/oradata as the location of your fast recovery area. And then you have specified/u01/oradata as the location of the error log archive and multiplexes onlne logfiles. This will cause terrible confusion. Just because they are in the same path does not mean that they are the same thing. If you did as you described, you do not use the FRA at all. You will need to ask the IS_RECOVERY_DEST_FILE of the views column to check if a file is actually in the FRA, rather than just happening to be in the same directory of file system.

  • Install the new hard drive, I have no os or backup recovery disks

    I have a HP G62-340US notebook pc-product # XH066UA #ABA, OS is windows 7 64 bit.   The hard drive does not work so I'm relpacing with a new.  I have no os disks and any backup recovery.  When I turn on the laptop there that peripheral black splash screen States 3FO hard drive not found.

    My question is that I don't know what drives I need to order at HP to reformat my laptop.  Again, I have no backup disk or any disks. I lost everything on the laptop. which is ok.  So it's like I'm starting with a blank slate.

    Should I order the kit Media Ststem recovery for consumer notebook, which is a set of 4 discs?   and that's all that I need to install to return to the State wherever it was when I bought it new.  Are there other discs that I need to order or just that?

    Thank you very much for your help.

    Hello

    You just order a SET of recovery disks and this disc set will bring your machine to update 1 than why we call back to factory settings. Please check how to order from the following link:

    http://support.HP.com/us-en/document/bph07143

    Kind regards.

Maybe you are looking for