RMAN issue, any feedback appreciated

Guys,
Sorry, i shouldn't have posted it here..
We currently use the following script to take backup of our database on production. But this morning i've noticed that the RETENTION POLICY was set to redundancy 1 and it was deleting all backup prior to a day old, although the image copy script says, retain a recovery window of up to 3 days..
run {allocate channel daily_backup device type disk;recover copy of database with tag 'DAILY_BKP' until time 'SYSDATE - 3';backup incremental level 1 cumulative  copies=1 for recover of copy with tag 'DAILY_BKP' database;}So, i set the RENTENTION POLICY to 3 days and deleted all old backup pieces and started a fresh one.. But i am gobsmacked to see that the output below still shows it as incrmental level 1,( it should have been level 0) and the size of 890M for a database of size 50+ Gb.
What's going wrong ? Is RMAN doing something wrong ?
here is the output after the backup..
RMAN> list backup;using target database control file instead of recovery catalogList of Backup Sets===================BS Key  Type LV Size       Device Type Elapsed Time Completion Time------- ---- -- ---------- ----------- ------------ ---------------205     Incr 1  847.98M    DISK        00:00:24     24-JAN-07        BP Key: 201   Status: AVAILABLE  Compressed: NO  Tag: TAG20070124T095347        Piece Name: ORARECO/vfprod/backupset/2007_01_24/nnndn1_tag20070124t095347_0.2441.612698029  List of Datafiles in backup set 205  File LV Type Ckp SCN    Ckp Time  Name  ---- -- ---- ---------- --------- ----  1    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/system.262.604149337  2    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/undotbs1.261.604149337  3    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/sysaux.263.604149337  4    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/users.268.604149337  5    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/undotbs2.260.604149411  6    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_data_01.258.604153527  7    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_data_02.259.604158465  8    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_index_02.266.604158515  9    1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/backup_01.265.607712919  10   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_index_01.256.604158593  11   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/reports_01.269.604160179  12   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_data_03.270.607340425  13   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_data_04.271.607342515  14   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_index_03.272.607342557  15   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/prod_index_04.273.607342857  16   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/swe_data_01.285.611322965  17   1  Incr 58614445   24-JAN-07 ORADATA/vfprod/datafile/swe_index_01.286.611323027BS Key  Type LV Size       Device Type Elapsed Time Completion Time------- ---- -- ---------- ----------- ------------ ---------------206     Full    15.48M     DISK        00:00:01     24-JAN-07        BP Key: 202   Status: AVAILABLE  Compressed: NO  Tag: TAG20070124T095413        Piece Name: +ORARECO/vfprod/autobackup/2007_01_24/s_612698053.2423.612698053  Control File Included: Ckp SCN: 58614605     Ckp time: 24-JAN-07  SPFILE Included: Modification time: 22-JAN-07RMAN> exitAny comments will be valuable.
Thanks
G

'RMAN' seems to be a good work and is doing an incremental backup after the first full backup (this is the correct way).</BR>If you look to the files size you'll see that incremental backup is taking only 15.48M.</BR>It's normal a backup (or incremental backup) take more few space than a "conventional backup" because RMAN compress data.</BR></BR></BR>
[Please, in future format properly your code: lines with more than 2048 characters are difficult to read, format and understand.]

Similar Messages

  • RMAN issue - any feedback would be appreciated

    Guys,
    Sorry, i shouldn't have posted it here..
    We currently use the following script to take backup of our database on production. But this morning i've noticed that the RETENTION POLICY was set to redundancy 1 and it was deleting all backup prior to a day old, although the image copy script says, retain a recovery window of up to 3 days..
    run {
    allocate channel daily_backup device type disk;
    recover copy of database with tag 'DAILY_BKP' until time 'SYSDATE - 3';
    backup incremental level 1 cumulative  copies=1 for recover of copy with tag 'DAILY_BKP' database;
    }So, i set the RENTENTION POLICY to 3 days and deleted all old backup pieces and started a fresh one.. But i am gobsmacked to see that the output below still shows it as incrmental level 1,( it should have been level 0) and the size of 890M for a database of size 50+ Gb.
    What's going wrong ? Is RMAN doing something wrong ?
    here is the output after the backup..
    RMAN> list backup;
    using target database control file instead of recovery catalog
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    205     Incr 1  847.98M    DISK        00:00:24     24-JAN-07
            BP Key: 201   Status: AVAILABLE  Compressed: NO  Tag: TAG20070124T095347
            Piece Name: +ORARECO/vfprod/backupset/2007_01_24/nnndn1_tag20070124t095347_0.2441.612698029
      List of Datafiles in backup set 205
      File LV Type Ckp SCN    Ckp Time  Name
      1    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/system.262.604149337
      2    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/undotbs1.261.604149337
      3    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/sysaux.263.604149337
      4    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/users.268.604149337
      5    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/undotbs2.260.604149411
      6    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_01.258.604153527
      7    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_02.259.604158465
      8    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_02.266.604158515
      9    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/backup_01.265.607712919
      10   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_01.256.604158593
      11   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/reports_01.269.604160179
      12   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_03.270.607340425
      13   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_04.271.607342515
      14   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_03.272.607342557
      15   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_04.273.607342857
      16   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/swe_data_01.285.611322965
      17   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/swe_index_01.286.611323027
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    206     Full    15.48M     DISK        00:00:01     24-JAN-07
            BP Key: 202   Status: AVAILABLE  Compressed: NO  Tag: TAG20070124T095413
            Piece Name: +ORARECO/vfprod/autobackup/2007_01_24/s_612698053.2423.612698053
      Control File Included: Ckp SCN: 58614605     Ckp time: 24-JAN-07
      SPFILE Included: Modification time: 22-JAN-07
    RMAN> exitAny comments will be valuable.
    Thanks
    G

    Guys,
    Sorry, i shouldn't have posted it here..
    We currently use the following script to take backup of our database on production. But this morning i've noticed that the RETENTION POLICY was set to redundancy 1 and it was deleting all backup prior to a day old, although the image copy script says, retain a recovery window of up to 3 days..
    run {
    allocate channel daily_backup device type disk;
    recover copy of database with tag 'DAILY_BKP' until time 'SYSDATE - 3';
    backup incremental level 1 cumulative  copies=1 for recover of copy with tag 'DAILY_BKP' database;
    }So, i set the RENTENTION POLICY to 3 days and deleted all old backup pieces and started a fresh one.. But i am gobsmacked to see that the output below still shows it as incrmental level 1,( it should have been level 0) and the size of 890M for a database of size 50+ Gb.
    What's going wrong ? Is RMAN doing something wrong ?
    here is the output after the backup..
    RMAN> list backup;
    using target database control file instead of recovery catalog
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    205     Incr 1  847.98M    DISK        00:00:24     24-JAN-07
            BP Key: 201   Status: AVAILABLE  Compressed: NO  Tag: TAG20070124T095347
            Piece Name: +ORARECO/vfprod/backupset/2007_01_24/nnndn1_tag20070124t095347_0.2441.612698029
      List of Datafiles in backup set 205
      File LV Type Ckp SCN    Ckp Time  Name
      1    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/system.262.604149337
      2    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/undotbs1.261.604149337
      3    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/sysaux.263.604149337
      4    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/users.268.604149337
      5    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/undotbs2.260.604149411
      6    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_01.258.604153527
      7    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_02.259.604158465
      8    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_02.266.604158515
      9    1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/backup_01.265.607712919
      10   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_01.256.604158593
      11   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/reports_01.269.604160179
      12   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_03.270.607340425
      13   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_data_04.271.607342515
      14   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_03.272.607342557
      15   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/prod_index_04.273.607342857
      16   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/swe_data_01.285.611322965
      17   1  Incr 58614445   24-JAN-07 +ORADATA/vfprod/datafile/swe_index_01.286.611323027
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    206     Full    15.48M     DISK        00:00:01     24-JAN-07
            BP Key: 202   Status: AVAILABLE  Compressed: NO  Tag: TAG20070124T095413
            Piece Name: +ORARECO/vfprod/autobackup/2007_01_24/s_612698053.2423.612698053
      Control File Included: Ckp SCN: 58614605     Ckp time: 24-JAN-07
      SPFILE Included: Modification time: 22-JAN-07
    RMAN> exitAny comments will be valuable.
    Thanks
    G

  • Multiple Issues - Any help appreciated

    I've had the 10.3.2.440 update from AT&T for 3 weeks now. It's awful, and I've been researching different ways to downgrade. However, before I do, I will take all suggestions to possibly fix the problems. One of the reasons I love my BlackBerry so much, is because it actually works. I have stuck with BlackBerry for many years, but I am about to have to give up if I can't resolve some of these things: Serious Issues:- the browser crashes 5-6 times a day.I have tried multiple battery pulls and resets and all sorts of things. It's awful. It's especially frustrating if I'm filling out a form or posting to something like this board and have to start over. Since this can't be fixed, apparently, can anyone recommend Opera or some other browser to try? - battery life is miserableBefore the "upgrade" I charged my phone overnight, used it all day for phone, browsing, apps, email, etc. and when I plugged it in to go to sleep, it was at around 25 - 30%.  Now I have to recharge it twice a day. Annoyances:- in the hub, the side pop-up menu has too many choicesIs it possible to reorder these? Sometimes I want to delete several emails at once. Under the old OS, when I press and hold the email, the side menu would pop over, I could choose "Select More" and then tap all the ones I want to delete. Now I have to scroll down first, past "file, flag, reply, search by subject, search by sender" and on and on, to get down to "Select More." Maybe I use the hub differently than most, but "search" is already at the bottom, why are there extra search options before the "select more" option? - I get JavaScript errors when launching appsWhen I open the TuneIn Radio app, it still works just great. But, every time I start it I get a JavaScript error that reads "unable to find a supported audio player." So, I have to hit Okay to clear the screen and it'll start playing. TuneIn is even a "built for Blackberry" app. - random failuresSometimes, I will open a video that I shot on my phone, and there won't be any sound - despite the fact that the volume is up. Or, I'll launch the music player, and I'll start getting errors about file types not being supported. Or, one time, the screen suddenly changed resolution to about 2/3 size, and wouldn't respond to input. A battery pull will fix all of these things, but I have to do that about once every 3-4 days. I used to have to do a battery pull reset about once every 3-4 months. Thanks.

    aiharkness wrote:
    If I were in your shoes I would reload the OS using Link. See http://www.blackberry.com/btsc/KB34045
    With the clean OS, test before you restore and reload apps. Do it one step at a time and test in between steps. Pay attention and note what is different before a problem compared to when the problem is noticed.Thanks for the suggestions. The text in that link reads "The following procedure will delete all data and applications on the BlackBerry device." That is not acceptable for me, nor a good use of my time to have reinstall everything. Also, there isn't anyway to "test in between steps" - if I could isolate when the crashes happen, I would develop my own work-around. But, they are random and unpredictable. Frankly, it is stunning to me that this is happening. Despite the fact that the 10.2 OS didn't have features I wanted that 10.3 does have, my phone was solid before. Worked great. The line I kept hearing from AT&T for OVER A YEAR was that the reason 10.3 hadn't been pushed OTA yet, was because they were still testing and wanted to make sure they had a stable release. What a joke. This piece of **bleep** phone is about to go in the trash.

  • Does anyone know if there is any difference at all in the display between the 4 and the 4s.  I use my 4 with no problems but have issues with the 5 - makes me feel ill.  Any help appreciated before I make an expensive mistake

    Can anyone tell me if there is any difference at all in the display between the 4 and 4s.  It appears they are the same from the specs but I dont want to make an expensive mistake.  I can use the 4 with no problems but the 5 makes me feel ill and I am hoping I can upgrade to a 4s with no issues. Any help appreciated.

    In a technical sense, the differences between the displays on the iPhone 4 vs 4s are vast.  I'm mean, they are both attached to 70 - 90% of the internal components and far from interchangeable.  There are no differences however, that are noticeable by the user.

  • IPod issues, any advice is appreciated.

    Alright, so heres the break down.
    iPod Video 30g Model
    It has issues but I'll explain them after because they persist.
    First of all it only formats with error 50% of the time.
    When it boots up it takes atleast 3 times longer then any of my friends, and when I put my ear to listen mine in a constant state of clicking which is also unlike my friends. ( This is leading me to believe that the HDD is failing. )
    Ok so after I manage to format it and wait for it to finally boot up, all that shows up is "settings".
    If I format it puts all the things on the top menu but everytime I put it to sleep and turn it back on it takes everything off the main menu and ALSO puts some rediculously low volume limit.
    It's just a endless cycle of resetting and restoring, if theres anything, anyone can think of I'd appreciate it, if not I'm brining it into a store tommorow.

    Judah1 wrote:
    Any advice appreciated on 'issues' with iPod Classic after latest update.
    The iPod Classic has not had any updates for a long time as far as I'm aware.
    Judah1 wrote:
    It is NOT EASY to navigate my iTunes and podcast downloads.
    I can't get them in straight alphabetical order.
    It also seems to freeze regularly.
    Is there anyway I can revert to my latest version????
    Ah!
    Do you mean that you are having problems sorting Podcasts in your iTunes library? If so, try the (Podcasts) Lists view, where programmes are sorted in correct alphabetical order, and with the episodes shown under the programme heading.

  • My time machine 3 TB HD was encryption enabled and it took forever.  I tried reformattiing, it is online, but, get this Partition map repair failed while adjusting structures to fit current whole disk size.  Any comments appreciated.

    My time machine 3 TB HD was encryption enabled and it took forever.  I tried reformattiing, it is online, but, get this Partition map repair failed while adjusting structures to fit current whole disk size.  Any comments appreciated.

    This issue has been in discussion (actively) since last August here:
    https://discussions.apple.com/thread/4218970?start=0&tstart=0
    After months and months of new reports, it's pretty clear that this is an Apple Mountain Lion problem and one that Apple needs to address.  As one frsutrated user noted :
    >>There is no consistent solution for a user.  Apple has to supply it.  All you can do is submit a bug report to
    >> http://www.apple.com/feedback    
    Please, if you are encountering this problem you will save yourself a lot of wasted time and energey simple by joining me and others in asking Apple to fix this problem: Make a bug report.
    Thanks!

  • In order to create space on my MBA I just bumped iTunes media to G drive linked through Time Capsule.  Now pointed iTunes at new iTunes libary on G drive and, even though all music files are there, iTunes can only 'see' 10 albums. Any help appreciated.

    Bit more detail...
    Mac Book Air has been struggling for space for a while so I bough at time capsule a) for back up and b) to host my itunes folder remotely.  This didnt' work.  I took it into the Genius bar and the genius there told me that time capsule is not designed for anything other than back up.  Instead I have to connect a G drive through the time capsule's wireless router to my MBA. 
    I followed his instructions - moved my files from the Time Capsule and MBA directly onto the G Drive - which took a heartening 2 hrs so something must have been happening - and the held down 'Alt' when starting iTunes and selected the new itunes folder as the location of my itunes libarary which I wanted iTunes to 'point at'.  When I opened iTunes only 10 albums are visible now.
    In ITunes advanced preferences it says it is pointing at the correct folder.  The files are all cleary there when I open the G Drive folder to take a look.  But I cannot get iTunes to find them.
    Any suggestions? 
    Secondary challenge - in spite of deleting the original itunes folder on my MBA I still get messages pop up telling me my start up disk is out of space and I need to clear some - I expected to stop getting this message now I had done this exercise above.  I have emptied Trash.  Again - any pointers appreciated.  I am new to this world of 'intuitive' macbooks.
    Cheers

    After admittedly only a quick read the one thing you don't say is how you are trying to make this move.  Most people with moving library issues do it the wrong way.  Plenty of web sites tell you how to do it the wrong way.
    If the iTunes application is started before the drive with the library is fully mounted and awake iTunes will revert back to the internal drive.

  • HT1212 I am unable to get our of a continuous cycle when trying to update or restore my iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.

    When I tried to update my iPad I got an error 9. Now, I am unable to access my iPad. It is in a continuous cycle when I try to update or restore the iPad 2. Plug in to iTunes 12.0.1 (latest version). Click update, told can't update, have to restore. Restore fails with error 9. Any help appreciated.
    Here's the cycle:
    I plug in my iPad when “cable to iTunes shows on iPad screen. It says "Your iPad can't be updated, you must restore it to factory settings." That bad enough news, but it gets worse.
    Click Restore
    Extracting software…
    Preparing iPad for restore
    Waiting for iPad…
    Verifying iPad restore with Apple…
    (empty bar under the Apple logo…does not show any activity)
    “The iPad “iPad” could not be restored. An unknown error occurred (9).”
    Notes: I just upgraded to OS X Yosemite 10.10.1 on my iMac (27-inch, Mid 2011) in the last week. It’s the first time I’m tried to backup/update my iPad since the iMac update.
    I swapped out the USB cable to a new cable and get the same results.
    I also unplugged all other USB devices from the iMac and security on my iPad and still get the same results.
    I find it strange that it shows no Serial number for my my iPad 2 when plugged in. It shows “Serial Number: n/a on the screen when it displays: “iPad Recovery Mode To update your iPad without erasing its contents, click Update. To restore your iPad to its factory settings, click Restore iPad.
    I prefer to update my iPad, but it displays “Your iPad can’t be updated, you must restore it to factory settings. If you previously backed up the iPad, click Restore Backup after the restore process completes.”
    It’s a continuous loop. I get the display on my iPad to plug in the iPad to iTunes, plug it in which ends after going through the above procedure saying an error occurred (9).
    So now I cannot use my iPad. When I turn it on I get the display showing me to plug it into iTunes with the cable. Since this is the only option I have I plug it in and the loop begins.
    Any advice would be appreciated.
    Thanks!

    Hello jaybearden,
    Thanks for the question. After reviewing your post, it sounds like you are not able to restore the iOS device since you get an error 9. I would recommend that you read this article, it may be able to help the issue.
    Resolve iOS update and restore errors - Apple Support
    Check your security software
    Related errors: 2, 4, 6, 9, 1000, 1611, 9006. Sometimes security software can prevent your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't preventing a connection to the Apple servers.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • RMAN Issue

    I am having issue with RMAN
    I have Oracle 11gR2 database on HP-UX. when I issue any command in RMAN prompt, its displaying the information but it's not returning to RMAN prompt, I have to hit CTRL+C to come out. But I have 2 more database on the same home, and I don't have this problem on that database.
    oracle@hublhp10:/home/oracle$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Mon Mar 19 15:00:53 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: IMGPROD (DBID=2867365220)
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name IMGPROD are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/imgback/RMAN/cf-IMGPROD-%F';
    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 COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/imgback/RMAN/snapcf_imgprod.f';
    RMAN>
    RMAN> report obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 1
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Archive Log          1      19-MAR-12          /imgarch/ORACLE/imgprod/al_imgprod_1_283_777982948.dbf

    I traced the session, see the following
    WAIT #2: nam='control file sequential read' ela= 143 file#=0 block#=17 blocks=1 obj#=-1 tim=11750515395399
    WAIT #2: nam='control file sequential read' ela= 143 file#=0 block#=1 blocks=1 obj#=-1 tim=11750515395853
    WAIT #2: nam='control file sequential read' ela= 144 file#=0 block#=15 blocks=1 obj#=-1 tim=11750515396024
    WAIT #2: nam='control file sequential read' ela= 145 file#=0 block#=17 blocks=1 obj#=-1 tim=11750515396192
    WAIT #2: nam='control file sequential read' ela= 206 file#=0 block#=1 blocks=1 obj#=-1 tim=11750515396719
    WAIT #2: nam='control file sequential read' ela= 142 file#=0 block#=15 blocks=1 obj#=-1 tim=11750515396909
    WAIT #2: nam='control file sequential read' ela= 168 file#=0 block#=17 blocks=1 obj#=-1 tim=11750515397102
    FETCH #2:c=0,e=16905,p=0,cr=0,cu=0,mis=0,r=1,dep=0,og=1,plh=818693323,tim=11750515397527
    WAIT #2: nam='SQL*Net message from client' ela= 450 driver id=1650815232 #bytes=1 p3=0 obj#=-1 tim=11750515398178
    CLOSE #2:c=0,e=27,dep=0,type=3,tim=11750515398262
    =====================
    PARSING IN CURSOR #4 len=205 dep=0 uid=0 oct=3 lid=0 tim=11750515399507 hv=1796820951 ad='c0000004fe449f88' sqlid='gq4u3dppjkmyr'
    select /*+ rule */ round(sum(MBYTES_PROCESSED)), round(sum(INPUT_BYTES)), round(sum(OUTPUT_BYTES)) from V$RMAN_STATUS START WITH RECID = :row_id and STAMP = :row_stamp CONNECT BY PRIOR RECID = parent_recid
    END OF STMT
    PARSE #4:c=0,e=556,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,plh=0,tim=11750515399506

  • Any help appreciated - iTune compression problems

    Hi there,
    Just bought a second hand iPhone 3g yesterday that has to last me out 5 months before my contract is up and I can hopefully get a 5 if it's out (touchwood).
    Transferred some music from iTunes to my iPhone and on the phone speakers it sounds fine, however when I put my headphones into the jack it's incredibly distorted and sounds like it's suffered far too much compression.
    I'm guessing this is possibly a headphone jack related problem as opposed to a compression issue? Tried converting files to AAC but made no difference
    Any help appreciated!
    Thanks
    Dan

    FYI - the iPhone includes a single external speaker. The opposite grill that appears the same is a microphone.
    If this were a compression or format issue, the same would occur when playing the music via the speaker. Using earbuds has no affect on the compression or format. More than likely this is a headphone jack related problem or there could be a problem with the earbuds being used.

  • TS1363 iphone 5c not displayed as a device in itunes.  Therefore unable to sync this new phone from a backup made yesterday. Any help appreciated.

    Unable to get new iphone 5c recognized as a device in itunes for syncing purposes. Backup from old phone made yesterday and now would like to sync new phone from that backup.  Any advice appreciated.

    Golfslave wrote:
    Even if I enable the new phone to backup automatically with the cloud? Wouldn't that keep everything up to date? And if I use the software, couldn't I choose to copy just the music & messages to I tunes, and not select anything else to keep the data from the new phone intact? Sorry, this is confusing. I like these products, but Apple really fails on portability. I had this same issue with Ipod years ago, and it ****** me off then too. They sold me (the last time I lost everything) on the icloud, telling me it backed EVERYTHING up. I'm a bit upset at store personnel right now to say the least.
    Sorry I was under the impression you still wanted to restore from your old phone backup.
    yes if you enable backup on your new phone everything will be up to date.
    Yes you can use the software to move music and message to your computer - you would need to add the music back to your iTunes media library.
    I provided a link with what is backup to icloud.  YOur purchased item is always tied to your apple id.

  • When I attempt to connect to iTunes Store, I receive the following error message: An unknown error has occurred (0x80090318).  Any help appreciated!

    When I attempt to connect to iTunes Store, I receive the following error message: An unknown error has occurred (0x80090318).  Any help appreciated!

    Hey there Dan256162,
    I understand that you are receiving a specific error code when attempting to connect to the iTunes Store, error 0x80090318. I have an article for you that references this code and links you to another article for troubleshooting to address this issue. Here is the article that references the error code:
    iTunes: Possible iTunes Store errors - Apple Support
    http://support.apple.com/en-us/HT203174
    And here is the linked troubleshooting article that will help you resolve the issue:
    Apple software on Windows: May see performance issues and blank iTunes Store - Apple Support
    http://support.apple.com/en-us/TS4123
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • I have downloaded Safari on to my PC( I recently bought an iPad and want some compatibility) However when I try to open and import bookmarks to Safari on my PC it shuts down the program.  Any help appreciated.

    I now own an iPad and want to load bookmarks from Firefox on my PC to my iPad.  I have downloaded Safari on to my PC and tried to import the bookmarks from Firefox but every time I try to open bookmarks in Safari it shuts down Safari.  As I siad I eventually want the bookmarks on my iPad.  Any help appreciated.
    KJ

    Are there any dialog boxes popping up behind your Yahoo screen?
    I have intermittent problems attaching files in Yahoo mail and this is usually the reason.  I'm also using an iMac (10.7.3) and this is likely the problem.
    It is generally a Yahoo issue rather than a Mac problem.

  • My realistic A/V setup... any feedback?

    Hello
    I've been asked by my colleages to create a shopping list for A/V gear - I've made a "my ideal" list which nears £15K! Not that this is posible, but I wanted to see what could be achieved, ideally.
    So, my realistic list is:
    Nikon D3200 WITH Nikon AF-S 28-300mm f3.5-5.6 G ED VR Lens
    ZOOM H4N
    Plural Eyes Sotware (WITH PR CC P-EYES extension, possibly)
    ADOBE CC (naturally!)
    Sennheiser K6/ME66 Microphone & Head
    Boom Pole & blimp
    X2 LED battery powered key fills
    I can see from http://www.atomos.com/discovery-what-cameras/ that the D3200 doesn't support 'Embedded Stop/Start Trigger  --- Embedded Timecode'.
    We already use a D3200, and the visual is good, great - no probs - the audio - well DSLRs are not Pro Cams - even with a ME-1, the audio is not pro-quality.
    My concern is that the job of A/V sync in post will be a nightmare...
    So, my question:
    Does anyone think that the above is the right solution for obtaining pro-quality audio using the D3200?
    Any feedback much appreciated.
    Regards
    Dylan

    Thanks for your reply.
    At the moment, the camera / mic setup is still undecided, but yes - I'm aware of those you recommend. Blimp - as in wind shield... not RODE particualry... But, yes, I will check. Thanks.
    My ideal list is the Canon EOS 5D MIII - certaintly, which might be the future choice.
    Regarding XLR - H4N as in 'double system' setup. Sync A/V in post. XLR (shielded and balanced o/p in all cases).
    On LED - yes, piece to camera interview style will be the norm... I'll look into the proconsumer + market.
    I've heard the clapper board recommendation quite a few times in the last 24 hours, will add to list.
    These mikes have XLR connections your Nikon does not, how are you coning to connect them?
    This is the main determing factor - quality audio - the H4N seems feasible = though I've contacted Red Giant (Plural Eyes) and a dealer for H4N to asking for their feedback.
    If H4N & P-EYES will work with D3200, then seems about realistically ideal. What I mean is: sync in post - seems obvious that H4N, P-EYES for audio, and D3200 for visual will work - but, you know, different systems behave differently in different setups. A/V sync is my main concern. The quality of D3200 + H4N + SAID MICS seems acceptable.

  • I still haven't received any feedback that I cannot even open Firefox.

    I sent an inquiry in yesterday that after installation of updates firefox stopped working completely. I cannot even open it. Installation of Firefox 7 after un-installing the old version didn't solve the issue.
    The best of all, when I want to give feedback it tell me I first have to isntall the newest version of firefox. Funny isn't it as I cannot use it so this prevents from giving any feedback.
    I would really like an feedback how to solve this issue.

    Hello Julesbrasil,
    I was disappointed to read that, after confirming your email, you didn't receive your College Student Deal coupons. Six months is a long time to wait for them, so I’m glad you reached out to us for assistance.
    After pulling up your Best Buy account using the email address you provided when registering for the forum, I see that you reached out to another one of our support teams for assistance earlier today, and they were able to resend you a link containing your student coupons. If you have not received that though, please send me a private message with your contact information and your .edu email address so I may see what our options may be from here. Please know you may send me this message by logging into the forum and clicking on the blue button included in my signature below.
    Best wishes,
    Alex|Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for

  • How to do merging of data and sorting in reports

    I am writing the ref cursor query to get the output in my report. I have to get the data from different data sources. I have to merge the data from different sources and finally sort it before showing in the report. Is there a way to do that ?

  • Problemin read staement

    hi guriji, i have writeen one query . loop at itab. read table itab2  with key kostl = itab-fictr                         hkont = itab-acc_code . kostl1 = itab2-kostl+6(4). hkont1 = itab2-hkont+4(6). if kostl1 = itab-fictr and hkont1 = itab-acc_code.

  • ESW 520 802.1x MAB authentication problem

    Hello, I am having problem with 802.1x MAB authentication on ESW 520 switch, the authentication server is ACS 5.3. The Authentication method on ESW is 802.1x & MAC, and Host Authentication mode is Multi Session. When i plug ip phone it never authenti

  • A bridge? A switch? Another router?

    I had a internet modem connected via ethernet cable to a Linksys router (the wireless ability had been deactivated) and then I ran from the Linksys one ethernet cable to one Apple Express (N) and another ethernet cable to another Apple Express (b/g f

  • Office for Windows files won't open on mac

    Why won't Word documents and Excel files created on a Windows machine open on my new MacBook Air?  I never had this problem on my old MacBook Air.  I'm running Mavericks and all software up to date.