Purge FND_LOBS table (attachmentolders than 2 years) to cleanup table space

Hi,
I have a requirement to purge FND_LOBS table (Attachments which is older than 2 years) to cleanup table space.
Please advise me which is the best way to purge FND_LOBS.
I have already gone through the below Notes, but no luck..
871721.1 - How To Purge FND_LOBS?
555463.1 - How to Purge Generic or Purchasing Attachments from the FND_LOBS Table
298698.1 - Avoiding abnormal growth of FND_LOBS table in Applications 11i
303709.1 - Reclaiming unused space in APPLSYSD tablespace
555463.1 - How to Purge Generic or Purchasing Attachments from the FND_LOBS Table
Thanks,
Genoo
Edited by: Geno on Apr 1, 2013 5:32 AM

Geno wrote:
None of the Notes solve my requirement, as i do not see an option to Purge only the data which is older than 2 years.
Thanks,
GenooPurging FND_LOBS table can done by running "Purge Obsolete Generic File Manager Data" concurrent program -- Concurrent Processing - How To Add The Concurrent Program "Purge Obsolete Generic File Manager Data" To The Sysadmin User. [ID 216541.1]
You can find more details about the parameters for this concurrent program in (Questions on Purge Obsolete Generic File Manager Data [ID 1165208.1]).
Thanks,
Hussein

Similar Messages

  • Purging the data older than 1 year

    I have a requirement to purge data older than 1 year.
    Table has 5 billion rows and delete about 4 billion rows in batches.
    there is no primary key or indexes on table.
    There is column Datetime and i created nonclustered index on table and planning to purge data based on that column.
    Any help in preparing the script to purge data in batches older than 1 year.
    Thanks,
    Ron.

    As noted above, it is better to build a new table for what you want to keep using SELECT-INTO:
    http://www.sqlusa.com/bestpractices/select-into/
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Purge data older than an year from multiple tables

    Hello all,
    I have a requirement to purge data older than 1 year.
    These are multiple related table with 300 million rows in each and need to delete about 1 million rows. I need to archive the data to a different database for some tables and then delete and for the other tables I dont need to archive but just delete.
    All these tables are being used in transactional replication. 
    I need to join these tables to delete data as some of them wont have a timestamp column
    I was thinking to run the purge job based off 2 sql agent jobs one which will archive and the delete and the other which would only delete where archiving is not required. All these tables use a lot of guid based columns.
    What would be the best strategy to purge the data?  My concern is the transaction replication. Any help in preparing the script to purge data in batches older than 1 year.
    Thanks

    Hopefully this example will help you:
    DECLARE @transactions TABLE (transactionID INT IDENTITY, transactionDate DATE, clientID INT)
    DECLARE @clients TABLE (clientID INT IDENTITY, clientName VARCHAR(30))
    INSERT INTO @clients (clientName) VALUES ('James'),('Jean-Luc'),('Jonathon'),('Katheryn'),('Ben')
    INSERT INTO @transactions (transactionDate, clientID) VALUES ('2000-01-01',1),('2000-01-01',2),('2000-01-01',3),('2000-01-01',4),('2000-01-01',5),('2015-01-01',4),('2015-01-01',5)
    DELETE c FROM @clients c
    LEFT OUTER JOIN @transactions t
    ON c.clientID = t.clientID
    AND t.transactionDate > DATEADD(YEAR,-1,CURRENT_TIMESTAMP)
    WHERE t.clientID IS NULL
    DELETE t FROM @transactions t
    WHERE t.transactionDate < DATEADD(YEAR,-1,CURRENT_TIMESTAMP)
    SELECT *
    FROM @clients
    SELECT *
    FROM @transactions
    Of course, you're going to want to use similar logic to move the records before you delete them, but you can specify the table to delete by its alias in the delete statement.

  • Adjust Asset Fiscal year more than 2 years backward

    Hello SAP Guru,
    We have a problem in Asset accounting today for US company codes. We would like to implement tax bonuses for our old assets in SAP. Currently the tax bonuses are calculated offline and it cause so many effort on the tax department. We would like to adjust depreciation calculation of our assets to include bonus depreciation. We already set-up depreciation key needed. The problem now is when we tried to change the depreciation keys of our old assets, special depreciation did not take effect. Then I found out that special depreciation only reflect for open fiscal year. How can we do this if we want to post special depreciation (Asset Level only) more than 2 years backward.
    Please help,
    Thanks!
    Jhero

    Hi Jhero,
    As a rule it is only allowed to have max 2 fiscal years open  (included the current fiscal year).
    The closed fiscal year in all depreciation areas have to be the same.
    Conclusion: it is not possible to open the fiscal year 2006 with legal means.
    Of course you can change the closed fiscal year also directly in table T093B but this should be done from a experienced consulter.
    regards Bernhard

  • Using File Server instead of FND_LOBS table

    Dear Experts
    Hi,
    we use R12.1 with UP-UX Itanium.
    the approach of our company about Attachments in organization mades FND_LOBS table so big.
    I couldn't change this approach to attach many file in ERP so I searched in google and metalink how can we reduce FND_LOBS size
    but there is no useful information to do this
    it seems that this problem is Unavoidable.
    So I want to know if there is a way to using FILE SERVER in ebs 12.1.1 or any useful plan to reduce FND_LOBS size or its effects?
    Thanks
    Best Regards

    I couldn't change this approach to attach many file in ERP so I searched in google and metalink how can we reduce FND_LOBS size
    This topic was covered many times in the forum before, please see previous threads for the MOS Docs you need to follow.
    https://community.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=Purge+AND+FND_LOB
    https://community.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=Size++AND+FND_LOBS
    Thanks,
    Hussein

  • Cycle counting greater than one year

    Looking for a method to have cycle counting (table V_159C) set at three year intervals. Seems that it is not possible to set at less than one year. No decimals are allowed.
    Can anyone assist?
    Thanks Bruce

    Hi Bruce
    The idea is to count all the materials at least once in an year.
    We did this for one of our customers (Good ABAP required):
    a) Maintain settings for CC in IMG for A,B,C,D classes. Whereever you want more than one year, we just maintained 1 (once in a year).
    b) Maintained one more similar table.
    c) Maintain material master with fixed CC indicators for all materials
    d) Copy the cycle count program and create you own program with new logic
    Best regards
    Ramki

  • Query to  get  a date column is greater than a year

    Hi all,
    I had a table :
    order date
    1 4/4/2010 9:10:09 AM
    2 5/6/2011 9:10:09 AM
    my select statement should return a row which is more than a year
    and date is timestamp(3) datatype (considering leap year to)
    can any one help me
    Thanks in advance!!!!
    Edited by: 846773 on Apr 11, 2011 1:21 PM

    Justin Cave wrote:
    or
    WHERE order_date < sysdate - interval '1' year Careful:
    SQL> select date '2012-02-29' - interval '1' year
      2  from dual;
    select date '2012-02-29' - interval '1' year
    ERROR at line 1:
    ORA-01839: date not valid for month specified
    SQL> SY.

  • The fiscal year specified differs by more than a year from the fiscal year

    Dear All
    To rectify depreciation posted at development server I run OAGL which reset all depreciation posted (From FY 2008 to 2010), now when I am trying to post depreciation by AFAB for FY 2008 system showing error message
    No posting possible in fiscal year 2008
    Message no. AA688
    Diagnosis
    No posting is possible in the fiscal year 2008 specified. The fiscal year specified differs by more than a year from the fiscal year in which the last postings were performed.
    Procedure
    Correct your fiscal year specifications.
    please advice me what step to be follow
    Regards
    Sekhar

    Hi Sekhar,
    Error AA688 typically occurs in two situations:
    1) A company code did not have any depreciation posted in the previous year. See note 144441.
    2) If in a comany code no depreciation has been posted ever, then it is important to note that the periods of the last depreciation posting  in table TABA and the year and period of the last depreciation posting in table T093D (fields AFBLPE and AFBLGJ) are initial. You can set these fields to 000 / 0000 with the correction report attached in SAP note 26073.
    See if any of this information helps you further.
    Brigitte

  • ICal for iPad not showing events more than 2 years in future in Year view

    As the subject describes, I can create an appointment more than 2 years into the future.  On my Mac and iPhone I can see the event using any view.  It is also visible in all views on my iPad, except for the year view.  A feature?

    Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal. Then restart the app and see if it works normally.
    Then reboot your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the iPad restart. See if that fixes your problem.

  • Bug? My events on the iPad iCal app aren't shown in the year view if they are more than two years in the future.

    My events on the iPad iCal app aren't shown in the year view if they are more than two years in the future even though I can see them on the month, week and day view. Any suggestions on how to fix it? I've tried it all. I called the apple support and they checked on their iPads. They all did the same and they couldn't help me. They suggested trying this way. I'd like to be able to plan a few years ahead and the year view would make thing so easy!
    Is this a bug?

    Go to the Home screen and double click the Home button. That will reveal the row of recently used apps at the bottom of the screen. Tap and hold on the app in question until it wiggles and displays a minus sign. Tap the minus sign to actually quit the app. Then tap anywhere on the screen above that bottom row to return the screen to normal. Then restart the app and see if it works normally.
    Then reboot your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appears. Let go of the buttons and let the iPad restart. See if that fixes your problem.

  • After more than a year of success, email will not sync

    After more than a year of successfull syncs with iTunes, my iPhone GS will not sync with my Outlook Calendar. I get the message, "Either there is no default mail client or the current mail client cannot fulfill the messaging requrest. Pleae run Microsoft Outlook and set it as the default mail client."
    The problem with complying with that message is that I DO NOT use Outlook as my default mail client on my PC. I DO use Outlook for my Calendar on the PC and have, in the past, been able to sync with the iPhone calendar.
    On the iPhone, I can receive my email from GMail and another provider without problem. On my PC, I use Forte Agent as my email program.
    I know of nothing that I have done to change settings an any program that would affect the ability to sync my calendar with outlook but NO NEW calendar entries are reaching my iPhone now. All other portions of the sync appear normal.
    Any help would be greatly appreciated.

    Subject correction. It should read: After more than a year of success, Outlook Calendar will not sync.
    It appears that there are a VERY large amount of problems with the calendar not performing sync correctly. Any answers...?

  • How to set-up Payment terms greater than 10 years

    We have payment terms that go beyond 10 years.  In the configuration of the payment terms, the "Additional months" field (V_T052-ZMONA) only contains 2 characters.  10 years * 12 months = 120 months which is already 3 characters long.
    Anybody know a way of how to set-up payment terms which is greater than 10 years?  Any user exits?
    Appreciate any help!
    DGE
    Edited by: DGE on Jan 3, 2008 5:43 AM

    Hi Amlan Sarkar,
    I went through IMG: Financial Accounting (New)> Accounts Receivable and Accounts Payable> Business Transactions> Outgoing Invoices/Credit Memos> Maintain Terms of Payment.
    Now for me to configure Payment terms up to year 2018 (for example); i need to enter in field "Additional months" value = 120.  120 is 10 years * 12 months, since receivables for the year 2018 is 120 months from the current date.
    How the "Additional months" field is only 2 characters long.  Therefore I am unable to enter the value 120 which is 3 characters long.
    Any ideas on how I can configure this?
    Thank you.

  • I have had an apple iPad 2 for less than a year and I have less than 2 pages of apps but when I look at the space meter the "other" section is taking up 6.7 Gb out of 16 Gb on it. I have researched this on the Internet and no one seems to know what it is.

    I have had an apple iPad 2 (16 Gb) for less than a year with less than two pages of apps, but when I look at the bar which tells you how much space you have used, it says I have 6.7 Gb worth of "other" space used. I am unable to download any apps on account of all the space used. I have researched this problem and I can't seem to find an explanation. If anyone knows the solution or has spoken to apple about this please help if you can. Thank you!

    The long and short of it is that you will probably have to restore your iPad. That giant "other" space is a sign of a corrupt file from a sync, I am pretty sure, but I am quite sure that the way to resolve it is to restore the iPad.
    You can search the discussion site for similar threads but I think you will find that a restore is the way to correct it. Read this one.
    https://discussions.apple.com/message/12531408#12531408

  • Help me to search on calendar for more than one year

    I desparately need to be able to search on calendar for more than one year., which was taken away on the new operating system.  I have kept personal memories of my husband on there in the notes sections on days when we did things. ( I have also kept all kinds of personal notes, like doctor records or conversations, in the notes of events/dates.) it is a huge loss for me not to be able to search my calendar for more than one year. Is there any way I can do this?

    Jens,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • I accidentally changed a setting on my ipod touch and now it won't change back. I have had my ipod for more than two years and i dont know what to do. If i go to the apple store, would they fix it, or would i need to get a new one?

    I accidentally changed a setting on my ipod touch and now it won't change back. I have had my ipod for more than two years and i dont know what to do. If i go to the apple store, would they fix it, or would i need to get a new one? If it could be fixed, how much would it cost?

    If it is still under warranty you can call the 800 number to apple and enter the serial number and it will tell you if it is under warranty or not if not its like $30 basically for them to help or something like that it said today when i called...
    Or take it to a genius bar if you have one near?
    Or further explain what setting you are needing fixed back and im sure someone here can help you for free!

Maybe you are looking for

  • My media is not being recognized by Final Cut! HELP PLEASE!

    My media is not being recognized by Final Cut it was there yesterday and today it is not recognized by FCPX it looks like this now>>> but it is I cans see it in Finder and Quicktime? HELP PLEASE!

  • I installed Acrobat XI standard in english and it opens in Slovanian. I need to have english

    I installed Acrobat XI standard in english but it opens in Slovanian. I put in the registration code and is tells me something but it is in Slovanian so I don't have any english. I need to change to english but it just won't. I have removed the insta

  • Fonts not appearing in illustrator after installing

    I am installing fonts in windows 7 by right clicking on the file and clicking install.  After successfully installing the fonts, they aren't showing up in illustrator (or photoshop).  I checked my windows font folder and the new fonts are indeed ther

  • Re: Atrocious Broadband Speed & Customer Service

    I have had broadband issues since November2013. I love chatting to the technical teams in India some of them are now best friends. Have had my hub 3 re booted so many times I'm not surprised it doesn't work. The replacement hub sent to me performs ev

  • HP Photosmart C6280 not printing straight

    Hi, I've only had this printer for a few months and no matter what I do, I can't get it to print straight. I've done the self test diagnostic page and also the align feature on the setup menu on the printer and that didn't help. I've reloaded paper a