SCD Repository Browser report?

Is there somewhere a report that will show dimension details including, SCD type and which attributes trigger history. I can take a screenshot of the SCD Settings window, but I am looking more for a specific report somewhere.
Thanks!

As I know there are no any reports with SCD info. But you can get this info with OMB*Plus or from undocumented OWB repository view CMPLEVELATTRIBUTE_R (only for identification of triggering/effective/expiration attributes - look at column IST2TRIGGER).
Also it is posiible to extract SCD type of dimension from public repository view ALL_IV_DIMENSIONS (from column SLOWLYCHANGINGTYPE).
Examples of OMB*Plus commands
1) for extracting dimension SCD type
OMBRETRIEVE DIMENSION 'CUSTOMERS' GET PROPERTIES(SCD_TYPE)
2) for identification of triggering attribute
OMBRETRIEVE DIMENSION 'CUSTOMERS' LEVEL 'CITY' LEVEL_ATTRIBUTE 'NAME' GET PROPERTIES(TYPE_TWO_SCD_TRIGGER)
Regards,
Oleg

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • What is the source table for repository browser info?

    Hi guys,
    I need to create report for everyday's data refresh, mostly like what repository browser does. So what is the source table for repository browser info? I am in OWB 10gR2. Thanks a lot.

    I believe the runtime audit browser uses the views that start with "RAB" in the control center.
    But it would probably better if you used the Audit Execution views. More information can be found in the "API and Scripting Reference" document...
    http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/api_2runviews.htm
    In order to get access to the Public views from SQL Plus using a schema other than the control center, I believe you need to grant the ACCESS_PUBLICVIEW_BROWSER sys privilege to each OWB user. Look at Note:434718.1 for more information.

  • 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

  • Repository Browser

    I need to be able to view repository reports on 3 warehouse builder repositories ( dev, test and prod ) all on separate instances from my desktop.
    Ideally, I would like to install just the Repository Browser of warehouse builder.
    Can this be done ?
    Is this documented somewhere ?
    I use OEM and am looking for similar functionality with the Repository Browser.
    Thanks !

    Hi Mike,
    the repository browser comes with the owb software.
    You have to start the Repository Browser Listener (startOwbbInst.bat) manually. In Windows, you find an entry in the start menu owb_home->Warehouse Builder->Administration-> Start OWB Browser Listener.
    Once the listener is started, go to the web site
    https://127.0.0.1:8999/owbb/RABLogin.uix?mode=design&def_host=&def_port=1521&def_service=&def_net_service=
    and you may connect to any owb repository on any host.
    You may run the listener locally on your PC or on some server, just as you like.
    Good luck,
    Carsten.

  • Repository browser issue

    Hi Gurus
    I am trying to use repository browser to view details of our OWB project. I can browse through the deployment reports in rep browser. But I am unable to view any execution summaries from Repository browser. I am not sure what is wrong here.
    Whenever I search for Execution summary or execution schedule , I get a strange error on Listener window
    I have pasted details below
    C:\OWB10GR2\owb\bin\win32&gt;call setowbenv.bat
    08/12/17 10:51:01 Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)
    initialized
    08/12/17 10:51:22 owb mid tier server...
    08/12/17 10:51:22 Initializing the backend controllers.
    08/12/17 10:51:22 Controller Initializer: oracle.wh.repos.pdl.APIController
    08/12/17 10:51:22 JVM LIMIT SET TO: 384M
    08/12/17 10:51:25 Controller Initializer: oracle.wh.service.impl.ServiceControll
    er
    08/12/17 10:51:26 Registering default analysis strategy...
    08/12/17 10:51:26 Registering default validation strategy...
    08/12/17 10:51:26 Registering default generation strategy...
    08/12/17 10:51:26 Registering default analyzer...
    08/12/17 10:51:26 Registering default validator...
    08/12/17 10:51:26 Registering default generator...
    08/12/17 10:51:26 Registering default execution strategy...
    08/12/17 10:51:26 Registering default execution engine...
    08/12/17 10:51:26 Controller Initializer: oracle.wh.ui.common.CommonController
    08/12/17 10:51:26 data_source.getHttpSession: &gt;&gt;&gt;&gt;HttpSession lost or first time
    through : create new HttpSession
    08/12/17 10:51:26 UserData.restoreData(...) new snapshot created - values reinit
    ialized
    08/12/17 10:51:26 data_source.restoreData(...) new snapshot created - values rei
    nitialized
    08/12/17 10:52:06 RABLogin.hasBrowserPrivilege()
    08/12/17 10:52:09 ----&gt;rep_owner.hasAccessBrowserPrivilege(rep_owner) returns 1
    08/12/17 10:52:09 RABLogin.tryRABViewVersion()
    08/12/17 10:52:10 ----&gt;Runtime ALL_RT_INSTALLATIONS.public_view_version = 10.1
    08/12/17 10:52:10 RABLogin.tryAllViewVersion()
    08/12/17 10:52:10 ----&gt;Runtime ALL_RT_INSTALLATIONS.public_view_version = 10.1
    08/12/17 10:52:10 RABLogin: Valid Runtime Repository version=10.1
    08/12/17 10:52:17 ExecSummary.getObjData() SQLJ Exception:java.sql.SQLException:
    ORA-00942: table or view does not exist
    08/12/17 10:52:28 ExecSummary.getObjData() SQLJ Exception:java.sql.SQLException:
    ORA-00942: table or view does not exist
    08/12/17 10:52:34 ExecSummary.getObjData() SQLJ Exception:java.sql.SQLException:
    ORA-00942: table or view does not exist
    08/12/17 10:52:59 ExecSchedule.getTreeData() SQLJ Exception:java.sql.SQLExceptio
    n: ORA-00942: table or view does not exist
    What do you think could be the issue here? Which table is the error referring to ?
    Birdy

    Hi Birdy,
    I am facing a similar issue. But have noticed that I do not get this error everytime. Sometimes, it goes through absolutely fine with out any errors. Did you find any solution for this ?
    ~ A

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

  • Oracle 11g Repository Browser

    Hi All,
    This is my first post however this forum has been an invaluable resource for me with my development.
    I am looking at Oracle 11g, I cannot view the Repository Browser. I have started the Control Center Service (which I think supercedes the the Browser listener) and then started the Repository Browser, nothing appears. The logs report the following error which may be connected.
    The control center service is already running in a different process
    ORA-06512: at "OWBSYS.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWBSYS.WB_RT_SERVICE_CONTROL", line 60
    ORA-06512: at line 1
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:947)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1061)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1556)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:173)
         ... 6 more
    Any help much appreciated.
    Marlise Burke

    Hi,
    did you mean the Runtime repository Browser?
    You don´t need to start the Control Center to use him.
    Ok, the Runtime Browser needs a Applicationserver Functionalty in the Background, to publish. You can also start an OC4J Instance locally on your Client,
    that emules the Functionalty of a Webserver.
    The OC4J Module is a Part of the Installtion Products from owb.
    I think you still have it installed.
    So, note: You don´t need the Control Center to work with this.
    Also, you can watch in the Guides, that ORACLE provides in the Documentation Library at :
    http://www.oracle.com/technology/documentation/warehouse.html
    Another note: If you want to use the Workflow Browser, to monitor the Processes of your Workflows, you have to install a Webserver (Oracle HTTP Server / Apache...) on your Server and create a DAD (Database Access Discriptior)
    Hope that helps
    Regards,
    Lone

  • 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

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\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)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Error  when  starting repository browser listener on Oracle Database

    I have successfully installed oracle database 11g release2 (11.2.0.2.0). The associated Oracle Warehouse Builder 11g Release 2 (11.2.0.3.0) Standalone Software works fine, everything is ok.
    Now I want to start Repository Browser. So, I must run the startowbbinst.bat file from directory oracle_home/owb/bin/win32 (oracle_home for oracle database ), but I receive this:
    - call setowbenv.bat
    *Error initializing server: Error initializing _logger for ../log/server.log: Access is denied*
    Fatal error: server exiting
    Please help me !!!!!!

    login to below url
    http:/hostname:port/webdynpro/dispatcher/sap.com/com.sap.xi.adminweb/AdminApp
    clcik on Java Web Start Administration and Click on Restore Archives
    and refer below thread:
    http://forums.sdn.sap.com/thread.jspa?threadID=1792753

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

Maybe you are looking for

  • What went wrong in hierarchy loading?

    Hello guys, I am trying to load hierarchies from flatfiles to MD target in DEV.After loading,I checked some nodes and they donot match with nodes that we have in source flatfile....I checked in PROD ....they have same problem... 1.Isn't it wrong load

  • No le anda la pantalla, como hago para solucionarlo???

    how can i do if the touch doesn't work? i press my finger on it and it doesn't work !!!!

  • 3310 JBOD Installation on V880

    Hi Everyone, hoping someone can shed some light on my situation here. I'm trying to setup a SA3310 Array as a JBOD on a SunFire V880. - i have installed the Ultra3 SCSI LVD card and installed the patch that came on the CD-ROM with the card. - i have

  • What's the metadata in BW?

    what's the metadata in BW? Is metadata a discription of any object in BW, such as length and type etc.?

  • Accessing Item from HTML

    Dear All A have a Form which contain a HTML script ... here is a sample of htp.prn ('<form method="post" action="">'); htp.prn ('<fieldset id="company"><p class="legend" >Company</p>'); htp.prn ('<label id="&P650_TEST.">Company Name: </label><input t