Problem with deleting Flashback logs

Hi all,
I configured flashback database on my Oracle10g R2 DB that sits on Win 2003 server.
When I issued the command to delete the flashback logs I see that the logs are not deleted.
Please what could be the problem here?
Regards,
Creems

Sorry, I should be clearer.
My flashback retention target is 1 day - 1440 ... but that doesnt get deleted automatically, ERROR from Oracle so I hear.
So, I tried to do it manually by putting the DB in mount state and issuing:
ALTER DATABASE FLASHBACK OFF;
Yet never get deleted.
What could the problem be?
Thanks.
Creems

Similar Messages

  • Delete flashback log dynamically.

    i want to delete flashback log dynamically.
    suppose today is 1st feb while running shell script it will remove flashback log 31stjan ...
    i have set retention policy 1 days.
    following is the my sh script
    =====================
    #!/bin/sh
    # Daily Backup
    . oraenv.oratest
    export NLS_DATE_FORMAT="Dy DD-Mon-YYYY HH24:MI:SS"
    LOG_DIR="/var/log/oracle"
    LOG_FILE="$LOG_DIR/$ORACLE_SID-daily-backup.log"
    EMAIL_TO="[email protected]"
    echo -e "\nBackup Commenced: " $(date) "\n"
    pushd $HOME/rman
    rman target / cmdfile="daily-backup.rman" log="$LOG_FILE" append
    retcode=$?
    if [ "$retcode" -ne "0" ]; then
    echo -e "\n***\n*** BACKUP FAILURE: Database $ORACLE_SID on $HOSTNAME \n***"
    mail -s "BACKUP FAILURE: Database $ORACLE_SID on $HOSTNAME" $EMAIL_TO < $LOG_FILE
    exit 1
    else
    mail -s "INFO: Backup success: $ORACLE_SID on $HOSTNAME" $EMAIL_TO << EOF
    Database $ORACLE_SID on $HOSTNAME backed up successfully.
    EOF
    fi
    popd
    echo -e "\nBackup Completed: " $(date) "\n"
    rman script
    run {
    # Remove any obsolete files prior to backup
    crosscheck backupset;
    crosscheck copy;
    delete noprompt obsolete;
    delete noprompt expired backup;
    delete noprompt expired copy;
    # Incremental backup and update of current image copy
    allocate channel oem_disk_backup device type disk;
    recover copy of database with tag 'ORA\$OEM_LEVEL_0';
    delete noprompt obsolete;
    delete noprompt expired backup;
    delete noprompt expired copy;
    backup incremental level 1 cumulative copies=1 for recover of copy with tag 'ORA\$OEM_LEVEL_0' database;
    # Following backup - remove any now-obsolete files
    delete noprompt obsolete;
    delete noprompt expired backup;
    delete noprompt expired copy;

    RMAN cannot delete flashback logs, these are maintained automatically according to parameter 'db_flashback_retention_target'. Don't confuse FLASHBACK DATABASE with RMAN point-in-time recovery.
    RMAN backups become obsolete as soon as no longer needed to meet the defined retention policy, 'delete obsolete' will never delete flashback logs.

  • HT1430 Hi I am having a problem to delete call log in iPhone 3GS from last 1 month, I have restore iPhone many times but it doesn't works, pls give me a solution , whenever I try to delete call log it's hang for some time.

    Hi I am having a problem to delete call log in iPhone 3GS from last 1 month, I have restore iPhone many times but it doesn't works, pls give me a solution , whenever I try to delete call log it's hang for some time, pls tell me how to restore call delete option

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • I how problems with delete/ fix alias

    I how problems with delete/fix alias. Somehow, I am trying to delete or fix alias by clicking the icon it show a pop-up saying to click "delete alias" or "fix alias." When I click "delete alias", it wouldn't let me. When I click "fix alias" I could not find what I am looking for. I try clicking different icon, but is show a pop-up saying "it could not be found (error code-43). Can someone help out????

    Moved to InDesign forum.
    You can start by telling us what the problem is.

  • Automatically Deleting Flashback logs

    Hi all,
    Platform: oracle 10g R2, Win 2003 server
    Is there a way someone can delete flashback logs automatically without doing it the normal way?
    The normal way: startup nomount
    alter database flashback off;
    My manager said I can keep on shutting down the database, he wants it done automatically.
    Any help please???
    Thanks.
    Creems

    Hi,
    Set the parameter DB_FLASHBACK_RETENTION_TARGET initialization parameter which determines exactly how far a database can be flashed back. The default value is 1440 minutes (one full day), but this can be modified to suit the needs of your database.

  • Have a problem with deletting a folder that has lots over 100+ folders in it that are locked, please help

    Have a problem with deletting a folder that has 100+'s folders in it that are locked. Please help.

    Put the folder into the trash - go to the Finder menu and hold down the alt key whilst selecting Empty Trash.
    I've never tried this with a folder full of locked files, but it certainly works with a single locked file.
    Hope that helps!

  • Problem with delete index of cube in process chain

    HI ,i have a problem with my process chain,here on process name as delet index is ther which has been turned to red.when iam going inside of that in Display message iam getting the msg as"Indexes for InfoCube SMS_C06 have been deleted successfully".
    since the process is in red next process is not been triggering,but i have to continue the process chain.
    can anybody put some light into it.its very urgent........

    Hi,
    I ran into the same situation with one of my process chain that is part of a metachain. The process chain has the Delete Index that turned red. But the messages show that the indexes on all the cubes were deleted sucessfully.
    As suggested, I did a repeat on the delete index variant, but no luck as it turned red again.
    Anyone aware familiar with this issue?
    Thanks,
    Briston

  • Problems with deleted outbound deilverys

    Hi all,
    I have the following problem with a deleted outbound delivery. The issue is that a sales order was created and a outbound delivery was assigned to this sale order, but somebody deleted the outbound delivery, unassigned the corresponding material and the shipping person assigned this outbound to another sale order believing that there were still plenty of material to cover both sales orders.
    The help needed here is how do I know which user deleted the outbound delivery is there a record for that??
    I'll appreciate your help a lot.
    Best Regards,
    Erik Espinosa

    Malice is seldom behind stuff like this, from my experiences.
    Prime candidate is human error (possibly with an attempt to fix it, which also includes hiding it...).
    => Send the sales folks a mail with the order number and description in it and ask them whether any of them know about it or are aware that an error might have been made. This gives them the opportunity to realize the implications of their mistake, or "own up" to it.
    Depending on how your system is integrated and how many "cowboy" developers you had / have around, faulty config and even naive user-exits cannot be completely excluded.
    => Hard to find (better to prevent), but doing a where-used-list on the related VK* tables to see whether any Z-programs turn up is a start.
    Either way, with the sales order number, you should be able to find the user context which performed these actions via the business change documents.
    => Take a look at the SCD* transactions, and the CD* tables.
    If it was a batch user at midnight... then see "Hard to find..." above.
    Cheers,
    Julius

  • Help In keithley 2400 VI!!(Problem with the data logging and graph plotting)

    Hi,need help badly=(.
    My program works fine when i run it,and tested it out with a simple diode.The expected start current steps up nicely to the stop current.The only problem is when it ends,i cannot get the data log and the graph,though i already have write code for it.Can someone help me see what's wrong with the code?I've attached the necessary file below,and i'm working with Labview 7.1.
    Thanks in advance!!!
    Attachments:
    24xx Swp-I Meas-V gpib.llb ‏687 KB

    Good morning,
    Without the instrument it might be hard for others to help
    troubleshoot the problem.  Was there a
    specific LabVIEW programming question you had, are you having problems with the
    instrument communication, are there errors? 
    I’d like to help, but could you provide some more specific information
    on what problems you are encountering, and maybe accompany that with a simple
    example which demonstrates the behavior? 
    In general we don’t we will be unable to open specific code and debug,
    but I’d be happy to help with specific questions. 
    I did notice, though, that in your logging VI you have at
    least one section of code which appears to not do anything.  It could be that a small section of code, or
    a wire was removed and the data is not being updated correctly (see pic below).  Is your file being opened properly?  Is the data being passed to the file
    properly?  What are some of the things
    you have examined so far?
    Sorry I could not provide the ‘fix’, but I’m confident that
    we can help.  Thanks for posting, and
    have a great day-
    Message Edited by Travis M. on 07-11-2006 08:51 AM
    Travis M
    LabVIEW R&D
    National Instruments
    Attachments:
    untitled.JPG ‏88 KB

  • Problem with delete operation

    Hi all,
    Jdev version(11.1.1.3.0)
    I have a <af:table> with a check box.I can select the rows
    by checking check box and delete those rows.
    Sometimes am facing a problem in deleteing the rows.
    The viewobject that binded to the table,is based on two
    Entity Objects A&B.The table B has no primary key field.But
    it has a dynamic row_id as key fileld.
    The problem is am not able to filter
    the query results,when I select dynamic "Row_Id" in the select
    query,I can't filter the records.(In the VO if I unselect the ROW_Id,
    got an error like"Row_id missing in the view oject")Because of
    this issue am not able to delete the records.Due to
    this problem,delete works only in random.
    Please share the ideas..
    Thanks
    Swapna

    Try selecting a different attribute for EntityB as a key field

  • Problems with deleted Podcasts from iPod Touch (Проблема с удалением)

    У меня проблема с удалением подкастов с моего iPod Touch (версия прошивки 2.2, iTunes 8.0.2.20)
    Некоторое время назад я скачал через сам Ipod некоторые подкасты, в другое время с компа, после все синхронизировал и все уровнялось (переписалось недостающее туда и обратно). Сегодня я хотел все удалить и в настройках синхронизации моего iPod я просто снял галочку синхронизации и применил. После все плейлисты касательно подкастов были очищены, а вот сами файлы остались, т.к. в первую очередь суммируя то что у меня должно было быть и что было разница была в 3 гига.
    С помощью SharePod решил проверить действительно ли так то что я думаю и оказалось что он увидел эти файлы, которые должны были быть удалены, но т.к. версия базы данных иная чем то что он может понимать программа, удалить я их не могу. Прошу помочь.
    I have a problem with the removal of podcasts on my iPod Touch (firmware version 2.2, iTunes 8.0.2.20)
    Some time ago, through the iPod Touch I downloaded some podcasts, at other times from the computer, after all synchronized (rewritten podcasts from my computer and ipod). Today I want to delete everything and in sync to my iPod settings, I took a tick synchronization and applied. After all the playlists from podcast has been cleared, but the files themselves remain as the free space was at 3 Gb fewer regulations.
    Using SharePod checked their version and proved that SharePod saw no deleted files to be erased, but because version of the database other than the fact that he could understand the program, I can not remove them. Please help.

    You can only sync with one computer. I would backup to one computer and then restore from backup.
    iOS: Back up and restore your iOS device with iCloud or iTunes       

  • Problems with deleting mail in Mail-Yoesmite 10.10.1

    Each day, I have a problem where Mail will not delete messages that I have deleted. The messages I want deleted seems to be in the Trash folder and appear to be deleted when I select the delete button. But when I click out to another folder and then come back to the Trash folder, those messages are still there.
    T have tried doing this 3-4 times, with the same result.
    I have since found that quitting the Mail program resolves this problem and so each day, I have to quit Mail in order to get it to function correctly.
    Clearly, there is a problem with this piece of software, a piece of software which is one of the worst things Apple has ever made and which has been driving me nuts for years.

    I can't find a way to edit my question so I am adding further info as a reply.
    In addition to not deleting emails, Mail also does not always show me the most recent emails.
    When I quit the app and re-open it, a bunch of new emails suddenly appear, all with different time stamps.

  • Problems with Deleting Confirmati​on Messages on a 8830 device

    I am new to this forum but have a technical issue on a blackberry 8830 device with deleting confirmation messages.
    Scenario:
    User is replying to users with a confirmation of message read reciept from the blackberry.  It copies the reciept in both his exchange account and his blackberry device.  He can delete the confirmation of the reciept as usual but here lies the problem when he deletes it on either the blackberry or the exchange account side it won't reconcile it even though the reconcile is setup for both handheld and wireless and wireless email reconcile is turned on.  He also has the desktop manager software running on his pc and its still not correcting it.
    The BES server is on release 4.0.6.12 with a Microsoft 2000 Exchange Server (I'm thinking this is my issue but don't have any supporting evidence to support it).
    Can someone please provide some insight as to what the problem might be in this scenario.

    Thanks so much for answering! It looks like that cleared up the problem

  • Problems with loading Facebook log in page.

    Hello. I have problems with loading the Facebook log in page. It's been a day. Every time I try to go to the website, it reads,
    "The connection was reset
    The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web."
    I did every possible step to overcome the problem but in vain. Please suggest something that could work.....:(

    Hi,
    Please also try to '''Clear Now''' the '''Cache''', '''Cookies''', and '''Site Preferences''' in '''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History Clear Recent History]. You can also open the '''History''' library ('''Alt '''+ '''S''') > '''Show All History''', search for facebook on the top right search box, right-click a facebook .com entry > '''Forget about this site'''.
    [https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can?redirectlocale=en-US&redirectslug=Firefox+cannot+load+websites+but+other+programs+can Firefox can't load website]

  • Synchronisation problem with deleting an appointment from an iterating appointment

    Hello,
    I have a problem with the synchronisation of appointments from iCal (Mac OS X 10.7.3) to my iPhone 3GS (iOS 5.1) with iTunes (10.6.1 (7)).
    Scenario:
    I create an iterating appointment (e.g. each week) in iCal. Than I synchronise these appointments with my iPhone. After that I delete one specific appointment (not the whole iterating appointments) in iCal and synchronise the calendar via iTunes again.
    Now the appointment I deleted in iCal still exists on my iPhone. If I choose the option "replace all appointments on my iPhone" in iTunes it doesn't work and the deleted appointment still exists in my iPhone calendar.
    Any solutions for this problem? Or is it a known bug?

    Hi,
       try to make the request status into red in monitor and then delete. if the request deletion taking long time try to change the QM status in to green. i think then the delete box will dissaper. again start from begin convert the status to RED in monitor for that particular request. and then delete it.

Maybe you are looking for