Idle session and active session

how can I clear/remove the session user in oracle 10g express, via asp.net (1.1), is it possible?
is idle session can affect the number of concurrent users? or only active session...

coz right we're having a problem. first of all, i would like to say that I'm a oracle novice.
this is the scenario, we have 1 server (p4 2.2ghz w/ 2gig of memory), oracle 10g express install and our application front end (asp.net 1.1 is also install). while running of application and reached 5 or more that users have connected tru asp.net, the connection to the oracle is refuse.
can you help me regarding our problem.
thanks in advance

Similar Messages

  • Oracle Forms and Report Services kill idle sessions

    In our Oracle Forms and Report Server many user open session and stay idle, i want to drop such sessions after 10 minutes to free resources.
    Please help how to proceed

    Default settings for forms session timeout is 15 Minutes. But heartbeat parameter (default 2 minutes) doesn't allow AS to close idle sessions. So define heartbeat=20 in your formsweb.cfg file.
    As far as reports are concerned set engineResponseTimeout="15" in your report server configuration file. This setting will not allow any report to remain in the queue for more than 15 minutes.
    Regards
    Mohsin Iqbal

  • Idle session

    hello, what is the different between idle session and active session in oracle?
    is idle session is treated as an 1 user who is currently connected? or user who is not connected to the db.
    because on my session monitor, there's a lot of idle

    HI,
    idle session
    User connected to database but doing nothing then there session is called idle session.
    You can limit the idle time for a session. If the time between Oracle calls for a session reaches the idle time limit, then the current transaction is rolled back, the session is aborted, and the resources of the session are returned to the system. The next call receives an error that indicates the user is no longer connected to the instance. This limit is set as a number of elapsed minutes.
    active session
    user connected to database and doing there session is active.
    active and inactive session
    A session is ACTIVE when it is making a SQL call to Oracle Database. A session is INACTIVE if it is not making a SQL call to the database.

  • Oracle idle sessions

    Hi Gurus,
    I need to learn more about Oracle idle sessions, why/how they are created and why some of the idle sessions does not terminate easily.
    Is there any ways to determine which SQLs are responsible for idle sessions. Also SQL way to identify and destroy idle sessions.
    Does this make sense.
    Thanks
    Amitava.

    First, why do you believe that idle sessions are a problem?
    A session is IDLE if it is not, at the instant you query the data dictionary, executing a SQL statement. Most sessions will be idle most of the time because most of the time your applications are waiting on humans to do something or spending time processing data in the application. Just because a session is idle now is no reason to believe that it won't be ACTIVE shortly.
    A modern three-tier application will generally create a pool of connections to the database on each middle tier server. Generally, those pools will be sized for at least reasonably busy conditions. If you happen to look at the database when the application isn't particularly busy, you're likely to see a bunch of idle sessions. That's not a problem. While you could force the application server admins to decrease the size of their connection pools, that may negatively affect the performance of the applications and introduce extra load on the database server for no real benefit.
    Justin

  • Diffrence inactive,idle sessions

    hi
    what is the diffrence between inactive and idle sessıons.

    desc v$version;
    STATUS VARCHAR2 (8) --> Status of session:
    If Active, session currently executing SQL commands
    if Inactive, session not executing SQL commands.
    other possibilities are killed,cached and sniped.
    i think idle session is inactive session according to v$version
    if you want to disconnect them :
    alter system set resource_limit=TRUE scope=both;
    alter profile default limit idle_time 15; --> 15 subject to change.

  • Idle Session in Crystal Report

    We have an environment where Crystal Report is talking to Universe. Report is published using BO XI3 Publisher. Issue is when Crystal Report is running for a report let us say for 10 minutes then for each query it executes;  one session is opened and data is fetched, but the session is kept idle session even though query has completed fetching data.
    If the report is run for 10 minutes till the report execution is completed those many idle sessions it creates and is removed only when the report completes execution.
    Is there anyway we can close those sessions which is complete fetching data from database, instead of waiting complete report execution.

    Hello,
    So repost to the Businessobject forum. This one is for Crystal reports only and no one in this forum will help you.
    10 minutes is the default timeout for some of the BOE servers, you can change this setting in the CMC servers area.
    Thank you
    Closing again

  • Having too many idle sessions?

    Hi,
    We have too many idle sessions at the database end? How can it be controlled apart from using database resource manager? Since some users execute long operations? Please clarify.
    Thank you,
    Adith

    Having 5 of 60 sessions active is entirely reasonable. A session is ACTIVE only if, in that particular instant, the session is actively running a SQL statement. The vast majority of the time, a database connection will be idle as it waits for a user to decide what to do next, for the client application to process the data that was returned, etc.
    If you're not encountering any problems, I wouldn't change anything. Setting IDLE_TIME in a profile will kill connections after a period of time, but that may cause problems for users & applications which are not designed to expect that their database connection can be terminated while they were using it.
    Justin

  • Idle Session Time

    Hi guys,
    I'm having trouble with the idle session time on my pc
    Im sharing a folder over a network and have windows 7 ultimate installed --- which allows up to 20 connections 
    I want the PC to auto logoff users if they are idle for over 1minute
    I've set the time limit on this to be 1minute through cmd prompt and through "net config server" i can see its set correct
     maximum logged on users  20
     maximum open files per session 
    16384
     idle session time (min) 1
    However i can see that users connected to the share do not get disconnected at all ---- i have users with many hours of idle time still connected
    any help at all with this would be much appreciated,
    thanks a million,
    Ger.

    Hi,
    Sorry for my mistake. I miss type the sepcific entry:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters
    In the right pane, click the autodisconnect, modify its value as what you want.
    To change the time-out duration in the client-side during a UNC connection, specify the arbitrary time in KeepConn.
    For more information, please refer to this:
    http://support.microsoft.com/kb/297684
    Karen Hu
    TechNet Community Support

  • Oracle idle sessions & SQL responsible

    Hi Gurus,
    I am using the following SQL to identify the idle sessions:
    select status "st", sid "sid", username "user", program "prg"
    from v$session
    where username is not null
    and audsid <> userenv('SESSIONID')
    order by status;
    I need to identify the SQLs responsible or might be responsible to generate idle sessions. Is there any SQL to do that.
    Thanks
    Amitava.

    amitavachatterjee1975 wrote:
    Hi Gurus,
    I am using the following SQL to identify the idle sessions:
    select status "st", sid "sid", username "user", program "prg"
    from v$session
    where username is not null
    and audsid <> userenv('SESSIONID')
    order by status;
    I need to identify the SQLs responsible or might be responsible to generate idle sessions. Is there any SQL to do that.
    Thanks
    Amitava.if/when session is actually IDLE, then it is NOT executing any SQL!

  • Server 2008 smb idle sessions staying open after 15min time period

    The SMB idle session time appears to be set to 15 minutes yet there are sessions open that are 4 days old.
    I think that the auto-disconnect timeout is being ignored on the Windows Server 2008r2. Sessions should not be staying idle for days.
    Thanks
    Steve

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Kill idle session automatically

    dear experts
    How to kill idle/inactive session automatically, based on its idle time?
    Which parameter should change?
    what is the relation between session, process ,thread.
    plz reply

    To kill idle session automatically, create a profile with idle_time parameter and assign it to the involved user accounts:
    http://www.psoug.org/reference/OLD/profiles.html?PHPSESSID=d47ba8ea1ed4aa759bea200eb397609c
    From Concepts Guide http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/process.htm#sthref1475
    A session is a specific connection of a user to an Oracle instance through a user process
    Edited by: P. Forstmann on May 27, 2009 10:01 AM

  • Idle session time out

    Dear support,
    i have windows 2003 server,
    i need RDP idle session time limit in this server .
    Regards,
    Krishna

    Hi,
    I would like to check if you need further assistance.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Idle Session Performance issue

    Hi,
    Just want to know if there are session that are idle can create any kind of performance issue.
    Regards,
    Vikas

    Vikas Kohli wrote:
    Hi,
    Just want to know if there are session that are idle can create any kind of performance issue.
    Can you get something for nothing?
    Idle session does consume "some" resources.
    Does any consumed resource impact performance?
    By which metric at what value is considered any kind of performance issue?

  • OBIEE 11G with Single Sign-On and Active Directory

    Hi guys,
    Release Version: Oracle Business Intelligence 11.1.1.5.0
    Patch applied: 11.1.1.5.0 BP3 (Patch 13832750)
    OBIEE Server operating system: Windows Server 2008 SP2 (32-bits Operating System).
    We are trying to configure Single Sign-On according to TechNote_WNA_SSO_AD_V4.0.doc.
    Our krb5login.conf:
    com.sun.security.jgss.krb5.initiate {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=cgdkobi2.keytab
    useKeyTab=true
    storeKey=true
    debug=true
    com.sun.security.jgss.krb5.accept {
    com.sun.security.auth.module.Krb5LoginModule required
    principal="[email protected]"
    keyTab=cgdkobi2.keytab
    useKeyTab=true
    storeKey=true
    debug=true
    We generate de keytab file:
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>C:\OracleBI11g\jrockit_160_24_D1.1.24\bin\ktab.exe -k cgdkobi2.keytab -a [email protected]
    Password for [email protected]:XXXXXXX
    Done!
    Service key for [email protected] is saved in cgdkobi2.keytab
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>C:\OracleBI11g\jrockit_160_24_D1.1.2-4\bin\kinit -k -t cgdkobi2.keytab cgdkobi2
    New ticket is stored in cache file C:\Users\cgdkobi2\krb5cc_cgdkobi2
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>C:\OracleBI11g\jrockit_160_24_D1.1.2-4\bin\klist -k -t cgdkobi2.keytab
    Key tab: cgdkobi2.keytab, 1 entry found.
    [1] Service principal: [email protected]
    KVNO: 1
    Time stamp: Mar 15, 2013 10:34
    C:\OracleBI11g\user_projects\domains\bifoundation_domain>klist
    Current LogonId is 0:0x406163f5
    Cached Tickets: (0)
    We re-start the services and logon into analytics web and SSO doesn't work but there's not an error. It runs successfully with and Active Directoy user and password. Seems like SSO wasn't enabled, but I checked is enabled.
    Any suggestion?
    Thanks in advanced

    Follow the posts : OBI 11.1.1.6.SSO and You are not currently signed in to Oracle BI Server" for OBIEE 11.1.1.6 SSO do the troubleshooting mentioned there.
    Also check your logs for error like the one below:
    [2012-03-09T16:42:36.000-05:00] [OBIPS] [NOTIFICATION:1] [] [saw.securitysubsystem.checkauthentication.runimpl] [ecid: 6c98b5cce1f24814:2a613331:135f95fbdff:-8000-0000000000005b7a,0:1:1] [tid: 5932] Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)[[
    If you are getting this when you login to OBIEE :      You are not currently signed in to Oracle BI Server"
    then you need to apply this patch : 13553428 QA:BLK:DELIVER TO CORP. OID LDAP USERS FAILED WITH IMPERSONATOR DOES'NT EXIST. 11.1.1.6.0 Generic Platform (American English) General Oracle BI Suite EE Apr 5, 2012 799.4 KB
    Let us know the updates. Hope this helps. Mark if it does.!
    Thanks,
    SVS

  • Problem with installation and activation

    Hi, I have a problem with the installation of Adobe Muse.
    I had a free 30-days trial, when it was over I bought the product ($ 13 per month), 
    I installed the program again and I see the same window with the finished Trials
    and it requires a serial number and does not allow to enter the program.
    I installed the program on your PC wife without any problems, but I can not install it on a laptop.
    I have a laptop with Windows 8 operating system.
    What I've done:
    1. Uninstalled the free program,
    2. check the connection to the Internet,
    3. has installed a new program from the official website adobe.com,
    4. Remove the line for the activation of the hosts file and resave the file,
    5. turned off the brandmower,
    6. rebooted.
    I can't get support for a 3 days, is it the most terrible support I've ever seen? I dunno
    Please help me at [email protected]

    I guess this stuff helps me
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    2014-08-07 20:07 GMT+07:00 Дмитрий Броский <[email protected]>:
    thanx
    >
    2014-08-07 18:18 GMT+07:00 Prabhakar.Kumar <[email protected]>:
        problem with installation and activation  created by Prabhakar.Kumar
    >> <https://forums.adobe.com/people/Prabhakar.Kumar> in *Help with using
    >> Adobe Muse CC* - View the full discussion
    >> <https://forums.adobe.com/message/6619532#6619532>
    >>

Maybe you are looking for

  • ITunes 7.4.1 error -3256 with airtunes -- doesn't anyone test this stuff?

    I have problems with iTunes 7.4.1 and my Airport Express. Using iTunes to send Airtunes music runs for a bit, then hangs up. I also get error -3256 when trying to run both Airtunes and computer speaker. Isn't anyone testing this stuff before its ship

  • OS X 10.8.3 Terminal Error After RVM install

    Recently, I have been venturing into unknown territory with Ruby on Rails. I installed Ruby & Rails via http://railsinstaller.org; however, after install, it was suggested that I download the LATEST versions through RVM. Thus, I uninstalled railsinst

  • Fax and Modem with UC560

    Dear All, I have a somewhat tricky configuration to make happen and hope you can help me. I have a UC560-BRI-K9 (located in Germany) that is connected via BRI/ISDN and also utilizes an external SIP-Trunk. The UC is shared by two related businesses an

  • Lenovo U410 Recovery

    Recovery 'Your PC needs to be repaired'' 'File: \BCD Error Code: 0xc0000098' I don't have a USB or recovery disk, is there an alternative way to fix this solution? I tried the one key recovery, clicked system recovery, but it would go into a blank sc

  • Striations in edited photos

    In PSE 9, after I edit a photo in camera raw and open in the full PSE 9, my photo, especially the sky area, has noticeable vertical striations.  I reinstalled PSE 9 and still have that issue. Has anyone else had this problem or do you have any though