Flash Recover Area

Hi,
I would to work with FLASH RECOVERY AREA in my 10204 instance.
I set the values of follwoing parameters :
- db_recovery_file_dest
- db_recovery_file_dest_size I executed the following command:
alter system switch logfile;
I found that the archive log is been written to two destinations:
The new FRA dest :
[/bcv/ora5/BCV/archivelog/2010_07_27]$ ll
total 116891
drwxr-x--- 3 oracle dba        96 Jul 27 17:47 ../
-rw-r----- 1 oracle dba 118061056 Jul 27 17:47 o1_mf_1_3_64xwcd6s_.arc
-rw-r----- 1 oracle dba   1635328 Jul 27 17:49 o1_mf_1_4_64xwhw57_.arcAnd the original destination as it was befor moving to FRA :
[/bcv/oraarch]$ ll
-rw-r-----  1 oracle dba    1635328 Jul 27 17:49 bzq1_1_0000000004_725398904.arcThe init.ora values regarding the archive log are as follow :
SYS@bcv> show parameter archive
NAME                                 TYPE        VALUE
archive_lag_target                   integer     0
log_archive_config                   string
log_archive_dest                     string      /bcv/oraarch/
log_archive_dest_1                   string
log_archive_dest_10                  string
log_archive_dest_state_1             string      enable
log_archive_dest_state_10            string      enable
log_archive_duplex_dest              string
log_archive_format                   string      bzq1_%t_%S_%r.arc
log_archive_local_first              boolean     TRUE
log_archive_max_processes            integer     2
log_archive_start                    boolean     FALSE
log_archive_trace                    integer     0
remote_archive_enable                string      true
standby_archive_dest                 string      ?/dbs/archQuestions :
1. Should i reset the value of log_archive_dest in order to write the archives only to the FRA location ?
2. I would like to keep the archive manes as it was before ' e.g: bzq1_%t_%S_%r.arc
and not o1_mf_1_4_64xwhw57_.arc is it possible ?
3. The controlfiles and redo logs still pointing to the old location. As per "best practices" should i move them to the new location ?
Thanks

>
Questions :
1. Should i reset the value of log_archive_dest in order to write the archives only to the FRA location ?That is a decision that needs to be made. The best practice is to determine what is best for your organization and configuration. A non-answer, but there you go. I've found FRA pretty handy, myself.
2. I would like to keep the archive manes as it was before ' e.g: bzq1_%t_%S_%r.arc
and not o1_mf_1_4_64xwhw57_.arc is it possible ?From http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmconfg.htm#i1006338 :
"The generated filenames for the archived redo logs in the flash recovery area are Oracle Managed Filenames and are not determined by LOG_ARCHIVE_FORMAT."
So, "no."
3. The controlfiles and redo logs still pointing to the old location. As per "best practices" should i move them to the new location ?The redo logs are Oracle's Achille's heel. Lose them and you lose data. You need to make sure you do as much as you can to protect them. That includes having them in more than one location physically, not just different mount points on the same device. If you can.
Control files are important, you want to be sure they are redundant, backed up, and backed up to trace, and you know how to get them back.
Of course, your storage devices will constrain what you can physically do. The different read and write requirements of the different types of files may make some demands, too. If you have log writer or controlfile waits, you may be doing it wrong. If you have a conflict between writing the archives and everything else, users may complain.

Similar Messages

  • Flash Recover Area unavailable, what happen?

    Hello all
    I'm running Oracle 10g on SLES9. Imaging the following configuration:
    - Database area on SAN using Multipathing ASM (=failsave attached to DB host)
    - Flash Recovery Area on inexpensive Disks (SATA) using ASM without multipathing (= not failsaved attached)
    What will happen to the running instance if SATA drives and so the Flash Recovery will become unavailable?
    If this media loss have impact on the instance, would it be better to have the Flash Recovery Area also stored on failsave SAN (of course on other physical drives than the database area)?
    Thanks for your thoughts
    Casi

    Thanks for your answer, Soli.
    Sorry, I forgot to say that Flash Recovery Area is regulary backuped to Tape using Oracle suggested Backup. So a loss of data is not the point (of course, restore/recover from tape is slower than from FRA).
    To be also more precise: No permanent Files are stored in the Flash Recovery Area.
    Exerpt from http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/setup005.htm
    "The files in the flash recovery area can be classified as permanent or transient. The only permanent files (assuming these are configured to be stored in the flash recovery area) are multiplexed copies of the current control file and online redo logs. These cannot be deleted without causing the instance to fail.
    All other files are transient, because Oracle will generally eventually delete these files, at some point after they become obsolete under the retention policy or have been backed up to tape. Transient files include archived redo logs, datafile copies, control file copies, control file autobackups, and backup pieces."
    Question remains: FRA is unavailable, what happen with the running instance?
    Thanks Casi

  • Changing the location of the Flash Recovery Area

    My flash recovery area is currently on the same disk as the database. The recovery area also has all out backups for the past month. What's steps should I take to change location of the flash recovery area? Do I have to do anything besides changing db_recovery_file_dest? Would I have to update the control files, spfile and so on?
    Thanks in advance,

    you can make the change at pfile or spfile level and stop and restart the database. this should work.

  • Changing the location of archive log from flash recovery area PLZ HELP!!!

    Hi All,
    My archive log is being stored in flash memory area which got full and the production server went down.
    alert log file details.....
    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:1I removed the files and started the database,
    Can someone kindly tell me as to how to avoid this problem in future by keeping archive log destination in flash recovery area.
    I want to change the location of archive log files, can someone please guide me as to hiow to do that
    I changed the size of flash recovery area for the time being, but i am afraid it will be full 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.regards,
    Edited by: user10243788 on Apr 25, 2010 6:12 AM

    user10243788 wrote:
    Hi All,
    My archive log is being stored in flash memory area which got full and the production server went down.
    alert log file details.....
    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:1I removed the files and started the database,
    Can someone kindly tell me as to how to avoid this problem in future by keeping archive log destination in flash recovery area.
    I want to change the location of archive log files, can someone please guide me as to hiow to do that
    I changed the size of flash recovery area for the time being, but i am afraid it will be full 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.regards,
    Edited by: user10243788 on Apr 25, 2010 6:12 AMPointing the archive log dest (and/or the FRA) to a new location, or enlarging them, will do no good if you are not performing regular housekeeping on the archivelogs. You will just keep knocking down the same problem over and over.
    If you simply delete the archivelogs at the OS level, the database will never know about it and it will continue to think the destination is full, based on records kept in the control file.
    For regular housekeeping, you need to be doing something similar to this in rman:
    run {
      backup archivelog all not backed up 1 times tag='bkup_vlnxora1_arch';
      delete noprompt archivelog all backed up 1 times to device type disk;
    run {
    delete noprompt obsolete;
    crosscheck archivelog all;
    delete noprompt expired archivelog all;

  • Flash recovery area: archivelog file directory modification time

    Using Oracle Database 10g Release 10.2.0.3.0 - 64bit (Standard Edition) on Solaris 10, SunOS 5.10 Generic_118833-33, archivelog files in the Flash Recovery Area are still present, after the time that they should have been made redundant and therefore deleted::
    bvsmdb01-oracle10g $ date
    Thu Jan 24 16:04:46 GMT 2008
    bvsmdb01-oracle10g $ ls -lt archivelog
    total 20
    drwxr-x--- 2 oracle10g oinstall 1024 Jan 24 16:00 2008_01_24
    drwxr-x--- 2 oracle10g oinstall 512 Jan 23 23:30 2008_01_19
    drwxr-x--- 2 oracle10g oinstall 1536 Jan 23 23:04 2008_01_23
    drwxr-x--- 2 oracle10g oinstall 1536 Jan 22 23:30 2008_01_18
    drwxr-x--- 2 oracle10g oinstall 1536 Jan 22 22:53 2008_01_22
    drwxr-x--- 2 oracle10g oinstall 1024 Jan 21 23:07 2008_01_21
    drwxr-x--- 2 oracle10g oinstall 512 Jan 20 22:20 2008_01_20
    bvsmdb01-oracle10g $
    The archivelog directory for 2008_01_19 has a modification time of Jan 23 23:30 - this is almost 4 days after it was last written to.
    The current redundancy setting in RMAN is shown in the output of show all:
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 3 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10.2.0/dbs/snapcf_kierli.f'; # default
    So, the current retention policy is three days. It is 24/1 today - the archivelog directory from 19/1 should have been deleted by now, but it has not been.
    The modification time for the archivelog directory 2008_01_19 has a modification time of Jan 23 23:30 2008.
    Why is this? How can this be investigated? Does anyone have any suggestions?
    Thanks
    Jerry Mander

    From 2 Day DBA:
    Even after files in the flash recovery area are obsolete, they are generally not deleted from the flash recovery area until space is needed to store new files. As long as space permits, files recently moved to tape will remain on disk as well, so that they will not have to be retrieved from tape in the event of a recovery.
    What is the current space used in the FRA and what is the FRA disk limit ?

  • Flash recovery area issue. I can not open the database??

    Hi all
    I am using oracle 11.2.0 .1.0 on windows
    when i tried to start the database I got the following error.
    ORA-03113: end-of-file on communication channel
    I clear out all information in Trace file. I cleared out all operating system level audit trails. then i deleted archivelog files using operating system level delete. still my database is not opening???
    I tried to start this using RMAN but got the same error. now i have deleted the files from flash recovery area how can i let oracle system to know that those are deleted and there is enough space. Rman does not execute crosschek commands at mount state of the database?
    Need solution.
    Regards
    MAlik

    malikdba wrote:
    the last option which ask to delete the files. i already have deleted the files at operating system level. now the issue is how to let the system that the space is free in flash recovery area? rman is not running crosscheck command at mount stage of the target database. What steps should i follow now?
    Thanks
    malik
    Are you saying you are getting an error while trying to crosscheck at mount?  Or you simply don't believe it will work?
    oracle:orcl$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Jul 11 10:52:48 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     839282688 bytes
    Fixed Size                     2231128 bytes
    Variable Size                503317672 bytes
    Database Buffers             331350016 bytes
    Redo Buffers                   2383872 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    specification does not match any archived log in the repository
    RMAN>
    A perfectly normal crosscheck at the mount stage

  • Flash recovery area, need help!

    Hi! I have some problems with Flash Recovery Area. I use Oracle 10g.
    So,
    1) I tried to change Flash Recovery Area Size from 10 to 15 GB in Enterprise Manager, see: http://my.jetscreenshot.com/2677/20111129-mxmb-117kb
    Applied changes and shutdown DB. After I started DB and see the Flash Recovery Area Size then I can see that it is old one - 10GB and free space is with "-" sign, see: http://my.jetscreenshot.com/2677/20111129-bwlw-101kb
    What I am doing wrong?
    2) Can You pleas explain, what to do step by step with example, how can I delete Flash Recovery files USING ENTERPRISE MANAGER, what steps I need to do? Because my HDD is almost full.
    3) It is possible to delete Flash Recovery files automatic after some time? If Yes, please say how?
    Hope for Your help, best regards, Debuger

    1) Mybe I can't change recovery area size because there somewhere area size is limited to 10gb, because I do not understand why always after restart there is 10gb... :(You are missing something when you bounce, Make sure you have started with same SPFILE, You have to load the same PFILE/SPFILE when you performed changes.
    2) How can I schedule a RMAN job to cleanup? Can You give me all necessary steps to do?You can schedule RMAN archive delete jobs.
    check these links
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191/advmaint.htm#i1006414
    http://docs.oracle.com/cd/B28359_01/server.111/b28301/backrest004.htm

  • Image requests from flash gallery are not caching

    The image requests that happen from a flash gallery are not getting cached in Safari browser, they get cached properly in IE, Firefox & Chrome.
    For Example - Load the following gallery (http://www.monoslideshow.com/demo/) in Safari browser, and monitor the HTTP requests using Charles proxy tool or any other similar tool.
    The images are downloaded during the 1st iteration of the gallery, which is expected, but even for the further iterations the images are downloaded from the source, rather than taking from the cache.

    Hello All,
    It was disappointing not receiving a reply from anybody on
    the
    following.. Please provide me some insight.
    Thanks.
    Warm Regards,
    Parag Shah
    Parag Shah wrote:
    > Hello All,
    >
    > We are creating a drawing application. As usual, it has
    a canvas and all
    > the necessary tools. We do have an option viz. canvas
    size which allows
    > to have larger canvases. However, when the user chooses
    larger canvas,
    > the application size remains the same but the canvas now
    has scrolls
    > (using scroll pane) revealing more space by scrolling.
    Now, the problem
    > is while we save the canvas image. If the canvas size is
    minimal (so
    > that there are no scrolls) naturally everything which is
    seen is saved
    > as a JPEG file. However, when the canvas size is larger,
    only that much
    > part gets saved which is visible and fit within the
    viewing area. Of
    > course we can scroll and see the other part of the
    drawing but it saves
    > only the frame currently within the view and not the
    entire drawing.
    >
    > We are using Flash 8, AS 2.0 (which is inevitable
    looking into the
    > project requirements).
    >
    > Desperately seeking help!!!
    >
    > Thanks in advance.
    >
    > Warm Regards,
    >
    > Parag Shah

  • Swf flash files are not displaying neatly within table cells.

    The latest version of Firefox (3.6.12) The website I have design now shows thick lines underneath the flash files. URL Below. The table of pictures should be neat, instead the cells in which the flash files are contained are increasing in height and breaking apart the table . This does not happen in previous version of Firefox, Internet Explorer & Google Chrome.
    Is there anything i should be doing different when inserting flash files into web pages that have complex tables? Or is this a problem with Firefox?
    http://www.arnoldwills.co.uk/Master_Home.html

    Add a rule object { display: block } to the stylesheet. An object is an inline element by default.

  • How to disable flash recovery area feature?

    Please guide how to disable flash recovery area with commands
    Thanks,
    Waheed

    How about searching for it first,
    http://www.oracle.com/pls/db92/db92.federated_search
    Adith

  • Online redo logs in Flash Recovery Area

    Hi,
    Currently I have redo logs multiplexed on two separate disks. I want to add a new member to each log file group that goes in flash recovery area. What is the easiest way to accomplish this?
    It seems to me that I can only do this by dropping the existing groups and recreating them. If I decide to go this route, what parameters do I need to set so that 3 members are created for each group?
    Thanks

    Simply issue 'alter database add logfile group <n>;', don't specify a location. Assuming 'db_recovery_file_dest' is correctly set this will create an Oracle managed file under <FRA>/onlinelog/<OMF-filename>, something like
    4 ONLINE
    C:\ORACLE\FLASH_RECOVERY_AREA\ORACLE\ONLINELOG\O1_MF_4_5WRBM1C4_.LOG
    GROUP# STATUS TYPE
    MEMBER
    IS_
    YES
    Werner

  • Redo logs and Flash recovery area

    Hi,
    Is it a good practice to place a copy of the (multiplexed) online redo at the flash recovery area? Wouldn't it be better to place a copy of the archived log at the flash recovery area?

    user492400 wrote:
    Hi,
    Is it a good practice to place a copy of the (multiplexed) online redo at the flash recovery area? Wouldn't it be better to place a copy of the archived log at the flash recovery area?Its not only the archvielogs that should be placed in the FRA. FRA is supposed to contain one copy of the archive logs and the rest 9 destinations are given to you for the multiplexing of it. The idea of multiplexing the redo logs and placing them anywhere( not just on the FRA itself) is simply required so that you won't get to a situation where you would lose all the redo log files and thus have to recreate them, losing the data inside them. So aleast one copy of the log files should be there and where you want to put it, that would depend on you.
    HTH
    Aman....

  • Disk array configurations with oracle redo logs and flash recovery area.

    Dear Oracle users,
    We are planning to buy the new server for oracle database 10g standard edition. We put oracle database file, redo logs, and flash recovery area on each of disk array. My question is what is the best disk array configuration for redo logs and flash recovery area? RAID 10 or RAID 1? Is that possible we can duplicate Flash recovery area to the other location (such as net work drive) at the same time? Since we only have single disk array controller to connect to the disk arrays, I am try to avoid the single failure that will lose archive logs and daily backup.
    thanks,
    Belinda

    Thank you so much for the suggestion. Could you please let me know the answer for my question of FRA redundancy?
    “Is that possible we can duplicate Flash recovery area to the other location (such as net work drive) at the same time? Since we only have single disk array controller to connect to the disk arrays, I am try to avoid the single failure that will lose archive logs and daily backup.”

  • Adding new hard drive for Flash recovery area

    i am adding new hard drive for flash recovery area. How i can make single directory on that flash recovery area & how i can test that i am accessing that rightly , to that directory & flash back recovery area disk?

    Are you on Windows or Unix? And are you using ASM?
    I'll assume you are on Windows....So after allocating the drive, you will format it say as F drive. Then you can create a directory T:\Flash. The parameter determining the location of the flash recovery area is db_recovery_file_dest. But you also need to set the size of the flash recovery area as well. After that's done. You can do your backups to Flash and see if the directory is populated.

  • Error : The version of Adobe Flash you are attempting to install is not the most current version

    1. I was upgrading from Adobe CS5 and based on Adobe's own recommendations I uninstalled all Adobe products prior to installing Adobe Creative Suite. This included not only Adobe CS5 but ALSO FLASH v16.
    2. After uninstalling all Adobe products (including Flash 16) I rebooted the computer and installed the latest build generated for Adobe Create Suite.
    3. After installing Adobe Create Suite I attempted to reinstall Flash but it will not let me install it.
    4. The error received is "The version of Adobe Flash you are attempting to install is not the most current version".
    5. Flash is NOT installed and when running the "Is Flash Present" test from Adobe's site the answer is NO.
    Windows 7 64-Bit w/ All Updates
    Internet Explorer 11 w/ all Updates

    C:\Windows\SysWOW64\Macromed\Flash Log:
    2014-11-26+14-35-11.636 [error] 1226 1062
    =O====== M/15.0.0.239 2014-11-26+14-35-02.485 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/15.0.0.239 2014-11-26+14-35-13.136 ========
    2014-12-10+3-35-7.947 [error] 1226 1062
    =O====== M/15.0.0.246 2014-12-10+03-35-02.191 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/15.0.0.246 2014-12-10+03-35-09.677 ========
    2015-1-14+14-35-16.393 [error] 1226 1062
    =O====== M/16.0.0.257 2015-01-14+14-35-02.812 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/16.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013
    0005 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe
    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe
    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.dll
    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001106
    0014 [W] 00001106
    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0016 [I] 00000012
    =X====== M/16.0.0.257 2015-01-14+14-35-19.445 ========
    2015-1-22+21-35-9.384 [error] 1226 1062
    =O====== M/16.0.0.287 2015-01-22+21-35-01.909 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/16.0.0.287 2015-01-22+21-35-11.163 ========
    2015-1-25+0-35-8.129 [error] 1226 1062
    =O====== M/16.0.0.296 2015-01-25+00-35-02.174 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/16.0.0.296 2015-01-25+00-35-10.149 ========
    2015-1-25+1-55-45.645 [error] 1226 1062
    =O====== M/16.0.0.296 2015-01-25+01-55-39.406 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe" -maintain activex
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0002 [I] 00000018
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0007 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0010 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0011 [W] 00001021
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0018 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0019 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0022 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0023 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0024 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0025 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0026 [I] 00000011 1
    0027 [I] 00000012
    =X====== M/16.0.0.296 2015-01-25+01-55-47.803 ========
    =O====== M/16.0.0.287 2015-01-25+05-04-35.407 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.edf1fd364fd4b82615d676685eca8f584008c398\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-04-35.980 ========
    =O====== M/16.0.0.287 2015-01-25+05-06-21.632 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.e7d5cbfdc262e3fcfab3a71ab1741dda1aa693e9\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-06-22.242 ========
    =O====== M/16.0.0.287 2015-01-25+05-08-20.242 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.98273375f65da58d26a77f12b066b1d98eb9cd18\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-08-20.751 ========
    =O====== M/16.0.0.287 2015-01-25+05-11-21.222 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-13-21.916 ========
    =O====== M/16.0.0.287 2015-01-25+05-18-06.796 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_ax.exe"
    0001 [E] 00001013
    0002 [E] 00001039
    =X====== M/16.0.0.287 2015-01-25+05-18-25.584 ========
    =O====== M/16.0.0.287 2015-01-25+05-18-51.721 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.8b2a45eba0ce2309fa48abf974fec31cd3ca6a17\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-18-52.261 ========
    =O====== M/16.0.0.287 2015-01-25+05-20-02.033 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.cf48578f48ef193540acbc092464e89e73df5f41\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-20-02.568 ========
    =O====== M/16.0.0.287 2015-01-25+05-21-34.710 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_ax.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-21-45.540 ========
    =O====== M/16.0.0.287 2015-01-25+05-22-00.248 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.a2bf34a7f3993ca5fa8aa5c80ad7264175c89bfe\insta ll_flash_player_ax.exe" -install -iv 8 -au 0
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-22-00.778 ========
    =O====== M/16.0.0.287 2015-01-25+05-28-58.363 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-30-38.253 ========
    =O====== M/16.0.0.287 2015-01-25+05-32-31.563 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5SOP3FDB\install_flash_player_ax.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-33-40.378 ========
    =O====== M/16.0.0.287 2015-01-25+05-34-13.862 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-34-16.524 ========
    =O====== M/16.0.0.287 2015-01-25+14-59-51.435 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.a2bf34a7f3993ca5fa8aa5c80ad7264175c89bfe\insta ll_flash_player_ax.exe" -install -iv 8 -au 0
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+14-59-51.867 ========
    =O====== M/16.0.0.287 2015-01-25+14-59-22.273 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+15-14-52.033 ========

Maybe you are looking for

  • I upgraded to iOS8.1.3, and now when I attempt to backup my iPad to iTunes for Windows, it keeps popping up an error message

    H. I upgraded to iOS8.1.3, and now when I attempt to backup my iPad to iTunes for Windows, it keeps popping up an error message "not enough space on the computer". There is over 130Gb of space! I have updated iTunes, but no change. Is it an issue in

  • Problem with record count...

    Hi, I try to solve one problem with count. This problem occurs when I getting multi records that I need to count. Take a look on the following query: SELECT INVOICE,COUNT(INVOICE) FROM TABLE WHERE ADDR = (SELECT ADDR FROM TABLE WHERE DELEVERY = 'DD'

  • Obtaining TNS entries from PL/SQL

    I read somewhere that one can get TNS entry definitions via PL/SQL. We currently develope/maintain a project on Oracle 9.2.0 which interconnects to at least 3 other projects running oracle instances. The problem here is that we have multiple developm

  • Cant find the Canvas

    Hey guys, Forgive me for sounding like a noob but I cant seem to find the canvas. I xed out of it one time before canceling out of my project and now whenever i bring the project back up it doesnt show a canvas. I play the sequence and all I can hear

  • Problem in Downloading livecycle ES2 trial version

    Hello, I am facing  typically a  vague issue in downloading livecycle ES2 trial vesion (Weblogic Windows 2.47GB) from the adobe website. I could able to download the file but it is a zip file of 744MB, when I try to unzip the file I could see only em