How to find killed form session

Hi All,
I have killed a form session in production.
is there any way to find the killed form session.
web and forms or on one server and concurrent managers or on other server
and also can we find out how many users have connected to applications and database .
our application version is 11.5.10.2 and database version is 9.2.0.8.
Thanks,
sandeep.

I have killed a form session in production.
is there any way to find the killed form session.If the session is no longer marked as killed then you cannot find it.
http://forums.oracle.com/forums/search.jspa?threadID=&q=Inactive+AND+Sessions&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
and also can we find out how many users have connected to applications and database .http://forums.oracle.com/forums/search.jspa?threadID=&q=Users+Connected&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • How to find the form name attached to AR Open item list

    How to find the form name attached to AR Open item list
    FBL5N -> Correspondance
    Thanks
    Ganesh

    You can find out in SPRO.
    Go to tcode SPRO
    Financial Accounting (New)
    Financial Accounting Basic Settings (New)
    Correspondence
    Define Form Name for Correspondence Print
    Here you will find the form attached to the program.
    To find the attached program to the Correspondence type.
    Go to tcode SPRO
    Financial Accounting (New)
    Financial Accounting Basic Settings (New)
    Correspondence
    Assign programs for the Correspondence Types
    Regards,
    Naimesh Patel

  • How to find the form name  from VA02 T.code

    how to find the form name  from VA02 T.code

    Hi Rajyam,
    I guess you are looking out for the formname which prints sales related documents.
    If this is what you want,then go to the T-code NACE and select the option K1Sales activities and click on the Output Types button on the top.The new window has all the types of Output types listed.Select the most appropriate and double click on the Processing routines button in the left side screen.
    The new window lists the program names and the forms associated with that output type.
    In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.

  • How to find custom forms in FND_FORM

    Hi All,
    I Retrieved data from fnd_form table.I got total forms.But i want only custom forms.How to find custom forms.How to retrieve only custom forms.
    Thanks& Regards,
    Raghu

    Hi,
    Edit form
    You use this form to create or change individual documents (for example, single news items). Typically, this form contains input fields in which you can create content (for example, the title or text for a news item).
    Show form
    You use this form to display a single document. Typically, the Show form displays all elements of a document (for example, the title, author, and all the text contained in a news item). Do not use entry controls on the Show form.
    RenderListItem form
    You use this form to define the layout of a list entry in a folder in the flexible user interface. Typically, you display some of the elements of a document, such as the title and summary of a news item, on this form. You call up the Show form if you want to display the entire document.
    You do not create pushbuttons or links for creating, changing, or deleting XML documents in the RenderListItem form. You define which commands are to be displayed using command groups of the flexible user interface. You can create several iViews for displaying the same XML documents with different command groups.
    ListEdit form
    You use this form to change a list of documents. Typically, this form contains pushbuttons for creating, changing, and deleting entries. You call up the Edit form if you want to change or create content. You call up the Show form if you want to display all entries.
      ListShow form
    You use this form to display a list of documents. Typically, this form only displays part of a document element (for example, the title of a news item). You call up the Show form if you want to display the entire document.
    Refer this documents
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a
    Regards,
    Kumar

  • Can any one tell me how i find ibase form bp no or bp no from ibase in crm

    Hi,
    Can any one tell me how i find ibase form bp no or bp no from ibase in crm ?
    Regards,
    Gurprit Bhatia

    Hi,
    Can any one tell me how i find ibase form bp no or bp no from ibase in crm ?
    Regards,
    Gurprit Bhatia

  • How to find the max session count and process count for a database

    Hi All,
    How to find the maximum session count and process count reached for a database over a period of 15 days?
    DB version:11.2.0.2
    OS:AIX

    Thanks for the link.
    The output of the below query that is given in the link shows the results for the last 10 or 12 days.. Is there a query which gives a result for the last 30 days?
    col metric_unit for a30
    set pagesize 100
    Select trunc(end_time),max(maxval) as Maximum_Value,metric_unit
    from dba_hist_sysmetric_summary
    where metric_id in ( 2118,2119) group by trunc(end_time),metric_unit order by 1;

  • How to find out user session??

    I have deployed application using Oracle 9iAS server. At times
    the IAS server cpu goes 100% and if I see the task manager only
    one (or) two ifweb60 (forms session) session taking the maximum
    cpu time out of 60 ifweb60 sessions. I want to know which NT
    user has initiated the session. When I see the session info. in
    my backend, all the session showing the same account which is
    nothing but Service account configured for IAS. Is there any way
    to identify this???

    dear Ragothaman
    I work under 817, if I see that someone is doing a killing/resource select I do this:
    first I query the view V$SQLTEXT and V$SQLAREA
    then...
    select SID, SERIAL#, USERNAME, MODULE from v$session where username='USER_NAME';
    then I get the SID & SERIAL# and get him/her out of the way :)
    ALTER SYSTEM KILL SESSION '48,2285';
    in which the SID=48 and SERIAL=2285
    nasty isn't it? :>
    rjh

  • How to find ADOBE form driver program

    Hi,
    How to find out ADOBE form driver program. I have form name and interface name. I want to know driver program.
    Thanks
    Ramesh

    Hi,
    You can the following two ways.
    1)Go to your Interface or the Form which you have created -> Use Display object list to see form and Print program that are linked to that Interface.
    2) You can use NACE transaction->
    Select the application type, and Click Output Types->
    Choose the Output type and Click on Processing Routines
    Here you can find the Driver program and and the Corresponding PDF Form.
    Regards,
    Amit.

  • How to open multiple Forms sessions

    How do I open multiple sessions of Oracle Forms on the same Client machine. Right now if I have a Forms session open, when I open a new browser session and type in the URL it takes me back to the Oracle Forms session which I have open. I am running Forms 6i on 9iAS on a Solaris machine. Thanks in advance for any suggestions.

    Rajesh,
    Your question will be answered rightly in the Oracle - Forms discussion formums.
    Thanks,
    Bala.

  • How to explicitly kill a session?

    How do I explicitly kill a session in JSF?

    The link is dead. jsffaq.com no longer exists. So how does one go about killing a session? If it helps, I'm specifically interested in doing so using MyFaces 1.1.

  • How can we Kill the session using Maxl

    Hi All,
    iam using EAS(11.1)
    i want to kill the sessions before loading the dimension and data into the cube , if any body connected or workinng on that server cube bcoz
    to avoid cube correptions
    how can i write MAXl for this scenario.???
    If any help,It would be appriciated.
    Thanks

    Hi,
    You can use the following maxl statements
    alter system kill request all;
    Which will kill all requests on the essbase server, also you can use
    alter system logout session all force;
    More information available at :- http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_techref/maxl_altsys.htm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to find the Form on knowing print program

    Hi
    I have to do changes for particular script layout. Print program for the same is Z program. I know the program name based on that I could not find the form. I have verified all the possibilities mentioned below.
    1. NACE transaction
    2. TNAPR, TTXFP
    3. SPRO
    I could see the layout thru print program.
    Any help appreciated.
    Thans.
    Regards
    Raj

    try
    spro
    Finance Accounting Global Settings
    Accounts Receivable and Accounts Payable
    Business Transactions
    Outgoing Invoices / Credit memos
    Make and check Settings for Correspondence
    Define form names for correpondence print

  • How to find out which session is consuming the most of sga

    Hello,
    I have a server that is running out of swap space. I like to find out which oracle session is using a lot of the sga. Which data dictionary has this view? Thank you. 9208, linux 4.

    How did you configure SGA memory managment?
    How much real memory is available on the machine?
    How large did you make the SGA?
    How much PGA do you think you need?
    See Oracle version# Reference manual and start with
    v$process -- show pga per process and can be joined to v$session to identify front-end process
    v$pgastat
    v$sga
    v$sgastat
    HTH -- Mark D Powell --

  • How to find corresponding form to vl01n and vf01

    Hi all,
    we try to change our invoice and delivery note form in sap r/3 standard. We found the forms RVINVOICE01 and RVDELNOTE, but they are not the right one.
    How can we find out, which form is called with transaction e.g. vl01n or vf01?
    Please could you help us?
    Many thanks
    Tom

    Hello.
    OK, I checked table TNAPR. This works fine
    But with my output types (KSCHL => RD00 and LD00) there is no entry in row FONAM.
    In Row SFORM we can see LE_SHP_DELNOTE (LD00) and LB_BIL_INVOICE (RD00).
    How can we change these forms?
    Many thanks
    Regards
    Tom

  • How to find Infopath form Libaray Attachment field Saving location?

    Hi All,
     I have Infopath customized form Lib and have 5 attachement fields in it. How can i find location where the attachment are getting stored?
    Velu K

    Hi,
    According to your description, you want to know that
    where the InfoPath form attachments stored.
    InfoPath attachments are stored as pieces of text called base64 encoded strings within the InfoPath form itself.
    Here is a link, you can use as a reference:
    http://www.bizsupportonline.net/blog/2010/04/top-10-questions-infopath-file-attachments/
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark
    them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

Maybe you are looking for

  • Adobe form not working after MSS Patch Upgrade

    Hi, We have implemented ESS/MSS and in one of the MSS scenario to create a new personnel chnage request we have an Adobe interactive form (WD) which actually validates the users Social Security number by calling an RFC in the ECC 6.0 and updates the

  • IOS 8:  spotlight not showing wikipedia result snippets

    hi running 8.0.2. iOS 8:  spotlight not showing wikipedia result snippets. it does show the static Search Wikipedia link however. how to get the spotlight search snippets of wikipedia to show, as advertised? thanks

  • CF Builder 3 Debugging

    When debugging in CF Builder 3, there is a dialog that pops up asking how you want to debug. The choices are 'ColdFusion Application' or 'ColdFusion Client Applications'. I am never going to choose 'ColdFusion Client Applications'. Is there a way to

  • Storing query output data in a DSO

    Hi Expert, Can you please tell me how to store a query output in a DSO? Thanks in advance for your help! Ranadip

  • Java.lang.reflect.InvocationTargetException on FCS Client start

    Hi, I've searched the Google and elsewhere but I haven't been able to find out about this error - java.lang.reflect.InvocationTargetException The client downloads and installs fine. Then when it starts, it asks for a certificate verification and then