Problems with Purging

I want to purge the repository tables by using the OWB runtime audit viewer, but it takes more than half an hour to do this. I can only see that the following commands are running:
DELETE FROM wb_rt_feedback
WHERE rta_iid = :b1
and:
SELECT /*+ ALL_ROWS */
COUNT (1)
FROM "CPP_DMT_YMNF"."WB_RT_FEEDBACK"
WHERE "RTA_IID" = :1
What's happening (I've analyzed the tables)?
Is there a command to purge these tables by using e.g. a SQL Plus command (without using the runtime audit viewer)?
Regards,
Maurice

Mike,
The way it should work... but it may take a while to load the page, is if you first specify a date range to filter. With an open end date you should see everything.
Alternatively, implement the following package in your runtime repository schema and you can programmatically purge:
create or replace package owb_purge is
procedure execution_until(p_date in date) ;
end ;
create or replace package body owb_purge is
procedure execution_until(p_date in date)
is
cursor c_audit(b_date in date) is
select execution_audit_id
from all_rt_audit_executions
where created_on < b_date
order by created_on ;
begin
for r_audit in c_audit(p_date)
loop
wb_rt_audit_purge.purge_execution(r_audit.execution_audit_id) ;
end loop ;
end ;
end ;
Thanks,
Mark.

Similar Messages

  • Problem with purge temp and system tablespace

    hi,
    i am purging tablespec with sys user and it seems doing it, but tablespaces are still full
    also wanted to drop a datafile
    alter tablespace system drop
    datafile 'C:\oraclexe\files\sys.bf'
    and it giving the following error
    Error starting at line 28 in command:
    alter database datafile 'C:\oraclexe\files\sys.bf' offline drop
    Error report:
    SQL Error: ORA-01541: system tablespace cannot be brought offline; shut down if necessary
    01541. 00000 - "system tablespace cannot be brought offline; shut down if necessary"
    *Cause:    Tried to bring system tablespace offline
    *Action:   Shutdown if necessary to do recovery
    but if i shutdown how i drop it? or delete manually the file?
    sorry for the 2 question in one thread
    thanks

    but if i shutdown how i drop it? or delete manually the file?Operate in MOUNT state.
    But If you need to resize your system tablespace, You have to check HWM.
    On XE, I think it's easy to use full exp -> recreate -> full imp..
    Regards,

  • 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.

  • Mapping problem with compressed key update record

    Hi, could you please advise?
    I'm getting the following problem:
    About a week ago replicat abened with "Error in mapping" error. I found in discard file some record looking like:
    filed1 = NULL
    field2 =
    field3 =
    field4 =
    field5 =
    datefield = -04-09 00:00:00
    field6 =
    field8 =
    field9 = NULL
    field10 =
    Where filed9 = @GETENV("GGHEADER", "COMMITTIMESTAM"), field10 = = @GETENV("GGHEADER", "COMMITTIMESTAM"), others are table fields mapped by USEDEFAULTS
    So I got Mapping problem with compressed key update record at 2012-06-01 15:44
    I guess I need to mention that extract failed in 5 minuts before it with: VAM function VAMRead returned unexpected result: error 600 - VAM Client Report <[CFileInfo::Read] Timeout expired after 10 retries with 1000 ms delay, waiting to read transaction log or backup files. To increase the number of retries, use SETENV (GGS_CacheRetryCount = n) in Extract parameter file. To control retry delay time, use SETENV (GGS_CacheRetryDelay = n). handle: 0000000000000398 ReadFile GetLastError:997 Wait GetLastError:997>.
    I don't know if it has ther same source as data corruption, could you tell me if it is?
    Well, I created new extract, starting 2012-06-01 15:30 to check if there was something with extract at the time, but got the same error.
    If I run extract beging at 15:52 it starts and works.
    But well, I got another one today. Data didn't look that bad, but yet one column came with null value:( And I'm using it as a key column, so I got Mapping problem with compressed key update record again:(
    I'm replicating from SQL Server 2008 to Oracle 11g.
    I'm actually using NOCOMPRESSUPDATES in Extract.
    CDC is enabled for all tables replicated. The only thing is that it is enabled not by ADD TRANDATA command, but by SQL Server sys.sp_cdc_enable_table, does it matter?
    Could you please advise why does it happen?

    Well, the problem begins somewhere in extract or before extract, may be in transaction log, I don't know:(
    Here are extract parameters:
    EXTRACT ETCHECK
    TRANLOGOPTIONS MANAGESECONDARYTRUNCATIONPOINT
    SOURCEDB TEST, USERID **, PASSWORD *****
    exttrail ./dirdat/ec
    NOCOMPRESSUPDATES
    NOCOMPRESSDELETES
    TABLE tst.table1, COLS (field1, field2, field3, field4, field5, field6, field7, field8 );
    TABLE tst.table2, COLS (field1, field2, field3, field4 );
    Data pump:
    EXTRACT DTCHECK
    SOURCEDB TEST, USERID **, PASSWORD *****
    RMTHOST ***, MGRPORT 7809
    RMTTRAIL ./dirdat/dc
    TABLE tst.table1;
    TABLE tst.table2;
    Replicat:
    REPLICAT rtcheck
    USERID tst, PASSWORD ***
    DISCARDFILE ./dirrpt/rtcheck.txt, PURGE
    SOURCEDEFS ./dirdef/sourcei.def
    HANDLECOLLISIONS
    UPDATEDELETES
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    MAP dbo.TPROCPERIODCONFIRMSTAV, TARGET R_019_000001.TPROCPERIODCONFIRMSTAV, COLMAP (USEDEFAULTS , field5 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed6= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (filed1, field2, field3);
    Rpt file for replicat:
    Oracle GoldenGate Delivery for Oracle
    Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
    Windows x64 (optimized), Oracle 11g on Apr 22 2011 00:34:07
    Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
    Starting at 2012-06-05 12:49:38
    Operating System Version:
    Microsoft Windows Server 2008 R2 , on x64
    Version 6.1 (Build 7601: Service Pack 1)
    Process id: 2264
    Description:
    ** Running with the following parameters **
    REPLICAT rtcheck
    USERID tst, PASSWORD ***
    DISCARDFILE ./dirrpt/rtcheck.txt, PURGE
    SOURCEDEFS ./dirdef/sourcei.def
    HANDLECOLLISIONS
    UPDATEDELETES
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    MAP dbo.TPROCPERIODCONFIRMSTAV, TARGET R_019_000001.TPROCPERIODCONFIRMSTAV, COLMAP (USEDEFAULTS , field5 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed6= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (filed1, field2, field3);
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 64K
    CACHESIZE: 512M
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 1G
    CACHESIZEMAX (strict force to disk): 881M
    Database Version:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Database Language and Character Set:
    NLS_LANG = "AMERICAN_AMERICA.CL8MSWIN1251"
    NLS_LANGUAGE = "AMERICAN"
    NLS_TERRITORY = "AMERICA"
    NLS_CHARACTERSET = "CL8MSWIN1251"
    For further information on character set settings, please refer to user manual.
    ** Run Time Messages **
    Opened trail file ./dirdat/dc000000 at 2012-06-05 12:49:39
    2012-06-05 12:58:14 INFO OGG-01020 Processed extract process RESTART_ABEND record at seq 0, rba 925 (aborted 0 records).
    MAP resolved (entry tst.table1):
    MAP tst.table1, t.table1, COLMAP (USEDEFAULTS , filed9 = @GETENV("GGHEADER", "COMMITTIMESTAMP"), filed10= @CASE(@GETENV("GGHEADER", "OPTYPE"), "SQL COMPUPDATE", "U", "PK UPDATE", "U",@GETENV("GGHEADER", "OPTYPE")) ), KEYCOLS (field3);
    2012-06-05 12:58:14 WARNING OGG-00869 No unique key is defined for table table1. All viable columns will be used to represent the key, but may not guarantee uniqueness. KEYCOLS may be used to define the key.
    Using the following default columns with matching names:
    field1=field1, field2=field2, field3=field3, field4=field4, field5=field5, field6=field6, field7=field7, field8=field8
    Using the following key columns for target table R_019_000001.TCALCULATE: field3.
    2012-06-05 12:58:14 WARNING OGG-01431 Aborted grouped transaction on 'tst.table1', Mapping error.
    2012-06-05 12:58:14 WARNING OGG-01003 Repositioning to rba 987 in seqno 0.
    2012-06-05 12:58:14 WARNING OGG-01151 Error mapping from tst.table1 to tst.table1.
    2012-06-05 12:58:14 WARNING OGG-01003 Repositioning to rba 987 in seqno 0.
    Source Context :
    SourceModule : [er.main]
    SourceID : [er/rep.c]
    SourceFunction : [take_rep_err_action]
    SourceLine : [16064]
    ThreadBacktrace : [8] elements
    : [C:\App\OGG\replicat.exe(ERCALLBACK+0x143034) [0x00000001402192B4]]
    : [C:\App\OGG\replicat.exe(ERCALLBACK+0x11dd44) [0x00000001401F3FC4]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x000000014009F102]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x00000001400B29CC]]
    : [C:\App\OGG\replicat.exe(<RCALLBACK+0x11dd44) [0x00000001400B8887]]
    : [C:\App\OGG\replicat.exe(releaseCProcessManagerInstance+0x25250) [0x000000014028F200]]
    : [C:\Windows\system32\kernel32.dll(BaseThreadInitThunk+0xd) [0x000000007720652D]]
    : [C:\Windows\SYSTEM32\ntdll.dll(RtlUserThreadStart+0x21) [0x000000007733C521]]
    2012-06-05 12:58:14 ERROR OGG-01296 Error mapping from tst.table1 to tst.table1.
    * ** Run Time Statistics ** *
    Last record for the last committed transaction is the following:
    Trail name : ./dirdat/dc000000
    Hdr-Ind : E (x45) Partition : . (x04)
    UndoFlag : . (x00) BeforeAfter: A (x41)
    RecLength : 249 (x00f9) IO Time : 2012-06-01 15:48:56.285333
    IOType : 115 (x73) OrigNode : 255 (xff)
    TransInd : . (x03) FormatType : R (x52)
    SyskeyLen : 0 (x00) Incomplete : . (x00)
    AuditRBA : 44 AuditPos : 71176199289771
    Continued : N (x00) RecCount : 1 (x01)
    2012-06-01 15:48:56.285333 GGSKeyFieldComp Len 249 RBA 987
    Name: DBO.TCALCULATE
    Reading ./dirdat/dc000000, current RBA 987, 0 records
    Report at 2012-06-05 12:58:14 (activity since 2012-06-05 12:58:14)
    From Table tst.table1 to tst.table1:
    # inserts: 0
    # updates: 0
    # deletes: 0
    # discards: 1
    Last log location read:
    FILE: ./dirdat/dc000000
    SEQNO: 0
    RBA: 987
    TIMESTAMP: 2012-06-01 15:48:56.285333
    EOF: NO
    READERR: 0
    2012-06-05 12:58:14 ERROR OGG-01668 PROCESS ABENDING.
    Discard file:
    Oracle GoldenGate Delivery for Oracle process started, group RTCHECK discard file opened: 2012-06-05 12:49:39
    Key column filed3 (0) is missing from update on table tst.table1
    Missing 1 key columns in update for table tst.table1.
    Current time: 2012-06-05 12:58:14
    Discarded record from action ABEND on error 0
    Aborting transaction on ./dirdat/dc beginning at seqno 0 rba 987
    error at seqno 0 rba 987
    Problem replicating tst.table1 to tst.table1
    Mapping problem with compressed key update record (target format)...
    filed1 = NULL
    field2 =
    field3 =
    field4 =
    field5 =
    datefield = -04-09 00:00:00
    field6 =
    field8 =
    field9 = NULL
    field10 =
    Process Abending : 2012-06-05 12:58:14

  • Problems with the function DBMS_XMLSCHEMA.copyEvolve

    I´m having problems with the evolution of xml-schema.
    First the function DBMS_XMLSCHEMA.copyEvolve works correctly, but since one week I get only errors. Strangely is the fact that I use the same files (xml-schema, xslt and xml instances) and the same SQL-Code. Even if I delete all tables, directories, ... with the drop instruction and create them again, I get only error messages. It is also strangely that the function DBMS_XMLSCHEMA.copyEvolve not works if the old and new xml-schema are identical and no XSLT-Stylesheet is handed over. Can by the function DBMS_XMLSCHEMA.copyEvolve something going wrong in the database ? Do I must recreate the database, and how can I do that by the XE? But that can not be a good solution.
    Has anybody a idea what can I do?
    Here is my error report:
    Error starting at line 1 in command:
    BEGIN
    DBMS_XMLSCHEMA.copyEvolve(
    schemaURLs => xdb$string_list_t('http://localhost:8080/internal/xmlschema/testschema.xsd'),
    newSchemas => XMLSequenceType(XDBURIType('/public/testschema_evolution.xsd').getXML()),
    transforms => XMLSequenceType(XDBURIType('/public/MapTotestschema_evolution.xslt').getXML()));
    END;
    Error report:
    ORA-30944: Fehler beim Rollback für XML-Schema "http://localhost:8080/internal/xmlschema/testschema.xsd" Tabelle "MYUSER"."XMLSCHEMATABELLE" Spalte ""
    ORA-02304: Ungültiges Objektidentifizierungsliteral
    ORA-30942: Fehler bei XML Schema Evolution für Schema "http://localhost:8080/internal/xmlschema/testschema.xsd" Tabelle <n/a> Spalte ""
    ORA-31088: Objekt "MYUSER"."BIN$QNQjNoYiRfC4KlQtnfUpMw==$0" hängt von Schema ab
    ORA-06512: in "XDB.DBMS_XMLSCHEMA_INT", Zeile 113
    ORA-06512: in "XDB.DBMS_XMLSCHEMA", Zeile 210
    ORA-06512: in Zeile 2
    Thanks David

    Can you try doing the following before running copyEvolve
    SQL> purge recyclebin
      2  /
    Recyclebin purged.
    SQL> alter session set recyclebin =  off
      2  /
    Session altered.
    SQL>and see if it works as expected.

  • Bridge CS 6 preview problem with video files

    Hey Community,
    I have a problem with the preview in Adobe Bridge Cs 6.
    With the pictures and photos everything is fine, but every kind of video format is not displayed as a preview in the preview window, so that I have to open each video manually by doubleclicking on it, so that it is opens in Quicktime.
    Is there an opportunity to get that fixed? I just see the Quicktime or VLC-Icon, nothing more.
    I tried to purge to cache, to set everything to defaults but nothing worked.
    Thank you in advance und best regards.
    Alex

    Doubleclicking on the files in Bridge causes that quicktime or VLC or itunes (depending on the file format) will open that, but bridge does not handle anything?!
    Bridge CC and Bridge CS6 both handle my .mov files from EOS 1Dx and iPhone without any problems. The show in the preview window and can be played with sound in this same window. (MacPro with 10.8.4)
    Purging cache is what it is, it dumps the previous cache of the preview and forces Bridge to create a new one, nothing else is set to default.
    First try a reset of preferences and hold down option key while restarting Bridge and choose reset prefs. then try again.

  • Problem with thumbnails in Bridge CS4

    I was having a problem with Adobe Bridge crashing on me when I was looking at a large amount of images - like all my 2011 images. I'd read online that I needed to purge my cache and delete my preferences by holding down the ctrl key when starting Bridge and choosing all three options to "reset preferences", "purge entire thumbnail cache" and "reset standard workspace".
    I did this, but it really did not solve my problem. I'm still working on that. It did create a problem that all my raw files show up without thumbnails, and I can't for the life of me figure out how to regenerate these thumbnails. I've tried downloading the camera raw plugin and installing that again and it does not help.
     My raw files are from a Pentax K100d and are pef files.
    I went back to some old photos, in my 2010 folder.  When it first came up it showed the thumbnail for just a brief moment.  It then went blank and then up popped that stupid little flower icon that I seen when there is no thumbnail.
    Any help would be appreciated.

    Thank you so much for your response.
    I am running 64 bit Vista. I have CS4 and found that the latest version of Camera Raw that I could install was version 5.7.  I found the install instructions on the Adobe site.  As it told me to do, I downloaded the zip file for version 5.7 and extracted.  I moved the Camera Raw.8bi file from the top directory into C:\Program Files (x86)\Common Files\Adobe\Plug-Ins\CS4\File Formats and moved the Camera Raw.8bi file from the Win64 folder into C:\Program Files\Common Files\Adobe\Plug-Ins\CS4\File Formats.
    Does this look right to you?
    I can double-click on any of my raw "pef" files and I can edit them in Camera Raw, no problem.  I can also look at the "about Camera Raw" and see that it shows version 5.7.
    It just won't generate thumbnails.
    This worked in the past.  What happened to mess things up is a long story.  I got a new camera, a Nikon D5100.  What I did not realize was that this camera was too new for CS4 to be able to recognize.  The updates that include this camera are only for CS5.  At some point after I got this camera and came home with a ton of vacation pictures - saved as Raw + Jpg (so I had a ton of photos) bridge started crashing.  I don't know if it was the size and or number of photos that I was trying to have visible in Bridge at one time or what.  I started Goggling what could be the problem.  I found one source say that I needed to reset the preferences and such and that I should start Bridge while holding the ctrl key and choose all three items to reset.  I did this and my thumbnails that were there for all my old photos shot with my Pentax k100d went away.  I just see a flower icon in their place.  I've not been able to get them back.  I have since moved all those big photo files to another folder and the crashing has stopped.  Now I just have the problem that I caused.
    What bothers me is that I saw a post here in this forum that says to never use the "purge cache" option from the edit > preferences box in Bridge.  I can't find this post again.  I have done this also before I saw that.  I have also moved my cache to another location so that it had to create a new one. Still this does not work.  I've restarted Bridge, rebooted, "purged the cache for the selection" and "generate high quality thumbnail".  Nothing I've tried works.
    Would reinstalling Bridge help?  Do I have to install all of Photoshop?  Do I have to uninstall first?

  • Problems with auto update

    I just bought a new 60GB ipod video. When I connected to itunes on my pc, it started the automatic upload, but experienced an error after about 4,000 of the 6,000 songs in the library. It said "unknown error (Type 69)." After reading other posts, where people suggested reloading itunes, I tried the various remedies, but eventually returned the ipod to Best Buy and got a new one.
    When I brought it home the new one did the same thing, at almost the exact same spot. I noticed that a few songs in my itunes could not find the files that went with them, so I tried to purge those files. When I reconnected the ipod, it synced another 200 songs and then experienced the error again.
    So I know it isn't a problem with the ipod. Any ideas?

    hi joshm!
    just checking. have you seen this article yet? (it sounds like you've already tried a number of things from it, but i'll throw it in the mix, just in case.)
    iTunes displays a -69 error when syncing iPod
    love, b

  • Problem with BARS

    Run backup and it starts, backs up the services page, the CDR database, the DCD database,the TFTP files dumps them all to the staging area. Then it starts building the archive file at the designated location. It gets one or 2 percent done then errors out, saying that the destination archive is smaller than the staging size. the staging directory is 299 MB and the archive location has 32 gigs of free space. Why does this happen and how do I fix it?

    Hi Dave,
    Maybe you are hitting this bug;
    CSCee43938 Bug Details
    Archive file size is less than staging directory
    Symptoms:
    BARS incorrectly reports file size limits when doing backup making it fail
    Conditions:
    BARS version 4.0(4) and earlier
    Workaround:
    First of all verify that the location where the archive is being created has
    enough space, i.e. more than the staging directory size as indicated in the
    BARS log. In that case, this is a valid message indicating that storage
    destination location doesn't have enough space to host the archive file.
    If there is enough space, and the message is still displayed, it could be
    because of the following:
    The problem occurs only when a single file has a size more than 2 GB. This
    usually is the CDR database.
    Purging old CDR records or deselecting CDR database backup during BARS
    configuration can avoid this situation.
    Update on 05/28/2004:-
    The problem arose because the database size has increased more than 2GB and
    BARS is unable to create the archive properly when a single file size is more
    than 2 GB. Try to delete the records of the database which are not required and
    then do a Backup.
    Or this from Tray;
    OR it can be a problem with NIC card settings on the destination file server.
    Event ID: 50
    Event Type: Warning
    Event Source: Ftdisk
    Description: {Lost Delayed-Write Data} The system was attempting to transfer file data
    from buffers to \Device\LanmanRedirector. The write operation failed, and only some of the
    data may have been written to the file.
    http://support.microsoft.com/default.aspx?scid=kb;en-us;816004
    Checked the Link Duplex / Speed on the server to which they were backing up to and it was
    set to " Auto Detect ". Changed it to Full / 100 and now the backups work fine.
    Hope this helps!
    Rob

  • Problem with replication based on materialized view

    Problem with replication based on materialized view...
    Given:
    1. Source: S-1
    2. Targets: T-1, T-2
    3. DB links: from T-1 to S-1, from T-2 to S-1
    Required replicate table TBL on S-1 to T-1, T-2 via db links.
    On S-1 was created materialized view log with PK on TBL. On T-1, T-2 were created mat.views as "on prebuilt table refresh fast on demand". In case of get "ORA-12034: materialized view log younger than last refresh" or initial load - perform complete refresh. Initial load on T-1 takes about 1 hour, on T-2 - about 12 hours. Refresh is executed via job with minutely interval. If refresh is running then it is not performed.
    Problem: after initial load on T-1 performs fast refresh, but on T-2 raised ORA-12034 and complete performs again.
    What's wrong?

    34MCA2K2, Google lover?
    I confess perhaps I gave a little info.
    View log was created before MV.
    It was the first initial load.
    No refresh failed.
    No DDL.
    No purge log.
    Not warehouse.
    There is no such behavior for MVs on another sites.
    P.S. I ask help someone who knows what's wrong or who faced with it or can me  follow by usefull link.
    P.P.S. It's a pity that there is no button "Useless answer"

  • Intermittent Problem with Business Event.

    Hi,
    I have a problem with a BES Event. My suspicions are that the event is intermittently nor firing. It's custom code subscribed to '*.apps.ar.hz.PersonProfileExtAttr.Update' (an EBS Person Profile Extensible Attribute Update).
    In the first lines of the custom code an audit is written to a table. For some one the updates to the Extensible Attribute no audit is written.
    The table HZ_PARAM_TAB is cleared for the item
    Q: Is there a way to prove that the BES Event did/did not fire?
    Thanks in Advance,
    Kieran.

    Kieran,
    Never experienced any performance issues when setting this profile option. However, you may review the following documents.
    Note: 280849.1 - How To Purge/Delete The Information From HZ_PARAM_TAB Table ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=280849.1
    Note: 187275.1 - TCA API Callouts/Workflow 2.6 Business Event System: Performance Issue
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=187275.1
    Note: 171703.1 - 11.5.x: Implementing Oracle Workflow Directory Service Synchronization
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=171703.1
    Regards,
    Hussein

  • Problems with Bridge CS4.

    Dear members:
    Since my last disappointing experiences with Bridge I decided I would wait until CS4 had been out for a while and Adobe had the chance to clean all the bugs and problems with the first releases. I am now beginning to use the CS Premium suite and Bridge is by far the one application I used the most to browse my large library of photos.
    In trying to use for the past few days I have run into numerous problems. Some of them are:
    1. When I first launch the application I get an error message stating the following:
    " Bridge encountered a problem and is unable to read the cache. Please try purging the central cache in Cache Preferences to correct the situation. "
    2. While building previews for a folder with approximately 200 images Bridge displayed a message stating the it was low on memory and suggesting I should restart it. This has happened to other folders and not just this one, some with more and some with less images. I am sure the issue has nothing to do with memory as I have always used Bridge CS3 with these folders without any such problems.
    3. Despite the fact that all my image folders contain thumbnails and previews previously created by CS3 the new Bridge CS4 treats them as if they contained nothing. The application starts the whole process all over again and takes longer than CS3 did to perform the same task.
    My computer is a Powermac G5 dual 2.0 GHz with 4.5 GB RAM and two internal 1.5 GB HD. Considering this kind of internal RAM I don't think memory should be an issue.
    I ran the update tool but couldn't find any newer version of Bridge CS4. To the best of my knowledge I am running the latest versions of all applications in the CS4 Premium suite
    Some of the questions I have are:
    1. Can't CS4 use the thumbnails and previews that were previously built by Bridge CS3 ? Will the application have to start this whole process all over again for every single folder I have ?
    2. Why all these error messages and bugs ?
    3. Is CS4 really slower than CS3 ? So far this has been my experience.
    4. Considering at least one bug remains from the previous CS3 version (the little triangles that appear next to folders even when there are no subdirectories) how many problems should I expect to find with this new version ?
    My apologies for all the questions above but the answers are important as I am now beginning to use the application for critical tasks.
    Thank you in advance for your help.
    Joseph

    There appears to be many problems in all versions of Adobe Creative Suite with Bridge.
    I have a few post currently and even the employees of Adobe seem very uninterested in helping at all. They sure offer info on posting correct data and correct forum but little else to help resolve our problems.
    The majority of problems you  are incurring I have had and 99% were cured within the "Security>User" settings. Check similiar posts that are listed to the right of your post.
    The final problem of "Not enough memory" has still not been resolved. Phone Tech support is no longer available free and I even paid for 1 session, spent 3.5 hours with the Tech and problem was "escalated"....that was in August 2010!!
    Good luck!
    Dan

  • Problems with Bridge CS3 crash freeze and burn

    Hi,
    I am running Bridge CS3 version 2.1. 100 on a MacBook Pro 3
    Intel Core Duo
    2.4 GHz, 2GB ram
    I am having some serious Bridge issues. My problems have ranged from it just being very sluggish and slow to Bridge not applying a label to random crashes.
    So far today here are the issues:
    "Operation Cannot be completed, an unknown OS error has occurred"
    "EventHandler:2976"
    Will not apply a label when using the command key or from the tool bar menu
    Not responding when quitting from icon in the dock
    freezes when renaming a file
    unexpectedly quit while cropping an image in PS CS3
    Things I have tried to resolve this:
    shift-alt-command and reset all preferences and purged cache
    changing the thumbnails preferences to only process 50mb or smaller files
    create small thumbnails
    (as a former pc user) I have restarted multiple times...
    Things I have not tried:
    rebuilding OS
    uninstall reinstall
    throwing laptop in bathtub
    The files I am working on range in size from 4 mb up to 400 mb .psd files
    Any ideas?

    I can't use Bridge CS3 anymore. It freezes on my screen and the only way to close it is with task manager. Had problems with it the first time I loaded it...a full version of CS3, no upgrade. Spoke with 2 Adobe technicians who tried to help, but being a believer in Murphy's Laws I decided to bypass their suggestions which I had already tried.
    The best viewer alternatives to Bridge are:
    -Fast Stone Image Viewer is shareware and handles .psd files along with RAW, TIFF, JPG, etc. Go to their site an look for yourself. It was so good I sent them the suggested contribution. Adobe could learn a lot from them.
    -Use Adobe Lightroom as a viewer and to do preliminary editing before launching the file into CS3. Adobe got it right in Lightroom...how come not in bridge CS3?
    -Nikon View NX is good but doesn't show .psd files.
    Nikon's Capture NX is a reasonable alternative to CS3 if you get fed up with Adobe. Or go back to PS Elements!
    Finally, some lecturing Photoshop gurus have called Bridge "JUNK...you get what you pay for." Correct.
    Benefits of JUNK sofware is that you explore alternatives and can be surprised at what's available out there.
    Conclusion: Bridge CS3 is meant to be a "bridge" to many PS products, but for me it's a "bridge to nowhere." Make it simple, guys.

  • Problems with File Info Option

    I've been getting completely frustrated adding specific information under the "description" table listed under  File>File Info option in Bridge CS4.
    Everything is greyed out and I cannot add information.  I have to go through each of the 100s of images to find out that some of the images will not allow information added even though they were all taken with the same freaking camera.
    Please help!!!!!  I have 1000s of images and cannot go through each one to add copyright information etc...the files are not locked when I look under the finder option.
    Is anyone else having this problem????

    Thx!!!! It worked!!!!
    Daniel K. Lee
    Commercial Photographer
    tel: 415.225.3289
    email:  [email protected]
    www.DKLImages.com
    2009/6/14 Ramón G Castañeda <[email protected]>
    As for your problem, first purge the cache for the offending folder(s)
    through the Tools menu in Bridge, as Omke says.
    >
    >
    http://forums.adobe.com/servlet/JiveServlet/showImage/5441/Bridge_CS4_cache_prefs.jpg
    >
    If that doesn't do it, the trash your preferences by holding down the
    Option key as you relaunch Bridge.
    >
    I will mention the obvious just in case:  make sure you have full read and
    write permissions to each file (do a Get Info on the file icon in the
    Finder).  Sometimes files get their permissions changed when copied over to
    your drive, especially from a CD or DVD.
    >
    You cannot add metadata to an image that resides on a CD or DVD, and it
    would be the same if the permissions are wrong.
    >

  • Problems with keywording in Bridge CS4

    Hi,
    I am using Bridge CS4 to add keywords and captions (descriptions) to my photos. However, I have noticed that when I change the photos from location, from one folder to another, Bridge cannot recognize the keywords anymore (no problem with the captions). The same happens if I change the name of the folder where the photos are in. This problem happens if I do those folder changes outside Bridge AND also INSIDE Bridge.
    However other programs (Picasa, Windows7 AND surprisingly Photoshop CS4) will recognize the keywords after those folder changes.
    Can someone help me with this Bridge problem ? is this a well known bug ?
    Anthony

    i have tried with 2 out of the 3 options. I cannot purge the cache, i will then loose all the information (labels, ratings,...) on my big database (160,000 images). (http://kb2.adobe.com/cps/331/331083.html)
    It did not work ;-(
    Another very strange thing, i noticed that the 10% of pictures that were not affected by the problem are in 99% of the cases vertical (portrait pictures)...
    Thanks for trying to help !
    Anthony

Maybe you are looking for

  • Vkoa GL changes during in process sale order

    Dear sapient As per our client requirement GL account  in VKOA  for KOFK(Make to order scenario) needs to be changed. I would like know the impact of GL account determination on open sale order ,partial sale order, because system has already derived

  • Data TRansfer error

    Hello Friends, I am migration data from one SAP system to a different SAP system. I have done this for Materials and everything went fine. HOwever when I am trying to do the same for Inforecord I am having some issues. I am using message Type INFREC

  • Incorrect amount of RAM showing up

    I have a Powermac G5 DP 2.3 Ghz desktop, it has 5Gb of ram installed (4 X 1Gb sticks & 4 X 256Mb sticks)...However, when I look at the "Mac info" screen, it is only showing up as 3Gb!! When I check using utilities, it shows my 1Gb sticks as being 512

  • JS/AS - Open file without warning dialogs

    I have files with placed raster images that when opened need to be relinked. Relinking them is actually the first procedure of my script however I need illustrator to open the file without throwing me an error dialog asking me to repair the link. I'v

  • Error font capture when start Flash CS5

    I can't start Flash CS5, because this Error Message : I dont's know about it, and try Reinstall 3 times but this error alwas appear. I would be grateful if someone out there knows an answer to this or have  a contact email for adobe support that i ca