How to access the public design OWB views 11g?

(My apologies if this had been the subject of a debate earlier - I thought all discussions on details if...)
On Oracle 11G, Oracle Warehouse Builder 11.1.0.7.0 RDBMS

I need to examine the views of design like ALL_IV_PROCESS_TRANSITIONS etc in SQL * more.
-I login as the owner of the runtime (OWBRTREP) repository
-J' I run the OWBSYS. WB_WORKSPACE_MANAGEMENT. SET_WORKSPACE ('OWBRTREP', 'OWBRTREP');
-J' I try:
SELECT * FROM OWBSYS. ALL_IV_PROCESS_TRANSITIONS;
no row is returned...

(Granted OWBRTREP SELECT-rights on the view OWBSYS previously)

As a test, I tried questioning before ALL_IV_SCHEMAS and after doing the SET_WORKSPACE and allows to check that it does not return the data before - and returns 4 rows after. So the SET_WORKSPACE works and affects the session.

By browsing the ALL_IV_PROCESS_TRANSITIONS view definitions and underlying views, I end up getting a lot of data in the base table.
What we are doing wrong here?
(I know the sql user must be registered to a user of the workspace in OWB and the owner of the repository that I question).

Any indication that can enlighten us on this is very appreciated!

Kind regards
Haakon

Hello Haakon,

Describes the steps in your scenario for me work: workspace layout you should see the contents of all_iv_process_transitions related to this workspace / obtaining of 0 means that you have not any transition.
You can also try to query the view using the OWBSYS user (as thought that it is the supported way) - just make sure that you set the desired workspace. You can also take a look at the underlying the view definition and make sure that you can see the contents of the underlying tables/views.

Are you sure that you ask the correct repository/workspace? The all_iv_process_transitions view is supposed to reflect the transitions in the workspace where you design your workflow. I.e. If you use multiple workspaces (for example like separate design & DURATION) - you should question your workspace design, not the runtime one.

Kind regards
JAVOR

PS. granting access to public views OWB to user no - OWBSYS OWB (although not officially supported) could be obtained by OWB$ CLIENT and OWB_DESIGNCENTER_VIEW roles. (The two roles are protected by Word, but you can easily get around that through the third role).

Published by: javor on October 11, 2009 02:56

Tags: Business Intelligence

Similar Questions

  • How to access the resultset of my view criteria?

    Dear all,

    Use case:
    I wanted to call my ADFBC in my java class display criteria. I tried with this code, but
    I don't know how to get the ResultSet?
    public void getEmployeesPerDepartment(String deptId) {
    
         EmployeeObjectImpl employeesVo = this.getEmployeeVO(); //get employee view object
    
         employeesVo.setNamedWhereClauseParam("deptId", deptId); //bindVariable name and pass value
    
         employeesVo.setApplyViewCriteriaName("EmployeePerDeptVC"); //criteriaName
    
         employeesVo.executeQuery(); //executeVO with Criteria
    
         ?????How can I get the iterator for the list of Employees per department
    
    }
    I have a problem with the last line?
    Advice

    Published by: Neliel August 19, 2011 01:12
    while (employeesVo.hasNext())
    {
    // get the next record
    employeesVoRow = (employeesVoRow)employeesVo..next();
    // work with the record
    }
    

    or if you want to get use of the iterator

    employeesVo.getRowSetIterator();
    

    or all lines

    employeesVo.getRowSet();
    

    Timo

  • Can someone point out code examples on how to access the windows registry?

    I'm new to the Acrobat SDK/Visual C++ and would like to know how to access the windows registry to view the identity of the current user of the reader.

    I know it's at the following registry location:

    HKEY_CURRENT_USER\Software\Adobe\Adobe Reader\9.0\Identity

    I don't know how to access programmatically by using Visual C++.

    Thank you

    Gregory

    There is nothing special a plugin regarding the registry - standard OS calls work fine.

  • How to access the design view in DW CC?

    I'm new to DW and working fluid network. Tutorial design references see (perhaps with a toggle switch)-can not find how to access the "creation mode". any help would be appreciated.

    If you use CC 20141 (exit October) or 2014.1.1 (February release) you can not design-time b/c he has been removed from FGLayouts.

    New features of CC 20141 October

    http://helpx.Adobe.com/Dreamweaver/using/whats-new.html

    New features of CC 2014.1.1 February release

    https://helpx.Adobe.com/Dreamweaver/using/whats-new.html#enhancements%20To%20Live%20View%2 0editing

    Nancy O.

  • How to access the BPM 11 g load useful or process varibles in the workflow of ADF

    I'm trying to view/edit the data in a user interface that is linked to a database by using a foreign key, requestId. The foreign key comes from a BPM process where it is spent in the workflow, a human task. The foreign key comes process variables or values of payload. I know that I can simply load the payload in BPM with the data in the tables, but I'm looking for a better solution use the ADF business components to view and edit data directly in the user interface.

    The BPM process uses a web service to start the process. Web services takes a primary key as a parameter to reference a column in the database table. The data is pre-filled with content and a primary key reference. The first activity is an activity of the user. I want the workflow behind the user activity to accept this primary key and use to locate the line in the database, so related views of the database delimited ADF business components can work to present the data in the user interface.

    I tried two approaches to the problem. The first uses the setCurrentRowWithKeyValue operation. The other changes the SQL where clause, used by the ADFbc iterator only returns one row for the given requestId. Both of these approaches fail to work because I don't know how to access the load BPM or variable data entering the workflow. Here is the piece of code that I used to try to define the row using the value of setCurrentRowWithKey:

    public String setRequestId() {}

    FacesContext context = FacesContext.getCurrentInstance ();
    Object requestObj = context.getApplication () .evaluateExpressionGet)
    context, "#{bindings."(, Number.class) RequestId.inputValue "};
    If (requestObj is nothing)
    Returns a null value.
    RequestId number;
    requestId = (number) requestObj;

    ITR DCIteratorBinding = (DCIteratorBinding)

    getBindings () .get ("PatfRequestHdrView1");

    itr.setCurrentRowWithKeyValue (requestId.toString ());

    Returns a null value.

    I didn't get very far with the second approach, change SQL where clause, because I do not know Groovy. I think I need something like:

    adf.object.viewObj.RequestId. but it is not a viewObject associated with BPM data, so I don't know that this particular expression will not work.

    Any help you can give me is greatly appreciated.

    Kind regards
    Mark

    Try this code in your method:

    FacesContext context = FacesContext.getCurrentInstance ();
    String ctx = (String) context.getApplication () .evaluateExpressionGet (context, "#{pageFlowScope.bpmWorklistContext}", String.class);
    String tskId = (String) context.getApplication () .evaluateExpressionGet (context, "#{pageFlowScope.bpmWorklistTaskId}", String.class);
    IWorkflowServiceClient workflowSvcClient = WorkflowService.getWorkflowServiceClient ();
    ITaskQueryService wfQueryService = workflowSvcClient.getTaskQueryService ();
    IWorkflowContext wfContext = wfQueryService.getWorkflowContext (ctx);
    Task myTask = wfQueryService.getTaskDetailsById (wfContext, tskId);
    XMLElement xmlPayload = (XMLElement) myTask.getPayloadAsElement ();
    get the payload as a string simple, useful for debugging
    java.io.StringWriter writer = new java.io.StringWriter ();
    xmlPayload.print (writer);
    String payloadAsString = writer.toString ();
    extract payload values: use methods in Oracle XDK

    See also this post:

    The task of reading by program details

  • HP Jet 8 5801 how to access the webcam

    I just bought HP 8 5801 stream, product number K5L4OUA. The card that I printed shows it has a front and a rear facing camera, but I can't find how to access the rear side.  The camera screen does not show how.

    Also, how can I return the default tablet.

    Hello mlmarsh2,

    To access the front camera, will be the camera is on and showing the live mode view, wide upward from the bottom and you will see a taskbar with the option 'change Camera.

    I see another post, that you have created that you had difficulty with some applications uninstall.

    To restore Windows to factory, off the shelf.

    Hold down the power button and the Volume button simultaneously for a few seconds.

    A screen lights up showing some options.

    Choose F11 for the system recovery option and follow the prompts.

    Hope that helps.

    PS: If this is the first time you used a Tablet, you may prefer the traditional workstations such as Windows 7 has. You can install Classic Shell Setup on the tablet of flows for the old office and it will work as well as it does on a tower or laptop.

  • How to access the checkbox in mx:list

    I'm trying to access check boxes in my list

    < mx:List itemRenderer = "mx.controls.CheckBox" x = "0" y = "153" id = "listVocab" height = "297" width = "313" > < / mx:List > "

    but I can't find a way. That's what I do

    for (var i: int = 0; i < listVocab.numChildren; i ++)
    {

    If (I want to access the box here to see if she checked and then create the below but I don't know how to access the boxes?)

    {

    This gives me access to the text, but

    var password: String = listVocab.dataProvider [i] m:System.NET.SocketAddress.ToString ();

    }
    }

    Problem is with dataProvider your assignment to dataGrid is of type array of strings, which is why its saying selected there is no property to the string.

    Code given above by will work me for collection arrayCollection whose objects are of the following type instead of simple strings:

    public class CustomClass
    {

    public var data:String; Here id, you can store
    label public var:String; here Word you can store
            public var selected: Boolean;
    }

    You can make the change to

    public class CustomVocabulary
    {
    public var sentence: String;
    public var type: String;
    public var dbId:String;
    public var words: ArrayCollection collection; This will contain objects of type CustomClass.
    }

  • How to access the info in my iCloud account

    How to access the info in my iCloud account?

    You can access much of the iCloud.com on a computer or through specific applications on your mobile device such as contacts, calendars, iCloud Drive, Photos. What exactly you were looking for and what type of device.

  • How to access the bios?

    I am trying to install a new OS, how to access the bios on my HP Pavilian dv8?

    Hello:

    You should be able to access the BIOS by pressing the F10 key as soon as you see the HP welcome screen.

    Paul

  • How to access the BIOS on a Pavilion Elite e9237c with mouse and keyboard wireless?

    I have a desktop computer Pavilion Elite e9237 with a wireless keyboard and mouse. I tried to access the BIOS by pressing F10 at startup with no luck, and I can't access any of the other menus for the start-up eiither. I don't have a PS/2 port on my computer, so I can't get a wired keyboard and mouse. Does anyone know how to access the BIOS with this configuration?

    I bought a USB keyboard and he answered in the same way... No bios access. I then studied why it did not work and discovered that it was the way in which he has been connected to the computer. I had initially plugged into a USB hub when he was not working and I moved it directly into a USB port and it works! I plugged my keyboard wireless directly into the USB port and it works too! Thanks for your help... I wouldn't have thought of it if it wasn't for to recommend you the USB keyboard.

  • How to access the firefox on laptop Office keeping all the features?

    How to access the firefox on laptop Office keeping all tabs and bookmarks?

    Hello

    You may be able to do this in Firefox Sync configuration on both devices. Please see for detailed instructions.

  • Qosmio G30-126 - how to access the bios!

    I have a laptop Qosmio G30-126 and I don't know the key to enter the bios to change real estate for the HARD drive or something... then how to access the bios? What is the key for the bios?

    Hello

    Try pressing the F2 key by turning on the device.
    The Toshiba notebooks supported the ESC and then F1 button
    If these two options are possible

  • Re: How to access the BIOS on Satellite Pro A120

    Can someone tell me how to access the BIOS on my SAT Pro A120?

    Hello

    You must press ESC and then F1 key immediately after the laptop has been powered!

    The laptop seems to be to use the Toshiba BIOS and ESC key should be the right one!

    Good bye

  • How to access the BIOS on Satellite A110-195 settings?

    How to access the BIOS settings (CPU, video memory ect). I have http://eu.computers.toshiba-europe.com/innovation/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=EU&PRODUCT_ID=1 18639

    At the start when the Toshiba start screen appears press F2 repeatedly and you should be able to enter the BIOS settings.

  • How to access the BIOS on Satellite C50-A-1F

    Hey folk,

    A small question:

    How to access the BIOS of my laptop?

    I tried this method and f12, f1, f2 etc.

    Thanks in advance

    Have you ever tried to look for similar issues here in the forum?

    Check this one:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=76740

Maybe you are looking for