How to Find the Current Instance Id in Oracle 10g

Hi,
how to find the current instance id in oracle 10g studio,
I have the below code :
if (InstanceScreenFlow.processInstance.id.id.indexOf(text : ins.id) < 0) {
/// do something
it is saying that "'processInstance' is not a function"
Thanks,
Brijesh Kumar Singh.

Why not just pass in the "id" predefined variable into your screenflow? Once you do that you'll be able to refer to it as "id.id" anywhere inside your screenflow.
Dan

Similar Messages

  • How to find the current running jobs.

    Hi All,
    Can u please tell me how can i find the current running jobs in oracle.
    OS : windows
    DB VERSION: 10.2.0.1
    Thanks,
    srini...

    Don't think so..
    For the running jobs ( the ones in flight right now..)
    if you used the scheduler
    select owner , job_name , running_instance, session_id from all_scheduler_running_jobs
    order by owner , job_name
    If you used dbms_job ( you really should the scheduler ...)
    select job, instance, sid from dba_jobs_running
    order by instance, job
    /

  • How to find the current SQL

    Dear All,
    My testing engineers are checking the application from front end, i have to find the current SQL (What SQL queries are used in the application) statements in the back end.
    Please let me know how to find the current executing SQL stements.
    Thanks in advance
    Mahi

    You need to join this query with one more table - v$sqlstats. There are many statistics in particular cpu_time, elapsed_time etc stored in that table for each sql statement.
    You can join v$sqlstats by sql_id until you have multiple child cursors for single statement.
    Or you can just join to v$sql and get statistics from there and in this latter case you include child_number column to distinguish child cursors from each other.
    Best Regards,
    Alex

  • How to find the current state in web dynpro

    Hi,
       Can any one tell me how to find the current state of system (idle /not idle).
    Thanks,
    Krishna..

    Please explain further.  I don't understand how you are expecting to test for idle.  If ABAP code is being executed, then you know that the application is not idle. Only a server event could trigger code execution. Only a timedTrigger would be able to tell you that a certain amount of time has passed without activitity - although the event of the timer itself will be a server event that constitutes activity.

  • How to find the current line in the table control in module pool ?

    How to find the current line in the table control in module pool ?
    This is an urgent requirement? please do help me.

    refer to this example
    REPORT demo_dynpro_tabcont_loop_at.
    CONTROLS flights TYPE TABLEVIEW USING SCREEN 100.
    DATA: cols LIKE LINE OF flights-cols,
    lines TYPE i.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: itab TYPE TABLE OF demo_conn.
          TABLES demo_conn.
    SELECT * FROM spfli INTO CORRESPONDING FIELDS OF TABLE itab.
    LOOP AT flights-cols INTO cols WHERE index GT 2.
      cols-screen-input = '0'.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    DESCRIBE TABLE itab LINES lines.
    flights-lines = lines.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE read_table_control INPUT.
      MODIFY itab FROM demo_conn INDEX<b> flights-current_line.</b>
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
      CASE save_ok.
        WHEN 'TOGGLE'.
          LOOP AT flights-cols INTO cols WHERE index GT 2.
            IF  cols-screen-input = '0'.
              cols-screen-input = '1'.
            ELSEIF  cols-screen-input = '1'.
              cols-screen-input = '0'.
          ENDIF.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
        WHEN 'SORT_UP'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) ASCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'SORT_DOWN'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) DESCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'DELETE'.
          READ TABLE flights-cols INTO cols
                                  WITH KEY screen-input = '1'.
          IF sy-subrc = 0.
            LOOP AT itab INTO demo_conn WHERE mark = 'X'.
              DELETE itab.
    ENDLOOP.
          ENDIF.
    ENDCASE.
    ENDMODULE.

  • Urgent    How to find the password of dblink in oracle

    How to find the password of dblink in oracle
    Iam currently working
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    I don't have dba rights
    please help me

    John Spencer wrote:
    You are correct, it is not populated in 11g, but is in 10G.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> create database link test_link connect to scott identified by tiger using 'sol10';
    Database link created.
    SQL> select db_link,password from user_db_links where db_link like 'TEST%';
    DB_LINK                                       PASSWORD
    TEST_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM
    SQL> select name,password from sys.link$ where name like 'TEST%';
    NAME                                          PASSWORD
    TEST_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM
    SQL> select name,passwordx from sys.link$ where name like 'TEST%';
    NAME                                          PASSWORDX
    TEST_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM     05C9AF8C3A16DBE5F47715B67FD0652BE4
    SQL> SY.

  • How to find the Standard DFF Name  In oracle apps

    hi,
    How to find the Standard DFF Name In oracle apps
    thanks

    1. Open the form
    2. Choose Tools--> Diagnostics
    3. In the block field choose $DESCRIPTIVE_FLEXFIELD$
    4. Field will show the list of all the DFF's enabled for that form.
    5. Choosing one will display the name of the DFF in the value field.
    Thanks
    Nagamohan

  • How to find the invalid form session in oracle Apps

    Oracle Apps R12
    Hai All
    How to find the invalid form session in oracle Apps R12 and How to Kill the that.
    Thanks & Regards
    Srikkanth.M

    Hi,
    Please refer to these docs (for 11i and R12).
    How to Kill Inactive Sessions Based on the Information in the Monitor User Form [ID 103516.1]
    Script: How To Identify The apps User Using The O/S PID For Forms Users In 11i [ID 185762.1]
    Thanks,
    Hussein

  • How to query the current instance size of an instance of a process

    Hello guys,
    I'm currently doing a Capacity Plan for my BPM enviroment and I would like to know the current instance size of different kind of processes deployed in my environment. I'll need this to calculate an average instance size per process. The main reason for this capacity plan is that our environment instance size is configured to more then 1000kb(don't know what kind of issues occurred in the past that led to this exceeded value configured) and I don't want to leave this configuration but I can't be safe decreasing it without know if our production environment will start launching the "Max Instance Size Exceeded" error.
    Is there any way to fetch this information? Any API or SQL Query where I can find this information?
    Thanks for any help.
    Regards,
    Luiz
    Edited by: Luiz Rocha on 30/04/2009 16:50

    Hi, Luiz!
    In order to estimate the instance size, you will have to sum up all the instance variables size.
    From the practical prospective it may be difficult to use the algorithm in cases when your instance variables are not simple types.
    For already existing instances, you can look the instance size in the database:
    An instance is just a java object, that is serialized as a byte[] and stored in the engine database, PPROCINSTANCE table, column INSTDATA.
    You can write a simple program (either java or SQL plus) that would read the instance from the BLOB and measure the size.
    And yes, with large instances you can have performance problems.

  • How to find the current iTunes Library

    Hello,
    somehow, opening iTunes the last time I came to a previous iTunes Library and do not find the current one, where much more songs and downloads are in.
    Searching in Windows also did not help. How could I get back to the current one, as everytime opening iTunes the previous shows up.
    Does anybody know?
    Thx

    The only way is to search in Windows and look at the Size & Date Modified fields.
    Are you searching ALL your hard drives, even external ones?
    Are your Windows Explorer folder options set to hide system folders? Hide file extensions? You will need to uncheck both those options for the search to be useful.

  • How to find the current users logged in.

    Hi,
    I have a problem in finding the current users logged into the database and the operations they are doing.
    If u know pls help me........
    Thanks.
    K.Vijay Choudary Reddy.

    hi vijay,
    this is the OracleAS Portal Content Management forum. Please post your database related question in the Database Forum:
    General Database Discussions
    thanks,
    christian

  • InfoPath 2013: How to find the current file name?

    Hello,
    Is there any way to find the file name in the rule formulas when an existing xml file in a sharepoint form library is being edited in InfoPath? I am looking for a function that returns the current file name that is being edited.
    Thank you,

    Hi,
    According to your post, my understanding is that you want to get the current file name in the InfoPath form.
    Here is a similar thread for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/a24f01d5-744c-4b75-b30d-3295311ab054/how-do-i-find-the-file-name-of-the-currently-open-infopath-form?forum=sharepointcustomizationlegacy
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How  to find the current item is new

    I create a item ,and diaplay "new" .so I want to know which table I can find the
    "new" identifier. if anyone konw this please contract me .my Email :[email protected]

    If you are referring to where to find the new image itself, that is in the middle tier in the images directory. You can access it by adding /images/new.gif to your base portal URL.
    If you are looking for how to add the new icon to a region, edit the region settings by clicking the pencil in the region heading and go to the attributes tab. Double-click the "new item" in the left selector box to move it to the right selector box then hit Apply and OK.
    If you are looking for the logic where it is displayed, there is a setting on the page group level that determines how many days to display the New icon. The portal then dynamically uses the modify date of the item to determine if the new icon should be rendered. You can query the item views yourself if you want to create your own New logic.
    Rgds/Mark M.

  • How to find the current CAN BUS Utilization in Labview?

    Hi,
    I want to detact the Current CAN BUS utilization. Can any body suggest for that?

    This question would probably be better suited at the Automotive Networks section.
    http://forums.ni.com/t5/Automotive-and-Embedded-Networks/bd-p/30
    Even so I've never seen a LabVIEW implmenetation for NI-CAN or XNET that actual measured bus load.  Which is a little odd because the test panels in MAX have this feature.  For me I usually put another node on the bus and measure it this way as a test.  But if I wanted to know what it is from a VI the best that I know of is you can calculate it.  There is a VI burried that does the math for you.
    This VI can calculate how long it will take to transmit a frame, and how many frames per second can be sent.  Using this information you can calclate bus load of your actual messages.
    <LabVIEW>\examples\CompactRIO\Module Specific\NI 985x\cRIO CAN Periodic Transmit\CAN Rate Calculator.vi
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to find the current version for MQ series JMS adapter in PI 7.0

    Hi,
    Please anybody has the idea to find the JMS version on PI 7.0.
    Thank you.

    Hi,
    Ask BASIS person to check the JMS driver which is installed on XI through visual admin.
    Thnx
    Chirag

Maybe you are looking for

  • Salvage of Finished goods

    Dear Friend , I want to salvage the finished goods and take back raw material in the store . Provide me solution for configuration and process . Thanks & Regards Rajan Keshri

  • ALV-GRID Excel-template

    Hi, we offen use the ALV-GRID with EXCEL-Layout. In this layout you can Copy the sheet, print etc. But a lot of Function are grey and cannot be used. We want to send the excel-sheet via EXCEL-Button as an email. Question: is it possible to set this f

  • Table Extension custom fields in SRM 7.0

    Hi SRM Experts, I'm struggling with adding data into a table extension that I created on Confirmations. (SRM 7.0) I followed the suggested steps to add a table extension: 1) SPRO->SAP SRM->SRM Server->Cross-Application Basic Settings->Extensions and

  • Issue in Purchase Requisition Release Strategy

    Hi guru, I've got an issue in the release strategy; I have a PR with 3 lines. After Relase I've deleted the last line and system doesn't allow me to release it by ME55 transaction; I'm able to do it only by ME54N. Thank you for your help. M.

  • Why has part of an image not printed from pdf file?

    Hi, I have recently used Indesign to do the layout for a press advertisement. I exported the file as a High Quality pdf file to send to the printer. The logo on the advertisement  has not printed out correctly - the text part of the logo is showing b