Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Pls guide me :Q regarding Application connection

RE: Pls guide me :Q regarding Application connection

From: Justin Cave (DDBC) <jcave_at_ddbcinc.com>
Date: Tue, 10 Feb 2004 23:29:45 -0700
Message-ID: <87E9F113CEF1D211A4C3009027301874195C30@ddbcinc.ddbc.local>


An inactive session state merely means that the session is not currently = executing a SQL statement. For most client-server applications, most of = your connections will be inactive most of the time.

Justin Cave
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

-----Original Message-----
From: oracle-l-bounce_at_freelists.org =
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Kean Jacinta Sent: Tuesday, February 10, 2004 10:56 PM To: oracle-l_at_freelists.org
Subject: RE: Pls guide me :Q regarding Application connection

I did a sql query=20

SELECT SID, SERIAL#, STATUS
  FROM V$SESSION
  WHERE USERNAME =3D 'DEVTOWN'; The status show that is inactive eventhou i have a connection to the application. Pls explain further.

Thank you

JKean


Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Feb 11 2004 - 00:29:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US