Meaning of Machine field in v$session view

Hi,
I have a doubt about this field of the v$session view, in the documentation i only find this definition for the mentioned field:
MACHINE      VARCHAR2(64)      Operating system machine nameIs the machine's name where the database is installed or the machine's name where a client is accesing the database??
If i have an OAS 10g installation in machine1 and i'm accesing Oracle Forms Developer's modules in machine2 the value in the Machine field will be the machine's name where i have my OAS installed right ??
Thanks and Regards
Carlos
Edited by: ccortez on May 22, 2012 7:14 PM

ccortez wrote:
Hi,
I have a doubt about this field of the v$session view, in the documentation i only find this definition for the mentioned field:
MACHINE      VARCHAR2(64)      Operating system machine nameIs the machine's name where the database is installed or the machine's name where a client is accesing the database??
It is the machine by which you try to make the connection/session to the Database
If i have an OAS 10g installation in machine1 and i'm accesing Oracle Forms Developer's modules in machine2 the value in the Machine field will be the machine's name where i have my OAS installed right ??Should be machine2

Similar Messages

  • Wrong updation in v$session view.

    Hi,
    I have problem in v$session view on OSUSER column , when i query the v$session i get wrong information in OSUSER column .
    SELECT USERNAME, OSUSER, STATUS, PROGRAM, machine from v$session where USERNAME IS NOT NULL;
    USERNAME OSUSER STATUS PROGRAM MACHINE
    DHAN_UPG SYSTEM INACTIVE JDBC Thin Client host209
    I get the "SYSTEM" as OSUSER in that machine, but there is no osuser like this. Please clarify me for this.
    Thanks & Regards,

    Its correct for me,
    SQL> SELECT USERNAME, OSUSER, STATUS, PROGRAM, machine from v$session where  rownum<=4 and username is not null;
    USERNAME             OSUSER               STATUS   PROGRAM
    MACHINE
    SYSMAN               oracle               INACTIVE OMS
    edhdr2p0.us.oracle.com
    SYSMAN               oracle               INACTIVE OMS
    edhdr2p0.us.oracle.com
    DBSNMP               oracle               ACTIVE   [email protected]
                                                       oracle.com (TNS V1-V
                                                       3)
    edhdr2p0.us.oracle.com
    SYSMAN               oracle               INACTIVE OMS
    edhdr2p0.us.oracle.comAre you sure that there is no user called System in the o/s ?
    HTH
    Aman....

  • How to store forms fields into the session ?

    Hi All,
    I have to store forms fields into the session.
    I have four forms (htm forms) in four jsps and there are total 25 fields.
    I am inserting all the fields into the database at once while user submit the last form.
    I want to use session to store forms fields.
    So please anybody tell me how to do that.
    Is the following code correct to store the forms fields into
    the sesstion........
    // creating a session
    HttpSession session=request.getSession(true);
    // retrieving form fields
    String name=request.getParameter("customer_name");
    String business=request.getParameter("business");
    String address=request.getParameter("address");
    and so on....
    // store form fields into the session
    session.setAttribute("name",name);
    session.setAttribute("business",business);
    session.setAttribute("address",address);
    and so on....
    and later on get the value as:
    session.getAttribute("name");
    session.getAttribute("business");
    session.getAttribute("address");
    and so on....
    OR
    is there another way to store form fields into the session.
    Please guide and reply with coding.....
    Please answer and help.
    Thanks
    Amitindia

    I don't mean to be an *** but I have no desire to help someone so unwilling to think >>and do. Go through some of these tutorial, do the examples in each and you will be far >>better equipped to ask questions:
    http://www.google.co.za/search?hl=en&q=%2Bjsp+%2Bjavabean+%2Btutorial&b >>tnG=Google+Search&meta=
    I was just asking that if I use the following
    <jsp:useBean id="cart" scope="session" class="session.Carts" />
    <jsp:setProperty name="cart" property="address" value="myaddress" />
    </jsp:useBean>then will I be able to acheive my aim as I have to store form fields into the session and later retreive while user submit the last form.
    Please read my question that I have posted.
    Am I using the right way................or which is the best way to store form fields into the session and later retrieve them.
    please reply
    Thanks
    Amitindia

  • Need help to read model node input field attribute present in view - first time developer.

    Hello Experts,
    I am new to CRM Web UI development.
    Presently, I am trying to develop a Guided Activity Page having 2 views.
    First view has the field Business Partner Number, I have added model Node BuilHeader and the attribute BP_NUMBER while creation of the view.
    The Second View consists of 2 fields from the Model Node BuilHeader, namely First Name and Last Name.
    The requirement is to enter the BP Number on the first screen then click on the NEXT button from the Guided Activity buttons, on navigating to the Second View, the Names should auto-populate.
    I have Created both views and the GP page, the GP navigation is also happening. Initially the fields were showing Not Bound text in value, so I commented the line in GET_I and GET methods to enable the field and remove the Not Bound text. I have created a custom controller with BuilHeader
    I have tried doing this but facing the below problems :
    1) When I enter the BP number on the first view and press Enter, the value disappears. How to solve this ?
    2) Does clicking on the NEXT button on the GP Navigation trigger a Server Roundtrip ?
    3) How to read the context node value of BP Number entered on the first view and populate the Name fields on the second view.
    Please help.........

    you can take reference from from below code as in above case we use BuilHeaderAdvancedSearch search object, to get current entity.
    data:    query        TYPE REF TO cl_crm_bol_dquery_service,.
      query ?= me->typed_context->BuilHeaderAdvancedSearch->collection_wrapper->get_current( ).
    Do not remove code from getter setter of fields , it will not clear.
    Check with http://scn.sap.com/thread/3391203 , for basic understanding of UI.
    Regards,
    Harish Kumar

  • Fields in a Maintenace View

    Hello Experts,
    How can we make the fields in a "maintenance view" as mandatory fields? The requirements is I have created a maintenance view with 5 custom fields. And the business analyst wants to make all these fields as the mandatory fields i.e, without filling all the values for the first record, it should not allow them to enter the values for the second record.
    Is it possible?
    PS: I have tried to make all these 5 fields as the key-fields but as some of them are type "numeric", I am getting warning messages while activating.
    Thanks

    Hi Dev,
    u can make any field mandatory by
    parameters : matnr like mara-matnr obligatory.
    or,
    There are two ways to make this field mandatory
    1) Check the SPRO settings with your BASIS Consultant
    (Maintain screen fields for User Settings)
    2) Modify the screen 100 for GUI program SAPLSUU5 use -Code SE51
    or,
    You can do this by using transaction variant ( tcode SHD0).
    when you are creating the transaction variant just check the check box required .
    for some tutorial help pls go through this.
    http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm
    kindly reward if found helpful.
    cheers,
    Hema.

  • Additional Field in standard maintenance view

    Hi Experts,
    I would like to add an additional field plant in maintenance view V_TKZU3_CO (SPRO PATH: Controlling --> Product cost controlling -->Product cost planning --> Basic settings for material costing -->Overhead -->Define costing sheets ).
    What I'm planning to do is to modify the standard maintenance view V_TKZU3_CO and regenerate the table maintenance generator so that the new field will be added and populate a ztable a copy of table TKZU3 + plant...
    However what I'm afraid of is when I regenerated the table maintenance generator using the standard function group OCOE, it might impact some other standard object included..
    Do you have any idea on how can I add the additional field without modifying the standard? Or if I will apply the standard modification I'm planning.. what are the possible impacts?
    Thanks in advance!

    Hi
    U can create a new table view like V_TKZU3_CO, insert your new fields and create the maintenance view program for it.
    Max

  • How to hide a field from table maintenance view?

    Hi,
    How to hide a field from table maintenance view? 
    The field is used for data created date. I need to hide it from display.
    Thanks

    Chk this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/33f52010dd11d6999300508b5d5211/frameset.htm
    Maintenance Attributes
    You can assign a maintenance attribute P to individual fields in the maintenance view definition in the Dictionary (SE11). It can be  H (hidden)
    H (hidden)
    A field flagged H is not displayed on the screen. This field must also be filled in the background by a routine at an event.
    The system writes R and H fields to the database like all other fields when a new data record is saved.

  • Deleting fields from a standard view

    Hello,
         I want to delete fields form standard view which are appended by me accidentally . I have written a delete statement to delete the fields from the standard view . but i got an error at declaration part . I have declared it as shown below
    Tables : V_MMIM_REP_CUST
    V_MMIM_REP_CUST----
    > is the view name
    So, guide me how to declare this view .
    Regards,
    mnarar.
    Edited by: mnarar on Nov 30, 2011 1:12 PM

    Hi,
    This is just an idea to delete the records from the Table. But ideally you should not use this approach in any development.
    The table for this view is MMIM_REP_CUST. You can write a Custom Report Program where you need to create a work area with the values which you would like to delete. And then write a Delete statement and delete the table entry from that work area.
    I guess you are doing this in the development environment and have all the necessary authorizations. And you should not transport any report like the above to other environments. Also double check if that entry will not effect other business scenarios.
    Hope this helps.
    Best Regards,
    Samantak.

  • Overlapping fields in java web viewer

    We are having an issue with SAP Crystal Report, version for Eclipse(java run time). We are using 12.2.217 of the java run time.
    We are having an issue with data from one field overlapping the data from another field in the report viewer. These are reports that we have used for a
    while and viewing them in a windows activeX viewer without having this issue. In the activeX viewer the fields are truncated. The designer also truncates the
    fields. We are using Crystal Reports 2008 version 12.2.0.290 designer.
    I have seen suggestions involving the Can Grow option. We were not happy with either the 0 or 1 line options. The 0 option for unlimited can make the reports much longer. The 1 line option truncates on whole words so you can lose a lot more this way. We would prefer truncation of the field like the other viewers handle it.
    We had a change to the Style.css file that worked great on the fields, but had some undesirable side effects. Like sub reports and sort controls disappeared. It seems the field css tag is generated at run time, thus not able to address them specifically in the css file.
    div
      overflow:hidden;
    I have attached a couple examples. Any suggestions would be greatly appreciated.

    I guess we're not on the same page.
    I don't know how a java program running in a browser as an applet, can
    access fields in the HTML page that the browser is displaying.
    Could you explain how you are able to do this please?
    Where/how is the java code being executed that it can communicate with a browser and insert data in an HTML field on a page the the browser is displaying?
    Or is your java code running on a server and outputting HTML text that is being returned to a client's browser?
    In which case, your question is more about how to do it in HTML . Once you have the correct HTML syntax then its simple to have a program write the needed HTML.

  • How to make means of transport field as a mandatory field  in MV45AFZZ

    Hi All,
    I am new to User-Exits.
    In Sales Order creation I have got a requirement In such a way that based on Sold to and Shipto Party Combination of sales order
    I have to make Means of Transport Field as a Mandatory Field.
    I have gone through the Program MV45AFZZ.
    Please let me know how to do it .
    Regards.
    Rohit.

    Hi ,
    Write code in Save_Document_prepare In program MV45AFZZ.
    Constant :c_flag type c .
    if c_flag  eq space.
    IF VBAK-VSBED EQ '01' AND VBKD-TRATY IS INITIAL.
      MESSAGE E0001(SABAPDOCU) WITH 'Enter means of transport'.
    endif.
    c_flag   = 'X'.
    endif.
    Regards.
    Eshwar.

  • ISE 1.2 Live Session View Empty

    We have a distributed ISE deployment (1.2.0.899 patch 7) with the PANs in one firewall context and the MNTs and PSNs in another firewall context. Everything is working smoothly except that when looking at the Live Sessions view in the PAN, it's empty. Viewing the same thing on the MNT shows plenty of information, which is what we expect. Is there some bug in the version we're running that would prevent the Live Session view on the PAN from being populated? Or do we just have to use the MNT to view that instead?
    Thanks,
    Brandon

    You have it setup correctly so not sure why things are not working for you. The PSNs should be the accounting servers and the admin persona should be the only GUI you/console you should be logging into to manage the system. 
    Check the deployment tab, do all nodes have a "green check box" and in sync?

  • How to Set the Visibility of a field in ESS Address view through portal

    Hi experts,
      I want to set the visibility of a field in ESS Address view through portal.How to edit a field through portal? Please help me with procedures to be followed..
    Thanks&Regards,
    Karthik.

    Hi,
    Login to portal with a user having content administration role.
    Navigate to your iview which must be under content provide by SAP(if its a standard iview).
    Open the iview and click on preview button.
    Then press ctr on keyboard and rightmouseclick on the field for which you want to change.
    A popup will open. Change the visibility in the popup and save the changes. This is a way of personalization and it'll be applicable for all the users.

  • Flex fields in default BPM view 11.1.1.3.0

    Hi
    I Jdeveloper 11.1.1.3.0 I have created a SOA composite with a BPEL flow containing a Human task. In this task I have added data fields (flex fields) which I'm able to show in the Oracle BPM worklist using the Adminstration menu option and adding the flex fields.
    I'm able to create a private view with these new flex fields now showing as column in the BPM worklist.
    But when trying to define these filels in the public views they do not show up in the definition page as available/selected columns. I cannot find anywhere in the documentation where it says that flex fields only can be used in private BPM worklist views. So how do I add a flex field to a public view?
    I do not want all my BPM worklist users to have to create private views themself. I want the new flex fields to be shown in the default worklist columns for all my users by default. Can this be done?
    Best regards
    Johnny

    It this true - that no one can help here???

  • What is the meaning of MAIN_OBJECT field in table CRMD_SRV_REFOBJ

    Hi,
    Please help me in understanding the meaning of MAIN_OBJECT field in table CRMD_SRV_REFOBJ
    Thanks
    Sudhansu

    -1 represent value that is not assign in SAP.
    Basically 1 is for manager...but when u create Database at that time it take as NOT initialized user.
    Thanks
    Kevin

  • What is the meaning of different fields of Oracle Software e.g 11.1.0.2.0

    What is the meaning of different fields of Oracle Software e.g 11.1.0.2.0
    Please share.

    The first digit is the most general identifier. It represents a major new version of the software that contains significant new functionality.
    Database Maintenance Release Number
    The second digit represents a maintenance release level. Some new features may also be included.
    Application Server Release Number
    The third digit reflects the release level of the Oracle Application Server (OracleAS).
    Component-Specific Release Number
    The fourth digit identifies a release level specific to a component. Different components can have different numbers in this position depending upon, for example, component patch sets or interim releases.
    Platform-Specific Release Number
    The fifth digit identifies a platform-specific release. Usually this is a patch set. When different platforms require the equivalent patch set, this digit will be the same across the affected platforms.Check
    Meaning of each number in version

Maybe you are looking for