Cant understand TIME_WAITED column in v$system_event view

Hi,
I am new to database, I suppose to see the performance of database,
so i use to execute the below query for wait events.
I have created the scenario by creating only one lock in one table in my testing database which has nobody can access except myself. And executing the query ...
Select Event, Total_waits,Time_waited from v$system_event;
EVENT TOTAL_WAITS TIME_WAITED
enq: TX - row lock contention                   1381      414157
row cache lock 13 0
library cache lock 2 178
library cache load lock 17 407
enq: JS - queue lock 1 116
i am tracking the "enq: TX - row lock contention" wait event which i have created by lock. Continuously i executing the above query 4 or 5 times.
I understand the value of TIME_WAITED is increasing because i haven't release the lock, but the TOTAL_WAITS column value also increasing by few seconds which i cant understand.
Can anybody explain in what TIME_WAITED column mean and why it is increasing for a single lock and what time interval it use to increase for single lock.
Thanks in advance.

I think that you are getting confused because the view V$system_event is for the entire system. If you are willing to check a event for a specific session, you should use V$session_event . I have got the same thing done and got the session hanging. The time_waited would increase for sure but the number of waits wont for a session.
Session-1
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> select status from V$instance;
STATUS
OPEN
SQL> conn scott/tiger
Connected.
SQL> update emp set sal=0 where empno=7369;
1 row updated.
SQL>         
Session-2(hanging)
SQL*Plus: Release 11.2.0.1.0 Production on Wed Mar 23 15:09:39 2011
Copyright (c) 1982, 2009, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> sho user
USER is "SCOTT"
SQL> update emp set sal=0 where empno=7369;
Session-3
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8404           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8404           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8704           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8704           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8704           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8704           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   8704           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9004           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9004           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9004           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9004           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9004           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9304           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9304           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9304           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9304           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9304           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                   9604           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> l
  1  select sid, event, time_waited, total_waits from V$session_event
  2* where sid in (11,16)
SQL> /
       SID EVENT                                    TIME_WAITED TOTAL_WAITS
        11 Disk file operations I/O                           0           1
        11 db file sequential read                            5          27
        11 enq: TX - row lock contention                  10205           1
        11 SQL*Net message to client                          0          12
        11 SQL*Net message from client                     5209          12
        16 Disk file operations I/O                           0           2
        16 db file sequential read                            4          15
        16 SQL*Net message to client                          0          12
        16 SQL*Net message from client                     2576          11
9 rows selected.
SQL> HTH
Aman....

Similar Messages

  • Dynamically Hiding Column in a Table View in VC Model

    How to dynamacally hide the columns in a table view in a VC model. Through the expression in Control Property, Form element/field or table view as a whole can be made hidden, however, the individual column can not seem to be hidden.
    I am using VC server version 700.8.0.1.
    Any help would be much appreciated.
    Kind Regards
    Sanjoy

    In this scenario, if the source is SAP BI, you can use the webapi commands. If not, you would have to have 2 separate tables in different layers and you can show and hide those layers or UI elements...

  • BSP: How to create check box in a column of a Table View

    Hi All,
    I have a table view in Web IC scenario. my requirement is to display check box in one of the column of the table view.. so that i can select multiple lines from the table and do some calculations!.
    Anybody have any hint/clue
    Thanks in advance,
    sudeep v d.

    Hi,
    This can be achieved by using a Table iterator.
    Please check the standard examples for this.
    Thanks,
    Rashmi.

  • Custom column in a list view web part for a multilingual site does not take on custom language labels. Stays in default language.

    Hello all,
    I have what so far appears to be a fairly unique problem.  We are running a multilingual SharePoint 2010 environment with English as the default language and French as the secondary.  We have setup the sites in a variance relationship, but the
    issue I am discussing happens outside of a variant as well.
    We have created a library outside the variant (but within the collection) that the two sites must share.  A list view web part was created via Designer to add to each site to provide a quick view into the list.  If we are in the libary and switch
    to French, then update the column label it will remember the setting (because of the resource file) and maintain it as the language is flipped back and forth.  Where it doesn't work is as a web part in a variant or where the language is different.
    If the language is different, the out of the box columns work find, but the custom columns (all site columns not library\list columns) remain as the english label.  It doesn't matter if within a variant or outside with the browser language changed. 
    It always reverts back to English.  It's like it isn't using the same resource file that was used in the list itself.
    I created a custom view and modified it with xslt as per
    http://sharepoint.stackexchange.com/questions/50004/how-to-change-column-title-for-a-view-but-not-modify-the-list but this only worked within the list and did not occur in the list view either.
    I can't be the first that has come across it, either I am not performing my searches properly, no one has ever documented a fix for this or this is something we just can't fix with OOTB tools.  That's the other thing, the solution has to be accomplised
    OOTB or with minor client side changes.  I can't fire up Visual Studio because they are piloting Office 365 and have put a "No custom code" mandate on for migration.
    Thank you all in advance.

    Ok, I have come up with a solution.  I edited the XSLT for the web part on the page.  I did the following:
    1.    Create the variants in the Site Ccollection
    2.    Create the library outside of the variants.
    3.    Add all the columns you require for the library.  It is very important all the columns are there before you move on.
    4.    Create a French and English view.
    5.    Create the list view web part via designer.
    6.    Add the list view web part to each site selecting the appropriate view to use.
    7.      Edit the page in SharePoint Designer 2010.
    8.      Place cursor in the column you wish to modify.
    9.      Click Design in the List View Tools on the ribbon.  
    10.     Then click Customize XSLT and select Customize Item.  Select this option otherwise you will generate a **LOT** of unnecessary XSL code.
    11.     You are looking for a piece that resembles the following:
            <xsl:with-param name="fieldtitle">
              <xsl:value-of select="@DisplayName"/>
            </xsl:with-param>
    12.      Modify it by typing in the actual column name you want.  You should end up with something like this:
            <xsl:with-param name="fieldtitle">
              New Column Name.
            </xsl:with-param>
    13.      Now, for this page only, the column will be renamed.
    There are some caveats:
    1.    Doesn’t appear to work in a publishing portal.  I think this has to do with how SP stores the pages in this case.  In a publishing portal you can only modify the page layout which won’t work as we need to modify the content.
    2.    If you add another column, you will need to repeat the XSLT modification
    Anyways, I hope this helps out any others with the same issue or need as I had.

  • Addition of a custom column in a table view

    Hi all,
    I want to add a custom column in a table view. Kindly tell me if this is possible.
    Regards,
    Vivek Pandey

    Hi Vivek,
    This can definately be done....you will have to declare and iterator and in the GET_COLUMN_DEFINITIONS, declare the column name....
    Referr to blogs :
    <a href="/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator Basics</a>
    and
    <a href="/people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators Iterator.</a>
    The second blog shows how to insert a icon, which is an extra column...
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Hide a column in one table view but show it in another

    I need to hide a column in one tables view but show it in another table view in the same report. Is this possible?
    Any help on this is appreciated.
    Edited by: VNC on Jan 11, 2010 9:26 AM

    Hi VNC,
    If you're crafty with javascript, you could probably write a script that would set the CSS property DISPLAY to NONE to hide the column in the table view you didn't want but leave it there in the view you did want.
    -Joe

  • To display Total sum of a column in a table view control ?

    Hi,
      I am unable to display the sum of a column in a table view control ( using HTMLB ). How should one display the sum of a column in a table view control ?
    Thanks in advance.
    Vara.

    Hi there, do a search in this forum for TableView Iterator. Then check out these weblogs:
    /people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators
    /people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
    An Iterator is the way to go for you

  • Referencing a column of a materialized view

    Hi,
    I have a master table in a database A
    CREATE TABLE formations (
    nom_formation VARCHAR2(30) CONSTRAINT formations_nom_pk PRIMARY KEY
    I have made a materialized view of that table in a remote database B
    CREATE MATERIALIZED VIEW formations_mv
    In the database B I also want to have this table
    CREATE TABLE etudiants (
    matricule NUMBER CONSTRAINT etudiants_matricule_pk PRIMARY KEY,
    nom_formation VARCHAR2(30) CONSTRAINT etudiants_nom_formation_fk REFERENCES formations_mv(nom_formation)
    But when I try to create the table etudiants I get an error on the foreign key that references a column in the materialized view formations_mv.
    Is it impossible to reference a column in a materialized view from another table ?
    Thanks.

    Hi,
    In database B this is how I create formations_mv
    CREATE MATERIALIZED VIEW formations_mv
         REFRESH FAST
    START WITH SYSDATE
    NEXT (SYSDATE + 1 / 24 / 60)
         WITH PRIMARY KEY
    AS
         SELECT *
    FROM formations@etudiants_casa_db_link;
    And in database A I create a materialized view log as
    CREATE MATERIALIZED VIEW LOG ON formations
    WITH PRIMARY KEY
    INCLUDING NEW VALUES;

  • ITunes 11: Can't remove Genres column in playlist List View

    In previous versions, when playing playlists, I use List View, displaying only Artists and Albums. In iTunes 11, I'm unable to remove the Genres column; the items in View > Column Browser are grayed out.
    Also, ⌘-L (Go to Current Song) doesn't work.

    Just uncheck "Genres."

  • All columns disappeared in album view

    Today I started iTunes and all the columns in the album view disappeared. I can right-click the bar at the top and enable artist, album, genre etc., however there is no option to display the number and track name (including the check box).
    Screenshot: http://img31.imageshack.us/img31/8062/itunese.png
    I tried reinstalling iTunes but that didn't fix the problem.
    Is there anything that could be done to bring the standard columns back?

    Nope, in fact these two columns are not even draggable, so it's not possible to hide them normally.
    It's strange that I didn't do anything that might have caused this issue directly. I was just browsing my library and the columns weren't there.
    Another detail: this only happens in the album grid view after double-clicking an album. All the columns appear normally while browsing by artist, genre, composer or in the plain list view.

  • Calculate Column Subtotal in  Attribute View

    Hi,
    Is it possible to calculate the Column subtotal in Caluclation View itself likethe way we do in ALV.
    I want to do this calculation in the Calculation View itself.
    I thought of doing that through  Calculated Column but the SQL Function SUM() doesn't work there.
    Below is how my Calculation View looks like:
    I want the output to be like this (Highlighted in Green):
    I am getting the field Allocation from my Attrbute View ZAT_VBRK_VBRP(Join of table VBRK and VBRP) and ZVBAK is just an attribute view for VBRK.
    Thanks,
    Gaurav

    Hi Shankar,
    Sub_totals can be achieved through the SQL query using the Grouping_sets which is something like this,
    select col_1, col_2, col_3, sum(col_4)
    from <Table_name>
    group by grouping sets LIMIT 2 WITH SUBTOTAL
    ((col_1, col_2),(col_3));
    Usually this can be done in the front end reporting tool but,If you want to continue with the calculation_view where you want the sub total to be appended as a "New Tuple" then you will have to go with the CE_Functions using the sql_query.
    This is something new that i can learn today, lets see how the experts will guide us with the approach.
    Regards,
    Krishna.

  • What is LAST_ACTIVE_TIME  column in v$sql view

    Hi,
    I am using Oracle 10.2.0.3 version.
    I have a doubt in v$sql view.
    What is the meaning of LAST_ACTIVE_TIME column in v$sql view?
    I presume it is the latest time when this SQL was executed in the database. M I right?
    As per Oracle docs it's definition is as below.
    LASTACTIVE_TIME - Time at which the query plan was last active ._
    Thanks in advance.
    Best Regards,
    oratest

    Dear oratest,
    Please see the following link;
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2113.htm#REFRN30246
    +"+
    +LAST_ACTIVE_TIME+
    +DATE+
    +Time at which the query plan was last active+
    +"+
    That is the time that the "query plan" active period. I think this could be as what you have said.
    Regards.
    Ogan
    Edited by: Ogan Ozdogan on 30.Ağu.2010 22:21

  • Add custom column in default list view in sharepoint

    Hello,
    How to add custom column in default list view in SharePoint 2013? In list view we have view fields section. But its not allowing to add any static text.  I want to add one button/textin view fields. How to add that?
    <View Name="{C7499466-A865-4742-8511-5536D2521D1C}" MobileView="TRUE" Type="HTML" Hidden="TRUE" DisplayName="All Documents" Url="/SectionManagement/SitePages/Untitled_1.aspx" Level="1"
    BaseViewID="1" ContentTypeID="0x" ImageUrl="/_layouts/15/images/dlicon.png?rev=23" ><Query/>
    <ViewFields>
    <FieldRef Name="LinkFilename"/>
    <FieldRef Name="LinkFilenameNoMenu"/>
    </ViewFields>

    Hi,
    to add a field to a view use this
    <ViewFields>
    <FieldRef Name="LinkFilename"/>
    <FieldRef Name="LinkFilenameNoMenu"/>
    <FieldRef Name=[InternalNameOfCustomField]/>
    </ViewFields>

  • Messy RUN_STATUS column values in public view ALL_RT_AUDIT_MAP_RUNS

    Is it true, that there is a bug in view ALL_RT_AUDIT_MAP_RUNS column RUN_STATUS?
    This view is based on table WB_RT_AUDIT. View's column RUN_STATUS is based on tables column named RTA_STATUS.
    Firstly, RTA_STATUS in the table is numeric and RUN_STATUS is computed like this:
    decode (a.rta_status, 'BEGIN', 'RUNNING', 'FAILED', 'FAILURE', 'COMPLETE') as run_status.
    It means, that the result value of RUN_STATUS is always 'COMPLETE'.
    Moreover, table WB_RT_AUDIT column RTA_STATUS shows value 1, when mapping runs without errors and shows 1 also, when mapping fails.
    What is the best indicator from public views or runtime audit tables to show that mapping has completed successfully? Is it return_result or return_code column form view ALL_RT_AUDIT_EXECUTIONS (table WB_RT_AUDIT_EXECUTIONS)?
    Finally, what's the difference between WB_RT_AUDIT_EXECUTIONS and WB_RT_AUDIT. Is it possible to have more than one WB_RT_AUDIT rows for one WB_RT_AUDIT_EXECUTIONS row?
    Thank you,
    -- Trying to upgrade from OWB 9.0.2 to 10.1 :S

    Here is the original procedure. I have since created a procedure which pulls the values from memory using dynamic sql, and this seems to work.
    PROCEDURE CREATE_DW_PROCESS_JOURNAL1(p_business_area IN VARCHAR2,
    p_map_id IN NUMBER) AS
    l_map_name OWBSYS.ALL_RT_AUDIT_MAP_RUNS.MAP_NAME%TYPE := NULL;
    l_yn_flag VARCHAR2(1):= 'N';
    BEGIN
    IF(p_map_id IS NOT NULL) THEN
    --For the audit id passed in open the cursor to get the information available
    INSERT INTO dw_process_journal(id, business_area, map_name, process_start_date, process_finish_date,
    run_status, error_count, inserted_count, updated_count, merged_count, elapsed_seconds, corrected_count,
    map_run_id, execution_audit_id)
    SELECT dw_process_journal_seq.nextval, p_business_area, map_name, start_time, end_time,
    run_status, number_errors, number_records_inserted, number_records_updated, number_records_merged, elapse_time, number_records_corrected,
    map_run_id, execution_audit_id
    FROM owbsys.ALL_RT_AUDIT_MAP_RUNS
    WHERE MAP_RUN_ID =p_audit_id;
    commit;
    END IF; -- p_audit_id
    END CREATE_DW_PROCESS_JOURNAL1;

  • I updated  iTunes for my lap but its stop to work i cant understand why my windows 7 please answer me

    i updated  iTunes for my lap but its stop to work i cant understand why my windowes 7 please answer me

    Hello yayota,
    Thanks for the question. I understand you are having issues with iTunes on your Windows 7 computer. The following article may provide information that could lead to a resolution:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

Maybe you are looking for

  • How can I get my music back in itunes? It disappeared from my computer

    Help. My music disappeared from itunes on my computer.

  • 12" battery replacment program--battery never arrived

    Does anyone know how I can contact apple's battery replacement program to let them know my replacement battery never arrived? I am overseas and cannot use the 800 contact numbers. Thank you G4 dual 800 Mac OS X (10.2.x)

  • Working with results in FlowN

    I have FlowN in my BPEL process. In branch of FlowN I invoke web service. I have to compare results from all N results and choose one that has one node (date node) that is earliest. This result will be choosen as reply. Currently, I've created variab

  • Purchase in-game from minigore 2

    I just bought the "double the income" item that is inside the game MINIGORE 2... The problem is that, eventhough it is purchased, when it tries to download it, a message error appears saying that it cannot connect to itunes... Anyone help? thanks.

  • How can I know whether PI is ready to run

    Hi. How can I know whether PI is ready to run? ex) MMC status is green. J2EE Engine status is "10"(RUNNING) http://<host>:<port>/AFW/rtc returns some status I want to check the whether PI is ready to run periodcically. Can I use sapcontorl interface?