How to disconnect a session

In our hospital management application, only one screen is getting hanging infinitely. All other screens working well. one specific screen related to choose the patient eligibility gets hanging. kindly help me . how to solve.

No Oracle version number.
No error message.
No indication of what tool is used to code the front-end.
No application name.
No information on what the system is waiting for.
No DDL.
No DML.
No help is possible. Do not assume that every hanging transaction has only one cause in all versions of Oracle no matter the front-end and no matter the code being executed.
Assuming this screen is part of an application your organization purchased the first thing you should do is go back to the company you purchased it from and tell them to fix it.

Similar Messages

  • How to disconnect a telnet session ?

    Router#show use
    Line User Host(s) Idle Location
    98 vty 0 idle 3d22h x.x.x.x
    99 vty 1 idle 3d21h x.x.x.x
    100 vty 2 idle 2d11h x.x.x.y
    *101 vty 3 idle 00:00:00 x.x.x.z
    Hi guys, I wanna disconnect telnet sessions 98, 99, and 100. How do I do it ? Thanks in advance.

    Atif is quite correct that clear line is how to terminate those telnet sessions - once the problem has developed. And his suggestion that the problem be prevented by configuring an idle timeout is what I also recommend.
    Looking at the idle time of these sessions certainly suggests that someone has configured the vty lines with exec-timeout 0 0 which disables the idle timeout. This has the effect that telnet sessions may go on for a very long time - and over a period of time hung telnet sessions may make all the vty ports busy and prevent remote access to the router. While I might not go as short as Atif's suggestion of a 5 minute timeout, I believe that the vty should have some timeout (perhaps quite long - especially in a testing or development environment). A vty with no idle timeout is a problem waiting to happen.
    HTH
    Rick

  • Cannot log back into a disconnected RD session

    I have a 2012 R2 domain server that I RD into frequently. None of the GPO's I have are effecting RD. I need to have the ability to disconnect a RD session and reconnect to the same session. It seems like after about 20min the disconnected session just disappears
    and anything i had running in it closes. I have tried setting the local policies without luck. secpol > local policies > security options > Microsoft network server: Amount of idle time required before suspending session to 1440.
    gpedit.msc on local machine
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits\ all to disable
    User Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Session Time Limits\ all to disable
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections\Configure keep-alive connection interval to Disabled
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections\Restrict Remote Desktop Services users to a single Remote Desktop Services session  to Enable
    I have tried to add remote desktop services\remote desktop session host but it wants a license server and this is only on a local machine. How can i get the ability to log back into a disconnected RD session. Like we were able to do before 2012?
    Thanks in advance for your help.
    Thanks for your help

    Hi,
    The behavior could be caused by domain group policy settings, I would suggest you double check group policy settings by running command below:
    GPresult /h filepath:filename.
    More information for you:
    Gpresult
    https://technet.microsoft.com/en-us/library/cc733160.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to disconnect web folders?

    I've created a webdav connection to portal using a web folder.
    Unlike other network connections, I can't disconnect this connection. After a computer restart, the web folder still appears.
    How to disconnect this webfolder?
    I'm on portal 9.0.4.0.99
    Client on windows 2000 professional SP3
    Thanks,
    Ton

    hi ton,
    my experience is that the webfolder connection gets disconnected when you either reboot the machine or you delete the cookie that holds the session information. with disconnected i mean that you have to reauthenticate the next time you try to access it. if you want to remove the connection you have to delete it.
    maybe the microsoft windows forums / knowledge database have a more detailed explanation since this is purely windows related and has nothing to do with portal. portal is just a normal webdav server that accepts webdav connections from any webdav client.
    regards,
    christian

  • How Can I Release sessions if these are idle long time Automatically.

    Dear Experts,
    How Can I Release sessions if these are idle long time Automatically based on some time frame..
    So that session memory will be free and when i go to reconnect the session then we will have enough memory for our transaction processing.
    I am asking this question because, In my case (Web Load Testing) after completion the processing this parameter still showing 86% Usage.
    so How Can I release it.

    Change value of IDLE_TIME in profile or better create new profile with less IDLE_TIME and assign to users.
    IDLE_TIME Allowed idle time before user is disconnected (minutes)
    Below is example if user is idle for 20 min , he/she will disconnect
    ALTER PROFILE developer LIMIT idle_time 20;
    Cheer,
    Virag Sharma

  • How to disconnect the BC4J transation

    HI ALL~
    I have a very unusual problem~
    I use Jheadstart 9.0.5.1.9
    problem description:I have a project called Testproject,
    when I execute browse and connect to the page of Testproject,the Testproject will create session with database,but when I close the browse, the transation with Testproject and database doesn't disconnected,the session still remain in database??????
    How could I to solve the problem??
    Is there a method or action private me to disconnect the BC4J transation when browse closed??
    thank's all~

    I need some help with the JHeadStart, Im tring to migrate a Oracle forms applications to a j2ee applications
    In the tutorial they say that i need to create a new workspace and a new JHeadStart project
    the problem is that i dont have that option in the pop up menu
    so I first
    - create a new Application Workspace with web Application (default) template,
    - then I enabled the jheadstart on this project
    - after that I go to the designer generator and go throw the wizard
    - the jdeveloper create many files
    - then in the file ViewControllerApplicationsStructure I run the generator,
    the program create many files but just before he create the struts-config.xml, the program fail and print in the console this
    mesaje
    java.lang.ArrayIndexOutOfBoundsException: 0
    at oracle.jheadstart.tools.jag.StrutsConfigGenerator.generate(StrutsConf
    igGenerator.java:216)
    at oracle.jheadstart.tools.jag.ApplicationGenerator.generateServiceFiles
    (ApplicationGenerator.java:1235)
    at oracle.jheadstart.tools.jag.ApplicationGenerator.generateApplication(
    ApplicationGenerator.java:577)
    at oracle.jheadstart.tools.jag.ApplicationGenerator.<init>(ApplicationGe
    nerator.java:355)
    at oracle.jheadstart.tools.jag.JagRunner$1.run(JagRunner.java:76)
    at java.lang.Thread.run(Thread.java:534)
    I have install
    - Oracle JDeveloper 10 g 10.1.2.0.0
    - Oracle DataBase 9i
    - Oracle Designer 9i
    - JHeadStart 10 g 10.1.2.0
    What can i do??

  • Can someone tell me how to disconnect my credit card from my iTunes account?

    Can someone tell me how to disconnect my credit card from my iTunes account?

    For information on how to do this, check out this article:
    http://support.apple.com/kb/ht1918
    If the option to select "None" from the list of payment types doesn't appear, then there is a billing is with your last purchase which needs to be resolved first.

  • How do I access session data through an EJB?

    Hi
    How do I access session data through an EJB?
    I am currantly developing a Web service (using ejb's, JBoss.net and Apache Axis). A client making a call to this Web service, is expecting a bussiness-object in return. My problem is that this bussiness-object i stored in a users session data. How do I retrieve this bussiness-object from the users session.
    I have read that this does not work with httpsessions, is this true? If this is true, is it possible to store the bussiness object in a JavaBean e.g:
    <jsp:useBean id="userContextWebImpl" scope="session" class="com.ac.march.client.UserContextWebImpl">
    <%
    String key = "test";
    String value = "This is the value";
    userContextWebImpl.setValue( key, value1 );
    %>
    </jsp:useBean>
    and then retrieve this information through the EJB? Or is it possible to do this by using Statfull JavaBeans? Or can this be done through a nother solution?
    Please help!

    I have created a JavaBean with scope="application" to store some data. The data is stored when a user prefomes a spesific task.
    A different person then makes a call to a Web-Service on the server. The Web-Service then asks an EJB to retrieve the data stored in the JavaBean (servlet cotext). In other words: How do I retrieve this data from the EJB?
    I have tried with this code, but with no luck.
    (ApplicationContextWebImpl is the JavaBean)
    public static String getBookingResult( String key )
         String myResult = null;
         String myKey = key;
         ApplicationContextWebImpl applicationContextWebImpl = null;
         try
              applicationContextWebImpl = new ApplicationContextWebImpl();
              myResult = (String)applicationContextWebImpl.getValue( key );
         catch ( java.rmi.RemoteException e )
         return myResult;
    }

  • [Tutorial] How to Disconnect Spotify from Facebook

    How to Disconnect Spotify from Facebook
    This is not an officially supported Spotify workaround. 
    It seems to be a common request on the community to want to disconnect accounts from Facebook. 
    If you wish to do this, then follow the instructions below closely. 
    Please note: It is highly recommended that you log in and cancel your subscription IF and ONLY IF you are planning to deactivate your Facebook and you have Spotify account created with Facebook , as once you have done that, you may not be able to log in to cancel. You may also want to log into your online profile and set all the email notifications to "Never" to stop Spotify sending you emails on that account. 
    This serves as a "Do It Yourself" guide since it is the fastest way to disconnect from Facebook. If you have a premium/unlimited subscription or would rather have someone at Spotify assist you in doing this, don't hesitate to get in touch with customer services instead using the online contact form.
    1.  Check your account type.
    The method of how to disconnect from Facebook depends on how you originally created your account. 
    If you have a dedicated Spotify username and password, then go to step 2a.
    If you created your Spotify account using Facebook, and therefore log in using your Facebook email address and password, go to step 2b. 
    If you log in using Facebook normally, but are unsure if you created your Spotify account using Facebook or a Spotify username, log into your online profile using your Facebook details. If you see a username consisting of ten digits you're likely using a Spotify account created through Facebook. and need to go to step 2b. 
    2a. Disconnect from Facebook.
    Since you have a dedicated Spotify account, disconnecting from Facebook is easy.
    In the desktop client:
    Windows - Go to Edit > Preferences > Social Network > Disconnect from Facebook.
    Mac - Go to Spotify > Preferences > Social Network > Disconnect from Facebook. 
    Once you have done that, your Spotify account is no longer linked to Facebook, you need not continue any of the steps below. 
    You may find due to data caching in the client, that you still see Facebook information (such as the People list) hanging around, a quick clean reinstallation of the application should fix that for you. 
    If you can't see the option to connect/disconnect, then you are logged into a Spotify account created with Facebook not a dedicated Spotify one. 
    2b. Create a new account.
    Disconnecting from Facebook is not possible if you have a Spotify account created with Facebook.
    You can obviously select not to share your activity on Facebook from the Preferences menu, however, if you wish to completely disconnect then read on. 
    If you wish to stop using your Spotify account created through Facebook, then you will need to create a new dedicated Spotify account from the signup page which should now be available in all launch countries. Once you have done that, make sure to note down your new Spotify username and password and keep them in a safe place. Continue to step 3. 
    The easiest and quickest way to move your playlists from one account to another is explained in steps 3 and 4. Since there is no way to directly transfer playlists from one account to another, this process subscribes your new dedicated Spotify account to the playlists on your old Spotify account created via Facebook.
    3. Backup Playlists
    The easiest and quickest way to backup your playlists is to sign into your Spotify account created with Facebook and simply drag and drop them from the left sidebar of the desktop client onto your desktop, or into a folder. This will store links to those playlists locally. 
    4. Restore Playlists
    Log into your new dedicated Spotify account, created in step 2b.
    Now, drag and drop your playlists from your desktop (or folder) into the Spotify client, and they should reappear. These playlists won't be editable, since they are still "owned" by your old account. However, once you have got them into the client, if you want to make them editable you just need to make a new Playlist (File > New Playlist) and then copy and paste all the tracks from the uneditable one into the new one. You can also drag a subscribed playlist to the "New Playlist" button which will instantly copy the playlist and make it owned by you (Thanks Stupify for this awesome tip!)
    The fastest way to highlight all the tracks is to click on the playlist, press Ctrl/Cmd+a and then press Ctrl/Cmd+c to copy them. Then navigate to your new playlist and press Ctrl/Cmd+v to paste. Continue to step 5 (if applicable).
    5. If you have an unlimited/premium subscription…
    There is no easy way for you to transfer an unlimited/premium subscription from one account to another.
    The simplest and fastest way to get back up and running is to simply unsubscribe from the subscription page on your old Spotify account created using Facebook and then resubscribe on your new account. I would recommend you cancel and then use up all your remaining premium days on your old account before you subscribe again, you have already paid for them!
    6 (Optional). Request the removal of your Spotify account created using Facebook.
    If you wish to request your Spotify account created through Facebook be disabled then please read and follow the instructions in this topic.
    I would strongly suggest that if you do not do this step, that you at least log into your online profile on your old Spotify account created with Facebook and set all email notifications to "Never" to stop Spotify sending you any emails. 
    Once you have completed the required steps above, you should have a complete Spotify account which is not in any way connected to Facebook. 
    Happy Listening!
    Peter
    If you have any issues with your account, or in following these steps, then the Spotify team will be happy to help, just drop them an email using the online contact form.
    I do not work for or in anyway professionally connected to Spotify.

    missbonnieblu wrote:
    Hi!
    I'm trying to disconnect my spotifyfrom my facebook so i can shut my facebook down. I used your tutorial however could not find the social network tab, The only option is to uncheck "Share on Facebook what i listen to" which is unchecked BUT sharing on Facebook anyways. I'm also on a premium account. How the hell do i do it? I just want to get rid of facebook. Let me goooooooo.....
    Hey :) 
    Did you read step 1? 
    If you created your account using Facebook, you won't have the disconnect from Facebook option, since your account is tied to Facebook. In that case you will need a new account as described in the tutorial. 
    Peter

  • How to find active sessions count on a server in weblogic server console

    Hi All,
    I would like to know how to find active sessions count on a server in weblogic console. I am using weblogic 11g.
    Regards,
    Sunil.

    On the deployment, monitoring tab, you can select web applications. Here the number of current sessions are listed per web application deployed on the domain.
    The deployment itself (deployments, application, monitoring, sessions) shows a list of sessions and where it is located. Unfortunately, there is no aggregation (but that is something you can so yourself as well).
    When you are using a load balancer in front, the count of sessions on per web application on the domain gives you some clue how many sessions there are present on each server.
    That is to say, when load balancer is using round-robin (and does that correct), you can take the total number of sessions divide it by the number of servers.

  • How to clear a session in apex ?

    Hi,
    How to clear a session in apex other than using clear cache option?
    Thanks,
    Anoo.

    Anoo,
    check the APEX_UTIL Package, there you'll find functions like clear_page_cache, clear_user_cache, clear_app_cache.
    This could be what you are looking for.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • How to restore a session before last session on mozilla ?

    how to restore a session before last session on mozilla ? i had more than 100 tabs opened, some of them were important... :(
    a bak file wont help me...

    You can also try right-clicking on an empty space in the profile folder > '''Properties''' > '''Previous Versions''' to check if there are older versions at the folder level. If there is an older dated version, select it > '''Open''' and browse for the sessionstore.js file. Other than that you could also try to retrieve as much as possible by checking the Firefox '''History''' library ('''Alt''' + '''S''') > '''Show All History'''.

  • How to disconnect internet connection in Time Capsule and reconnect without restarting the whole device?

    Hi, I would be very grateful if someone could tell me how to disconnect internet connection in Time Capsule and reconnect without restarting the whole device?
    The thing is that as I have a dynamic IP address, everytime I restart the internet connection my IP address changes. I sometimes need it to change, so I need to restart the connection. I don't know another way to restart the connection than restarting the whole Time Capsule.
    Thanks!!
    PD: the computer I use is Windows based, using the Airport Utility for Windows, but I also have a MacBook Pro I could use and an iPhone too.

    The utility in windows is very like Mac so the screenshots are from Mac as I don't have windows available now.
    How this works depends on the setup of the TC.. which you did not tell us.. you cannot change anything if you do not have the TC as the main router in the network.
    So on the internet tab you need to share a public IP address.
    On the next tab where you set IP address.
    Click the renew IP address.
    It might work.. and it might not.. the problem is you are not disconnecting the network.. sometimes the hard disconnection is required before the address will renew..
    What about unplugging the WAN port.. then click renew the IP which will fail.. then plug the wan back in again.
    In the end it is easier and faster to power cycle the TC.

  • How to get the session variable value in JSF

    Hi
    This is Subbus, I'm new for JSF framewrok, i was set the session scope for my LoginBean in faces-config.xml file..
    <managed-bean-name>login</managed-bean-name>
    <managed-bean-class>LoginBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope> like that...
    So all parameter in LoginBean are set in session right ?... for example i used userId is the Parameter...
    Now i need to get the the userId parameter from that session in my another JSP page.. how i get that ?..
    Already i tried
    session.getAtrribute("userId");
    session.getValue("userId");
    but it retrieve only "null" value.. could u please help me.. it's very urgent one..
    By
    Subbus

    Where i use that..is it in jsp or backend bean...
    simply i use the following code in one backend bean and try to get the value from there bean in the front of jsp page...
    in LogoutBean inside
    public String getUserID()
         Object sessionAttribute = null;
         FacesContext facescontext=FacesContext.getCurrentInstance();
         ExternalContext externalcontext=facescontext.getExternalContext();
         Map sessionMap=externalcontext.getSessionMap();
         if(sessionMap != null)
         sessionAttribute = sessionMap.get("userId");
         System.out.println("Session value is...."+(String)sessionAttribute);
         return (String)sessionAttribute;
         return "fail";
    JSP Page
    <jsp:useBean id="logs" scope="session" class="logs.LogoutBean" />
    System.out.println("SS value is ...."+logs.getUserID());
    but again it retrieve only null value.. could u please tell me first how to set the session variable in JSF.. i did faces-config only.. is it correct or not..
    By
    Subbus

  • How to invalidate a session based on the session id

    How to invalidate a session based on the session id

    You have to write your own support for this.
    It used to be in the API, but was deprecated as a security hole.
    The best way to do it is implement a session listener (javax.servlet.http.HttpSessionListener) which notifies you when sessions are created/destroyed.
    You can then keep a map of sessions in your own code, indexed by session Id, and access any/all of them to invalidate as you choose.

Maybe you are looking for

  • Call transaction in a BDC program...

    Hi, I can see in one of the BDC program, the call transaction command is used. This BDC program updates the Vendor master table. CALL TRANSACTION BLF00-TCODE USING  FT                                  MODE   ANZ_MODE                                 

  • AE as a WiFi Extender

    I intend to purchase two AE units.  One will plug into my router and will create a WiFi network.  The other will be located some distance away and will function as an extender.  Is this ONE network with ONE network name and ONE password or is this tw

  • Displaying PathGeometry into canvas take too long time

    Hi every one, I am working on spatial data with an application WPF and I would like to draw a map from data queries. I got my data and I am able to draw them on a canvas with scroll bar and zoom. My problem is when I want to zoom or scroll the canvas

  • Unnecessary narrowing

    Hello, I [more than once] stumbled accross code such as: Object homeRef = namingcontext.lookup("some.jndi.path.for.XxxHome"); XxxHome xHome = (XxxHome)javax.rmi.PortableRemoteObject.narrow(homeRef, XxxHome.class); Xxx remoteRef = (Xxx)javax.rmi.Porta

  • Putting skype in sig file in Apple Mail

    having enormous problems to include the skype button in the apple mail signature file. as hardly know any htmi, not difficult always end up with some gibberish ... can anyone help me out? when i open the signature file (as recommended) with Taco or B