Re:purge ICX_TRANSACTIONS

Hi ,
I used the following note id Where Is 'Delete Data From Temporary Table' Concurrent Program - ICXDLTMP.SQL (Doc ID 397118.1) to delete almost all rows from icx_transactions and icx_sessions .
But ,the table has not De allocated extents, so remaining at its original size. Could this be a problem from a performance point of view?
Can i claim back the free space ?
Regards .

But ,the table has not De allocated extents, so remaining at its original size. Could this be a problem from a performance point of view?Make sure you have the statistics collected up to date on those tables and I believe you should be OK.
Thanks,
Hussein

Similar Messages

  • Error Message: Need to purge Cache in Adobe Bridge CC (on PC)

    I tried purging using Adobe Bridge by going to Edit/Preferences/Cache then purging, but it becomes non responsive.  The error message said the problem files were at Users/(my user name)/AppData/Roaming/Adobe/BridgeCC/Cache.   There are 4 files in there that are taking up 124 GB!  Can I simply delete these files or will it corrupt my regular files?  I tried doing as some other forums suggested and hold the ALT key down when opening Bridge before purging, but no luck.

    Yes, you can delete the cache files manually,  Just be advised that Bridge will become very, very slow until it finishes rebuilding its caches.  Depending on your files, that can take a few minutes or several hours.
    A good way of doing it is at night, so you can do it before going to bed and let Bridge rebuild caches overnight.
    If you can, save the cache files before deleting them to an external drive, so that you'll have them as backup if something goes wrong.

  • "Payables Open Interface Purge" Program

    Hi Guys,
    In our production system, it takes 3 minutes to open "Open Interface Invoices" form (AP Manager>Invoices>Entry>Open Interface Invoices). So what should we do so as to avoid this.
    I was thinking to delete data from two tables (AP_INVOICES_INTERFACE & AP_INVOICE_LINES_INTERFACE) based on certain crieterions. Like all the records which have been successfully imported i.e. with status='PROCESSED' can be deleted. So, I can achieve this using two methods:
    1. Manually using SQL Delete statement. i.e.
    DELETE FROM AP_INVOICES_INTERFACE WHERE status='PROCESSED';
    DELETE FROM AP_INVOICE_LINES_INTERFACE
    WHERE invoice_id IN (SELECT invoice_id FROM AP_INVOICES_INTERFACE WHERE status='PROCESSED');
    2. Or I can use "Payables Open Interface Purge" Program.
    I ran this program for my specific source, and checked the count from tables but the result is the same. This means this program has not deleted any of the processed records from these two tables for the particular source.
    What can be the reason for this? Please suggest me on this.
    Thanks a lot!
    Regards,
    Sumir Chawla

    Hi,
    Thanks for your reply friends!
    I ran the program for some source. It completed successfully, log shown below:
    MSG-00001: (Import_purge 1) Check control table for the purge process
    MSG-00001: (Check_control_table 1) Lock the control table
    MSG-00003: (Check_control_table 2) Fetch import_requests
    MSG-00007: (Check_control_table 5) Insert record into control table
    MSG-00008: (Check_control_table 6) Commit
    MSG-00002: (Import_purge ) Deleting records in interface tables...
    MSG-00008: (Import_purge 5) Commit to the database
    MSG-00010: (Import_purge 7) Delete the previous record in ap_interface_controls
    But when I checked both the tables ap_invoices_interface and ap_invoice_lines_interface from backend, the records which should not exist for that particular source and which imported successfully (as purge all is 'No') are still existing in the tables. If I am correct, after successfull run, records should not exist for the source which have status "processed". Please correct me if I am wrong. I think I should log SR.
    Thanks & Regards,
    Sumir Chawla

  • Payables Open Interface Purge completes with error "Invalid Cursor"

    Hello,
    I'm trying to run Payables Open Interface Purge (version 115.8) and get an invalid cursor error in the beforereport trigger. Does anyone know the cause and remedy of this? A portion of the log is below. I've looked at the cursor and everything looks fine to me.
    MSG-00001: (Import_purge 1) Check control table for the purge process
    MSG-00001: (Check_control_table 1) Lock the control table
    MSG-00003: (Check_control_table 2) Fetch import_requests
    MSG-00004: (Check_control_table 3) Check concurrent program status
    MSG-00999: FUNCTION GET_REQUEST_STATUS ERROR, Reason:
    MSG-00999: FND_CONCURRENT.GET_REQUEST_STATUS<-Check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: (Import_purge 1) Check control table for the purge process
    MSG-00999: Delete record in control table..
    MSG-00999: ORA-01001: invalid cursor
    REP-1419: 'beforereport': PL/SQL program aborted.
    Thank you.

    I'm trying to run Payables Open Interface Purge (version 115.8) and get an invalid cursor error in the beforereport trigger. Does anyone know the cause and remedy of this? A portion of the log is below. I've looked at the cursor and everything looks fine to me.
    MSG-00001: (Import_purge 1) Check control table for the purge process
    MSG-00001: (Check_control_table 1) Lock the control table
    MSG-00003: (Check_control_table 2) Fetch import_requests
    MSG-00004: (Check_control_table 3) Check concurrent program status
    MSG-00999: FUNCTION GET_REQUEST_STATUS ERROR, Reason:
    MSG-00999: FND_CONCURRENT.GET_REQUEST_STATUS<-Check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: check_control_table<-Import_purge<- Before report trigger <- APXIIPRG
    MSG-00999: (Import_purge 1) Check control table for the purge process
    MSG-00999: Delete record in control table..
    MSG-00999: ORA-01001: invalid cursor
    REP-1419: 'beforereport': PL/SQL program aborted.11i: Payables Open Interface Invoice Import Troubleshooting Guide (APXIIMPT) [ID 107628.1] -- 3. Open Interface Import Purge Fails with ORA-01001: Invalid Cursor
    Thanks,
    Hussein

  • How to delete the messages in the purges folder?

    if the mailbox is enabled the single item recovery, then the messages would move from deletion folder to the purges folder After running the following script,
    Search-Mailbox dave -searchdumpsteronly
    -deletecontent
    so my question is how to delete the messages in the purges folder with some script or retention policy?
    Please click the Mark as Answer button if a post solves your problem!

    Thank you all,
    As the mailbox is enabled single item recovery.
    I just want to make the items neither in deletion folder, nor in purges folder.
    So I think there are two ways to achieve this.
    Method 1,disabled the single item recovery. then delete the items in deletion folder ,so it wouldn't enter to the purges folder, it just deleted permanently. then enable the single item recovery
    Method 2,delete the items in deletion folder,then the messages move to the purges folder, then delete the messages in purges folder.
    the Method 1 is not so good ,as it need to disable the single item recovery firstly, then enable  single item recovery .
    So I want to use the Method 2
    Please click the Mark as Answer button if a post solves your problem!

  • Is there a way to "purge" muliple copies of the same song?

    Hi, I lost my iTunes library after connecting my iPhone (don't know how or why or even if that was the cause). The library had around 20 songs total in it after disconnecting the iPhone - down from several thousand. I did have a few older copies of the Library in different places which were not identical so I imported each of them which resulted in many duplicates or triplicates. I thought I could easily purge - i.e. delete all but the most recent copy but I have not been able to find a way to do this. It would take forever to delete them one at a time. Can anyone please tell me how to accomplish this? Thanks - Dave

    Apple's official advice is here... HT2905: How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background, this post for detailed instructions, and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and copes sensibly when the same file has been added via multiple paths.
    tt2

  • Error while runnig OIM task purging script OIM_TasksArch.sh

    Error while runnig OIM task purging script OIM_TasksArch.sh
    ## Enter date in YYYYMMDD format
    (All the task data for users which have been disabled/deleted on or before the entered date would be archived) :
    ## All the task data for users which have been disabled/deleted on or before TODAY's date would be archived,
    Do you want to continue [y,Y,n,N]? :
    y
    Calculating the number of records that would be archived,
    this may take some time, please wait...
    ERROR ==> An error has occurred during the process
    Please check logs created at /export/home/oracle/Purging_Task/Err_Arch_tasks_2012_11_05_16_51_22.log and try again
    ./OIM_TasksArch.sh: test: argument expected
    bash-3.00$ cat /export/home/oracle/Purging_Task/Err_Arch_tasks_2012_11_05_16_51_22.log
    -- Task Archival Execution Status
    Task Data Archival Summary
    ORA-00942: table or view does not exist

    In this link you resolved this issue by giving all privileges to DEV_OIM...
    Re: Getting error while running OIM in built purging script OIM_ReconArch.sh
    Now if again this ORA-00942: table or view does not exist is coming, possibility is that there is no issue regarding privileges as you already have given all privileges to DEV_OIM...
    Anyway try again giving full permissions to it just in case for some reasons permissions might have reset...
    Now the only option is to study OIM_TasksArch.sh and figure out which tables or view it wants to refer to and is not available to it..
    *./OIM_TasksArch.sh: test: argument expected*
    The above line means that this sh file needs some arguments... Please study a bit more to figure out those arguments.. It will work...
    *23.2.1 Understanding the Task Archival Utility*
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/archival_utilities.htm#OMADM3033
    Following Parameters i.e. Arguments  are needed
    # File : OIM_TasksArch.sh
    # Purpose : To archive data from active task tables to archival task
    # tables and to delete data from active task tables.
    # Arguments : 1 --> Location of the Oracle Home(ORACLE_HOME)
    # 2 --> Oracle Identity Manager Database Name
    # 3 --> Oracle Identity Manager Database User Name
    # 4 --> Password for the Oracle Identity Manager Database User

  • New update 8.7.1 CS6 ACR not working---(I own hard copy not a Trial or part of CC), I purged cache in bridge, and photoshop. NO photos will open when I double clik, or  will not open again in ACR alone.  When I double clik on raw file I get Sign In requir

    I purged cache in bridge, and photoshop. NO photos will open when I double clik, or  will not open again in ACR alone.  When I double clik on raw file I get Sign In required Notice--We will now register your TRIAL to your Adobe ID-------I am alread a SUBSCRIBER-------------Yes I get this same issue in Creative Cloud and same issue. error: Camera Raw editing is not enabled-----Camera Raw editing requires that a qualifying product has been launched at least once to enable this feature. These errors are happening inside both CS6 Bridge and CCphotoshop Bridge------NOTE----I am ALREADY signed into Creative Cloud and still get those message errors.........Need to fix ASAP.

    When you sign in to Adobe.com with the user ID and Password your using in the Creative Cloud and Photoshop does this link  https://www.adobe.com/account/my-products-services.html show that the account has a subscription?
    Also this is a user forum not a Adobe Customer Services web site.

  • Adobe Bridge 5.1 stops working on open in Windows 7. Tried purging, no help.

    Tried purging by holding Ctrl and clicking all three options but to no avail.
    Any insight?

    Ok, in the Event Viewer, I am getting the following in Application Error
    "Windows cannot access the file  for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Adobe Bridge CS5.1 because of this error.
    Program: Adobe Bridge CS5.1
    File:
    The error value is listed in the Additional Data section.
    User Action
    1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
    2. If the file still cannot be accessed and
              - It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
              - It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
    3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
    4. If the problem persists, restore the file from a backup copy.
    5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance."
    Right BELOW that, it is saying there is a problem with Bridge because of Quicktime:
    "Faulting application name: Bridge.exe, version: 4.1.0.54, time stamp: 0x4d6f26b3
    Faulting module name: QuickTimeAuthoring.qtx, version: 7.72.80.56, time stamp: 0x4f8f8aad
    Exception code: 0xc000001d
    Fault offset: 0x0010e061
    Faulting process id: 0x1008
    Faulting application start time: 0x01cf2f67ed9dcb37
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe Bridge CS5.1\Bridge.exe
    Faulting module path: C:\Program Files (x86)\QuickTime\QTSystem\QuickTimeAuthoring.qtx
    Report Id: 30cc3cd5-9b5b-11e3-9da8-d479b817000b"
    What does this mean? I already reloaded Bridge twice but to no avail and the program opens fine when I try to open in my Picturres files , just not when openeing fropm Desktop.

  • Purge cache on Bridge CC

    Hi,
    My CC Bridge is not running well as it asks for the caches to be purged. When I try to do so in the preferences settings, the program gets stuck.
    How can I fix this glitch?
    My account is [email protected]
    Thanks.

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • Bridge error message tells me to purge central cache. Where is "Cache Preferences" to do so?

    Bridge error message: Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation. WHERE IS THE CACHE PREFERENCEs?

    Edit > Preferences > Cache > Purge Cache

  • I have problem with adobe bridge cs6. Every time I open it Bridge tells me to Purge Cache. I have CS

    I have problem with adobe bridge cs6. Every time I open it Bridge tells me to Purge Cache. I have CS6 on two computers and it works fine on one of them. I have tried to reinstall it without succeeding to fix the problem. Does anyone have the same problem and a solution to it?
    "Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation."

    You must have a Mac.  Try this.
    Quit Bridge, from user library (NOT system and root library) preferences folder find and delete the com.adobe.bridge5.plist file manual. Do this also in same user library caches folder (Caches/Adobe/Bridge CS6) and inhere find and the folder called 'cache' and drag it to the trash.
    restart Bridge holding down option key and choose reset preferences, then try again.

  • Unable to purge cache on unix

    Hi gurus,
    I have installed OBIEE 11.1.1.5 on Red Hat Linux 5, when i try purge the cache of this obiee server from a windows system, it is working perfectly fine. But when I try to clear the cache from unix system it is throwing the following error message,
    ================================
    Oracle BI ODBC Client
    Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    Connection open with info:
    [0][State: 01000] [DataDirect][ODBC lib] Application's WCHAR type must be UTF16, because odbc driver's unicode type is UTF16
    You are not licensed to use this ODBC driver with the DataDirect ODBC Driver Manager under the license you have purchased. If you wish to purchase a license, then you may use the Driver Manager for a period of 15 days, during which time you are required to obtain a license. You can order a license by calling DataDirect Technologies at 800-876-3101 in North America and +44 (0) 1753-218 930 elsewhere. Thank you for your cooperation.
    ==========================
    This is the command I am using -
    ./nqcmd -d "AnalyticsWeb" -u biadmin -p biadmin123 -s "/usr/powercenter/OBIEE_DEV/Oracle_BI1/Purge/CachePurge.sql" -o "/usr/powercenter/OBIEE_DEV/Oracle_BI1/Purge/Cachepurge.log".
    I am sure about the user,password ,paths of the sql and log file. Has any one faced this issue and if you have any resolution please guide me.
    Thanks in Advance,
    Regards,
    Sai.

    Oups sorry. I didn't remember the begin of your post.
    Suppress your update of your LD_LIBRARY_PATH.
    In 11g, the environment variables are set with the help of the opmn.xml file:
    http://gerardnico.com/wiki/weblogic/opmn.xml
    You can check it their:
    <ias-component id="coreapplication_obis1" inherit-environment="true">
    <environment>
    <variable id="LD_LIBRARY_PATH" value="$ORACLE_HOME/common/ODBC/Merant/5.3/lib$:$ORACLE_HOME/bifoundation/server/bin$:$ORACLE_HOME/bifoundation/web/bin$:$ORACLE_HOME/clients/epm/Essbase/EssbaseRTC/bin$:$ORACLE_HOME/bifoundation/odbc/lib$:$ORACLE_INSTANCE$:$ORACLE_HOME/lib:/u01/app/oracle/product/TimesTen/tt1122/lib" append="true"/>
    </environment>In 11g, you have to run the bi-init to set your environment varaibles:
    http://gerardnico.com/wiki/dat/obiee/bi-init
    Did you do that ?

  • Bridge Freezing, Not Displaying Thumbnails, Says Disk Space is Low and to Purge Cache

    Hello,
    I'm working in Bridge CS5 on a Mac 0S X version 10.9.2. I have 12 GB of RAM and the server has 240 TB capacity, 76.69 available.
    Recently I've received the following error message while processing large photo shoots with both DNG and JPEG files: Bridge is running low on memory. It is recommended that Bridge is restarted.
    I have also been manually caching large photo shoots and my cache preferences were set to Keep 100% Preview In Cache and Automatically Export Cache To Folder When Possible. My cache size was set to 500,000.  Yesterday, Bridge started to freeze while attempting to open folders. The wheel would spin at the bottom with the message Compiling Criteria. The only way to close Bridge was a Force Quit. This happened several times.
    Today, image thumbnails will no longer display, only the DNG/JPEG icons. I received the following error message:
    I have tried restarting Bridge while holding the alt/Option key to reset the preferences and checking all three boxes - no luck. I have done the same thing with the boxes unchecked - no luck.  I have tried manually purging the cache from its location in the library - no luck. I have tried resetting the cache preferences from the toolbar - no luck. I have tried deleting the cache files from the folders - nothing changes. I have tried purging the cache for each folder from the tool bar - nothing happens.
    I need to restore the thumbnails and rebuild the cache for each folder. Does anybody have an idea what is wrong or how to help?
    Many Thanks!

    Okay, so I have a solution. If after purging the central cache on the server Bridge continues to not perform normally try emptying the trash. I did this and it worked.

  • My bridge is asking me to purge cache to fix an error which I am doing and it is freezing on me.. what should I do now?

    When I open Bridge it comes up with an error saying:
    Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in the cache preferences to correct the situation
    I have tried to purge it but it freezes, also how do I stop this happening again?

    Hi Mize,
    I have been reading this post with great interest and have had exactly the same problem with Bridge CS4, when I downloaded from adobe the photography plan, which includes, Bridge CC and PS CC which I wanted to upgrade to. I downloaded as exactly what adobe said. All was well until I tried to open Bridge CC and got a message not compatible. Ended up downloading Mavericks OS and it worked with that. Managed to use Bridge CC for two days until I tried  to download photos from my camera when my MAC Book Pro lost power due to battery problem. Just out of interest I will say while Bridge CC was not working Bridge CS4 did work. Bit strange I thought. Anyway having seen your thread I thought I had nothing to loose.
    So thanks Mize I would like to thank you for solving my problem with this suggestion of new cache folder and hey presto ! it works with Bridge CC
    Regards
    Carl

Maybe you are looking for

  • Can i have two completely separate backups with Time Machine

    Hi  Before i did this i thought it best to ask the question here. Basically i have two huge iTunes libraries. One for official music, the other for unofficial stuff. Both of these libraries have their own separate external hard drives. For one of the

  • My iPod wont sync

    My iPod will not let me add more songs, I can connect to iTunes fine, everything is able to be viewed and played, the songs on the iPod through ITunes, and through windows explorer. However when I got to manually add sons to my iPod it just stops at

  • In-app Purchasing with Phonegap

    There's Phonegap/Cordova plugin to support In-app-purchase on Appstore(iOS) and Google Play(Android), but no way to support Windows Store. How can we do In-app-purchase with phonegap/cordova for Windows Phone/Windows Store? Who know if Windows Store

  • Plug-in licensing

    With all the commercial plug-in development that's been done, i'm sure several have crossed this bridge. Any decent non-intrusive ways of implementing copy protection? I scanned this forum all the way back to '07 and didn't find a single post on this

  • My bb curve 8520

    I updated my app world yesterday and since it has rebooted my phone won't work it is stuck on the screen i can't use my trackpad or go to the menu but I have tried taking the battery out and it's still the same and it's been on charge all day but I o