OWB Repository Browser -  Execution Job Report Very Very Slow

Dear All,
I have tried searching the Oracle Forum, but could not find any threads with above problems, would like to check if there are other gurus who can help with above issue:
We are currently monitoring our ETL Jobs with Repository Browser (10GR2) and found the Repository Browser excruciatingly slow. The first screen for the Execution Summary Report shows up pretty fast, however whenever we want to drill further inthe Execution Job Reports, it takes almost 20 Minutes for the next screen to pop-up, and when we drill into the Process Flow Details it is another 20-40 Minutes.
We have tried the following but it does not work:
1) Purging the audit details to only 1-2 days audit data
2) Re-analyzing all tables belonging to OWB_REPO_OWNER

In Metalink:
Subject: Poor performance of RAB Runtime Audit Browser
Doc ID: Note:389800.1 Type: PROBLEM
Last Revision Date: 30-AUG-2006 Status: PUBLISHED
In this Document
Symptoms
Cause
Solution
Applies to: Oracle Warehouse Builder - Version: 10.2.0
This problem can occur on any platform.
SymptomsRAB shows poor performance. CauseThe problem has been tracked to the view definition for WB_RTV_EXECUTION_STORES.
The table function that is used in that view is causing the performance degradation.
Bug 5498665: REPOSITORY BROWSER TOO SLOW : PERF PROBLEM WITH INTERNAL VIEW
SolutionReplace the view wb_rtv_execution_stores.
SQL> connect <owb_unified_repository>/<password>
SQL> create or replace view wb_rtv_execution_stores
as
select
audit_execution_id,
task_object_store_uoid as store_uoid
from
wb_rt_audit_executions
where
task_object_store_uoid is not null and
task_object_store_uoid <> '{0}'
union select
audit_execution_id,
execution_store_uoid as store_uoid
from
wb_rt_audit_executions
where
execution_store_uoid is not null and
execution_store_uoid <> '{0}'
union select
audit_execution_id,
execution_object_store_uoid as store_uoid
from
wb_rt_audit_executions
where
execution_object_store_uoid is not null and
execution_object_store_uoid <> '{0}';
Regards
Detlef

Similar Messages

  • OWB10gR2 Repository Browser hangs on report call

    Hi,
    after weeks of normal work with OWB Repository Browser, it started recently to hang up in the moment when an "Execution Job Report" (in column "Related Information") is called. No difference if error, mapping or workflow process report. We don't know which change in the system may have triggered this. Problem seems not to be in the database (no change in session after clicking the link is noticed). The OC4J windows gives no further log info and I can't find any log file in the J2EE directory. When trying to shut down the OC4J session regularly it brings:
    06/09/15 11:41:43 Shutting down...
    06/09/15 11:41:45 Thread named: Thread[HttpRequestHandler-3945515,1,ApplicationServerThreadGroup] cannot be interrupted
    06/09/15 11:41:45 Thread named: Thread[HttpRequestHandler-30624226,1,ApplicationServerThreadGroup] cannot be interrupted
    The DOS box has to be closed the brutal way which recovers after restarting.
    some ideas around
    regards
    Thomas

    indeed, it is likely that the report was simply hanging in SQL execution. did you check that before you purged? What can occur is that the statistics for the RT schema get out of whack if the schema is not analyzed. AFter months and months of operations, the execution plan for these reports is no longer valid and ... then you hang for a long time :)
    analyze stats. and on slower systems, truncate audit data every now and then. and make sure you aren't running all your mappings in FULL audit mode.
    My two cents.
    Borkur

  • Error in starting OWB repository browser listener

    Hi,
    I got the following error when starting owb repository browser listener on Solaris with startOwbbInst.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: javax.servlet.Servlet
    at com.evermind.server.ApplicationServer.class$(ApplicationServer.java:297)
    at com.evermind.server.ApplicationServer.checkDependencies(ApplicationServer.java:297)
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:498)
    at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:171)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:306)
    Is this caused by something with the configuration?
    Jeffrey

    Hi ,
    What is your OWB version ?
    If it is 10.2 then read the following
    With Warehouse Builder 10.2.0.X, the Repository Browser Listener is only supported on Windows x86-32bit and linux x86-32bit client machine.
    So start the Warehouse Builder Repository Browser Listener on Windows/Linux x86-32bit client machine
    For 11g refer MOS Note 469422.1
    Thanks,
    Sutirtha

  • OWB REPOSITORY BROWSER PROBLEM

    I am new with owb and have a problem with that Warehouse Builder Browser.
    At the first I start the OWB Browser Listener. That's ok.
    Afterwards I start the Repository Browser AND login as repository owner. That's ok.
    Now the problem: after I click any link, I come back again on the login PAGE. With the others links the same happens (such as Object Summary Report)
    What is the problem??
    I use Oracle 10gR1 and Warehouse Builder 10gR2
    Please help me.
    Thank you for answers

    Hello,
    I was also hit by the same and raised a SR. Here is the follow up --
    Symptoms
    ========
    One can log in OWB browser but after any navigation move, Browser returns to login page.
    Cause
    =====
    According to development this is OC4J security bug which is specific to the OC4J version of I.E. on Windows 2000. This should work if with Netscape or with I.E. on Windows platforms after Windows 2000.
    ANSWER
    =======
    - close the oc4j session (ctrl/c);
    - in owb_home/owb/j2ee/config/owbb-web-site.xml
    replace the line
    <web-site port="8999" secure="true" display-name="OWB Browser Wed Site">
    with
    <web-site port="8999" display-name="OWB Browser Wed Site">
    (removed secure = "true")
    - save it;
    - run the oc4j session again, make sure in the oc4j outputs you cannot see
    "....unpacking owbb.war", just "initialized"
    - do not use any command from the owb installations; open Netscape or IE and put
    the URL with http not https, e.g.
    http://127.0.0.1:8999/owbb/RABLogin.uix?mode=design
    This had actually solved my problem.
    Cheers,
    Swagata

  • OWB Repository Browser

    Hi,
    I use the Repository Browser to see the execution details when a mapping is in execution.
    But the repository browser does not show the number of records inserted or updated, until the mapping
    finishes its execution. This is happening in 10gR2.
    Is there way , by which I can get the real time information of how many records got updated till now while the mapping execution is in progres.
    Thanks
    MD

    You have to take into fact that you have a commit frequency, and max number of errors, if an error occurs it will probably rollback, you have operating mode, row based, set based, etc. you will probably not see your result until the execution is done.

  • Execution information in Repository Browser

    Hi All,
    version: Oracle 10gR2
    In Repository Browser >Execution Schedule Report, the recent execution information is not shown. It has got infomation till the last week. After that everyday process have been excuted but I don't see any report for this week in Repository Browser.
    Can some guide me configure this? Thanks in advance.

    Same problem. My mappings run daily, but none of the recent executions are shown in the execution summary report. In fact, the most recent ones are over a year old. There is nothing in the user guide that I found on how to make sure your executions are logged.

  • OWB 10.2.0.1.31: Not be able to view reports on Repository Browser

    Hello,
    I not be able to show the list of execution mappings into owb repository browser. I get access to login page and i get access with runtime repository owner user, but repository browser don´t show the mapping execution list into execution report page.
    In other installation od OWB the execution mapping's report showed correctly. I try to install into clean computer and not be able to get the result of execution mapping.
    Any idea??
    Jaaquin

    I have exactly the same problem. Repository browser is working, I can see deployment reports. The execution reports are working but emtpy. Although the control center manager shows execution logs.
    The problem appeared after I installed the last patch Warehouse Builder 10.2.0.4 Patch. Everything else seems to work normally.
    The client version is 10.2.0.4.36
    The repository version is 10.2.0.4.0
    Can it be the difference between the repository and OWB browser versions?
    Thanks,
    Kaur

  • OWB 11g - Repository Browser no OC4J instance

    Hi All,
    I have installed OWB11g and its working fine. But I don't see any OC4J instance startup under my program menu->oracle home and hence i cannot start the OWB repository browser. Do i need to configure any other thing to see OC4J instance startup or for 11g there is no OC4J requried. If no OC4J is requried for OWB repository browser in 11g , how do i start the browser ?
    Thanks,
    Sam.

    Hi All,
    I got it - in 11g you can use startOwbbInst.bat under <ORACLE_HOME>/owb/bin/win32 to start the OC4J instance and in 11g when you run it for the first time it will ask you to set OC4J Administrator password.
    Thanks,
    Sam.

  • Cleanup OWB repository

    The OWB repository browser has become very slow so I want to cleanup the job output in the repository.
    Does anyone have a good script to do this?

    I ran the
    @purge_audit_template.sql
    package with DEPLOYMENT parameter, and now Control Center Manager shows the objects with a Deploy Status of "Not Deployed".
    I did not expect this and it has me concerned. I checked the db and all the objects still exist and Control Center Manager still shows a Deployed Date for each object. Does Control Center Manager get that Deploy Status from one of the audit tables that were purged?
    I am looking for someone to confirm what occurred is normal and that I should not be concerned about this.
    Thanks

  • Error Starting OWB Rep Browser Listener

    Trying to start the OWB Repository Browser Listener, on a Win XP client (11g/11g), via StartOwbbInst.bat, and I receive the following error:
    2010-02-03 19:07:37.421 ERROR J2EE HTTP-10001 Could not create Secure http listener due to {0}
    2010-02-03 19:07:37.468 ERROR J2EE OJR-00010 Exception starting HTTP server: SSL setup failure: D:\app\XUSERX\product\11.1.0\db_1\
    wb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)
    10/02/03 19:07:37 Error initializing server: Unable to start HTTP-Server. default-web-site configuartion may not be valid.
    10/02/03 19:07:39 Fatal error: server exiting
    Looking at the oc4j's log (log.xml), I see the following "FileNotFoundException" ref'd file:
    D:\app\XUSERX\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)
    Either the %ORACLE_HOME% token included in the ref'd file name is munged in logging, or the app is actually trying to ref a file with an %ORACLE_HOME% literal. I see no issues with any environment settings, or with any env assignments in either the StartOwbbInst.bat or the ref'd setowbenv.bat file.
    Any ideas would be mucho appreciated!

    Hi
    Not sure why this has happened but there is another thread here that has some help worth checking out:
    Re: Problem starting Repository Browser Service on Windows Server 2008
    Cheers
    David

  • How to enable the repository browser

    Hi everyone
    Can you please guide me to enable the repository browser in owb 11g. Should we access it from the server itself or can we access it from the client if so can u please provide me with the detail steps as to enable it? and should we enable it from the client or the server itself?
    regards
    Subhasree

    You can access the repositry browser from your client.
    Under Adminstration in OWB in Start-Program. click on Start OWB Browser Listener.
    Then click on OWB/Repository Browser
    Login to your repository.

  • Repository browser not working - very slow

    Hi there
    started owb browser listener can login to see the various options but when click one e.g execution summary report - it is very slow and nothing appears - this used to work.
    Any ideas?
    Many Thanks

    Hi there
    tried this but our view definition matches this lready - it seems to be changed in our version 10.2 - we can login quickly and get the first page with the various links - some of which when clicked are very quick - unfortuantely the 2 we really need - execution ones are very slow - left for 15 minutes and still page not displayed.
    Any other ideas?
    Many Thanks

  • Please help me in creating and scheduling jobs. Its very urgent.

    RDBMS: Oracle 9.2.0.4
    OS: win2k
    OWB Client: 9.2.0.2.8
    OWB Repository: 9.2.0.2.0
    Hi,
    I have created a "process workflow" using OWB and deployed it successfully. Now, I would like to schedule this process. I have installed management server and tried to schedule it but all in vain. I am not able to understand anything. I have read "oracle administrator pdf" and couldnt understand anything. Please dont advise me to read any notes or pdf's because I have tried a lot and was not able to figure out the configuration.
    I have a target database named "TARGET". I would like to schedule the workflow process I have created. I am not able to understand preferred credentials and how to execute the XML script generated by the "process workflow". Please help me coz its very urgent.
    -Aditya

    Why dont you try this? I found it after few tries,
    In the create job dialog box
    under General
    for Override Node Preferred Credentials for entire job
    username and password should be the NT or Unix
    login where your Runtime database Server reside.
    under Parameter
    for Override preferred credentials
    username and password should be of your runtime
    repository user
    Regards,
    Shree

  • Report running very slow compared to Query Analyzer - high TimeDataRetrieval

    Hi,
    I have a report in SQL Reporting Services 2005 which calls a stored proc and the report takes a very long time to run and sometimes returns zero records. But when i run the stored proc in query analyzer it takes about 4 seconds!!
    I have checked the execution log on the RS using the below sql:
    Code Snippet
    use ReportServer
    Select * from ExecutionLog with (nolock) order by TimeStart DESC
    It shows that i have a large amount of time for the dataretrieval (601309ms, about 10mins) and does not return any records most likely because of a query timeout:
    TimeDataRetrieval  TimeProcessing  TimeRendering Source Status         ByteCount RowCount
      601309                      2227                     3                         1            rsSuccess 4916           0
    The weird thing is that when i run it in query analyzer, i get about 400 records in 4 seconds !!
    I dont understand what RS is doing to take up so much time like this to retrieve data.
    The report is very simple - it basically returns the records straight out into a table.
    The only thing I somewhat suspected was a parameter data type conflict between RS and SQL, specifically dates. I have a start and end date parameter in the report - i tried specifying this as date and string to see if it made any difference but it didn't.
    Any help would be greatly appreciated.

    Hi Mark,
    I didn't say it was an issue of parameter sniffing, and I didn't point you towards the good article about that <s>. I asked you whether you had read the article, described to you earlier in the thread.
    What I said was that it might be an issue of appropriate and dynamic query optimization, versus a cached query plan.  Parameter sniffing is only one of many ways that SQL Server tries to figure out how to optimize a query.  I thought the article did a good job of discussing some of what goes on during this process, and that by absorbing that you could think of ways to handle the wider issue that would be appropriate to your code.  I also pointed you to a thread in which I discussed this in more detail.
    While there are truly many issues with the date controls in the default parameter interface and how they behave, I don't think that what you're experiencing with the date format is implicated in the performance issue.  I guess it *might* be if (say) there is a non-default param value in your proc but your report parameter allows nulls. 
    Let's say the report server database has a different date default than your production database in your system. I have never sat down and tested this scenario and I guess it might cause problems, So we'll look at that first. 
    Whether the date format is at fault is really easy to prove one way or the other, and once proven can be pretty easy to fix:
    Create a test parameter that is of string type.  SQL Server is really good about dynamic conversion of string dates to date types as you probably know.
    place values (formatted however you want) into this version of the parameter instead of your date control parameter.  Use valid dates, in both formats.
    Does your performance change?
    Do you get the right results but bad performance with US format date strings versus right results with good performance with AU date values?
    Do you get the WRONG results with US format date strings, or with AU date strings?
    Try additional permutations involving casting/converting in your proc.
    FWIW, go ahead in the Query Analyzer and put the SAME values you see in the log into your tests there (in US format, I mean).  Do you get the CORRECT results?  Does performance change?  Hold this thought and see below.
    Another thing you can do is look at the query plan as presented by the Query Analyzer when you present the arguments different ways.  See #7 above -- try presenting the date in different formats.  Does the plan show the same path and the same indexes in use each time, or are some not possible because of the way the date has to be converted?  When this happens, the issue is usually that the conversion must be done for each line compared in the filter.  You can fix this really easily in most cases by cast/convert in the procedure so that your SELECT line is only doing that work once. 
    If the plans are different, and perhaps the indexes used are different and you *can't* fix it by fixing the date before the SELECT, do you need to add an index, or perhaps rebuild one?
    Moving on from the date format, as I said before it may be really important NOT to go by your interactive Query Analyzer performance because what you do there may not be used by SQL Server in determining a query plan to cache and re-use.  In case you haven't read the other discussion that I pointed you to at (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1827775&SiteID=1), think about using RECOMPILE or other options that will force a more dynamic investigation of the query.
     >L<

  • OWB 11.2.0.1 – Repository Browser?

    OWB 11.2.0.1 – Repository Browser?
    ==================================
    We are using OWB 11gR2 and Oracle 11gR2.
    We find design center reports and control center reports on main page. It look same for both options. What are the design center specific reports?
    It shows Linage and Impacts are not supported. It was the same for earlier versions as well.
    What is the reason behind providing Linage and Impacts here?
    Any thoughts?
    Thanks in helping
    Edited by: qwe16235 on Sep 16, 2011 2:37 PM

    It can be anywhere where there is an OWB software installation, you run the service using the owb/bin/win32/startowbbinst or owb/bin/unix/startowbinst scripts.
    See the section below for more details;
    http://download.oracle.com/docs/cd/E11882_01/owb.112/e10935/auditing.htm#CHDBIBDG
    Cheers
    David

Maybe you are looking for