Which column gives the complete db run time in RSDDSTAT ?

Hello community,
On table RSDDSTAT, which column gives me the complete db run time? 
Is it QDBSEL + QDBTRANS? Or is it QTIMEOLAPINIT + QTIMEOLAP + QTIMEBD + QTIMEVARDP + QTIMECLIENT? Or perhaps something else?
Thanks very much !

hi keith,
check this field  <b>QRUNTIMECATEGORY</b>
hope it helps
bhaskar.

Similar Messages

  • Display the Columns in the grid at run time

    Hi,
    My Query is returning fix number of columns in the output.I dont want to Explicitly set the columns i want to see in the display template(display columns field) rather i want to show the number of columns in the grid at run time selected by the user.
    Any Suggestion.
    Thankyou in Advance.
    Nikhil

    Here's is what i came up with:
    YOu can run one query to get the list of all columns from a table using the following SQL code:
    SELECT COLUMN_NAME
    FROM INFORMATION_SCHEMA.COLUMNS
    WHERE TABLE_NAME = 'Customers'
    Once you do that you can run the query for your table with the selected columns with the following applet property code:
    function MyFunc(){
                   document.MyApplet.getGridObject().setDisplayColumns('CompanyName,City');
                   document.MyApplet.updateGrid(true);
    User the following to extract all selected rows:
    selRows = parseInt(myGrid.getSelectedRowCount());
    You then itterate through the iGrid to extract the value:
    for (var i=1; i<=selRows; i++) {
         selRowNum = myGrid.getSelectedRowAt(i);
         selDate = myGrid.getCellValue(selRowNum,1);

  • Which table will give the completion timestamp of the last success run?

    Which table will give the completion date timestamp of the last successful execution of an OWB Mapping or Process_flow.?
    I was thinking of using
    select max(RTA_LOAD_DATE|| RTA_LOAD_TIME) from OWBSYS.OWB$WB_RT_AUDIT
    where
    trim(RTA_LOB_NAME) like '%EMP_LOAD1%'
    and
    rta_status = '1'
    But the RTA_LOAD_DATE AND RTA_LOAD_TIME is null
    and RTA_STATUS column is having the value 1 irrespective of whether the JOB has completed or abended
    Please advise??

    Check with these tables :
    <b>coss
    cosl
    cosp</b>
    aufk
    qmat

  • How to change the skin at run time

    I am using jDeveloper 11.1.1.3 for ADF.
    My UseCase: i want to give a dropdown for skins. User should be able to select the skin at run time and it should be loaded. Please let me know how can i achieve it.
    Zee

    As per usecase, looks like you have the LOV containing the different skins.
    You can ensure that the application is skinned according to the selected value in the LOV.
    Ensure that you have a session scope variable that is set, whenever you change the LOV.
    For more details, look into this link http://download.oracle.com/docs/cd/E14571_01/web.1111/e10140/skinning.htm
    Thanks for your reply, but then...... what will be the skin loaded by default before the user selects the skin - drop down. Do i have to set something default before hand .?Define the LOV such that there are no empty elements. i.e the first element in the LOV is selected.
    In the Managed bean, if the session scope is not set, return the skin family for the first element. This would be the scenario when the application loads.
    Thanks,
    Navaneeth

  • Create the pages at run time in smartforms

    How to create the pages at run time in smartforms????

    Hi..
    You cannot create pages at run time, however you can decide based upon conditions and using commands in Smartforms, which page needs to be displayed next.
    Those pages should be created beforehand.
    Regards,
    Karthik

  • Which folder requires the permission to run OWB client on linux server?????

    I use to login to linux server by Xmanager by windows machine which requires a username and password, when i changed the password recently OWB started showing a error when exiting OWB client open on server throuh XMANAGER, It is asking for a permission on a particular folder..............can anybody tell me which folder requires the permission to run OWB client on server???

    This is probably complaining about either the preference properties files or some other user preference files in owb/bin/admin
    Cheers
    David

  • Is it possible to resize the row / column of a table at run time ?

    Hello All ,
    I want to make a table where the user have to put datas . But if some data exceeds the length of the column / row the user should have the ability to resize the column / row of the table just like we are able to do at the time of designing . Is it possible ??
    Thanks .
    Bibhu .

    Hi,
    If you select a cell in the table that cannot receive data, then the expand to fit will not be available.
    However if you select an object that is in the table (like a textfield) then the option of expand to fit should be available.
    Try experimenting with the options.
    Niall

  • Add an element to the list in run time

    There is an item in my form which is a list of values.It is getting populated based on a record group query.
    I want to let the user enter values at run time and add the values to the exiting list in the form and same
    should be added to the record group so that next time i open the form the added value can be seen.
    Is this possible?
    Regards,

    I have written this code on when_button_pressed trigger to populate the record group RGSTD and LOV(Name LOVSTD).
    I have added the element in the list using add_list_element built in. But it is not giving me proper results.
    Record group has two columns STDID and STDNAME.
    DECLARE
    ln_num NUMBER := 0;
    BEGIN
    ln_num := show_alert('ALERT15');
    IF ln_num = 88 THEN
    add_group_row('RGSTD', 1);
    set_group_char_cell('STDID', 1, 'ST00004');
    set_group_char_cell('STDNAME', 1, 'Add To List');   
    add_list_element('LOVSTD', 1, 'Add To List', 'Add To List');  
    ELSE
    NULL;
    END IF;
    END;Edited by: LostWorld on Feb 9, 2009 5:49 AM

  • CWIMAQView​er toolbar not showing all the tools at run time

    Hi
    I'm using the cwimaqviewer control to display images acquired from a CCD camera.  I set the viewer's ShowToolBar property to true.  All the toolbar items showup fine at design time.  However most of them go missing at run time.  See attached photos.  I'm using VS2008, and version 9.0 of the CWIMAQ control.   Any ideas why this is happening?   I need the circle tool to draw overlay over the image.   Thanks.
    Design time toolbar:
    Runtime Toolbar:

    nikale wrote:
    Hi,
    I found a resource that may be helpful for you; I've attached the link below. It depends what you're wanting to do but chapter 3 Interactively Defining Regions might be a good starting point.
    IMAQ Vision for Measurement Studio™ User Manual: Visual Basic:
    http://www.ni.com/pdf/manuals/323023a.pdf
    I hope this helps!
    Kale W.
    Applications Engineer
    National Instruments
    http://www.ni.com/support
    Hi Kale,
    Thanks for the tip.  The document gives information on where to find particular examples, which is helpful. 
    I found this page that gives overlay examples.  I really wanted to see how the fifth one is done.  Unfortunately, it's implemented in LabView.  Is there a similary example in VB? 
    http://www.ni.com/example/25623/en/
    Thanks much.

  • How to focus a specified column in ADF Table at run time?

    I drag and drop an ADF table.It contains *10 column*..I bind the column using ArrayList..First 3 column is set frozen =True..At the time of runtime,a Horizontal scroll is appeared..*May be for certain conditions , only 8th column contains values at run time.So i want to focus that column Only*.Because it is very easy for an user to see the value..If not,user has to scroll the bar to check. How can  i focus a specified column?

    Hi Briston,
    You can make the column selected by setting "selected" property of column to true
    Sireesha

  • Variable to hold the value at run time

    Dear Friends,
         I have a requirement in customer ageing report to select a particluar record from the cube based on the record selected by the query. Is there any option for holding a value of the dimension selected by the query in to a variable at run time. kindly let me know if am not clear.
    Thanks
    Prem

    you want to :
    Exeute a query - this will select a particular record and this is to be used to select another reord from a cube. I assume that the seletion from the cube will also happen through a query - then try using a prequery - have a variable on the query on the cube which is filled using replacement path from the previous query..?

  • Cursor tips : refresh data fetched by the cursor within run time,discussion

    Hello there,
    May be what I am asking about is kind of weird, but here is the Q:
    let us assume that I have cursor defined as follows:
    cursor emp_cursor is
            select EMPNO, ENAME, deptno
            from emp
            where deptno = 10 ;
    emp_rec  emp_cursor%rowtype;  then inside the loop through the data fetched by this cursor, I need to update some records, which might match the criteria of the cursor, by trying the following code segment:
    open emp_cursor;
          loop
            fetch emp_cursor into emp_rec;
            exit when emp_cursor%notfound;
            "PROCESS THE RECORD'S DATA "
            DBMS_OUTPUT.Put_Line('count of the records: ' || emp_cursor%rowcount);
            DBMS_OUTPUT.Put_Line('deptno: ' || emp_rec.deptno);
            DBMS_OUTPUT.Put_Line('emp no: ' || emp_rec.empno);
            update emp
            set deptno = 10
            where empno= 7566;
            commit;
            DBMS_OUTPUT.Put_Line('after the update');
          end loop;
          close emp_cursor; but the run never shows the record of employee 7566 as one record of the cursor, may be this is the execution plan of the cursor,
    but for the mentioned case, need to re-enter those updated records to the cursor data, to be processed, ( consider that the update statement is conditioned so that not executed always)
    any hints or suggestion
    Best Regards,

    John Spencer wrote:
    Justin Cave wrote:
    Not possible. You'd have to close and re-open the cursor in order to pick up any changes made to the data after the cursor was opened.Then close and re-open it to get any changes made while processing the second iteration, then close and re-open it to get any changes made while processing the third iteration ad infinitum :-)I'm not claiming there are no downsides to the process :-)
    On a serious note, though, the requirement itself is exceedingly odd. You most likely need to rethink your solution so that you remove this requirement. Otherwise, you're likely going to end up querying the same set of rows many, many, many times.
    Justin

  • Which column raised the exception?

    SQL&gt; desc test
    Name Null? Type
    A NUMBER(5)
    B VARCHAR2(10)
    SQL&gt; insert into test values(1,'abcdefghijkl');
    insert into test values(1,'abcdefghijkl')
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    How do I know that which column/value raised this exception? In this case, is there a way to identify that the column "B" has raised this exception?

    What version of oracle are you running? Here is a run on 10.2
    SQL> desc afb
    A VARCHAR2(1)
    B VARCHAR2(2)
    C VARCHAR2(3)
    SQL> select version from v$instance;
    VERSION
    10.2.0.1.0
    SQL> insert into afb values ('A','BBB','CC');
    INSERT INTO AFB VALUES ('A','BBB','CC')
    ERROR at line 1:
    ORA-12899: value too large for column "TEST"."AFB"."B" (actual: 3, maximum: 2)
    The error message tells you. In prior versions you could tell in pro from the indicator variable and OCI had a similar method, but in straight SQL you were more or less out of luck.

  • OTA_DELEGATE_BOOKINGS which column holds the customer's id

    Hi,
    Can someone tell me which column in OTA_DELEGATE_BOOKINGS table hold the customer's id to identify the classes he registered in. e.g. How do I find out what classes some specific customer have enrolled. e.g. if there's a customer with id=1234 and he enrolls in some class which column in ota_delegate_bookings does it store the id of the customer.
    Thanks

    Take a look on eTRM* on MetaLink. This will describe the tables and views in OLM.
    Regards
    Tim

  • How do I download firefox4, will not give the option to RUN the download on my laptop. I uninstalled it now want to re-install. HELP

    Can't download Firefox4 on lap top The option to RUN the program does not show up. I waited three minutes for it tokick in, but nothing.

    I will try this. I really don't know how to get the set up file??? I think something "crashed" somewhere along the line. Sounded like a clanking sound a couple times. I may need to take this somewhere for help.

Maybe you are looking for