DEEP DBA

Friday, 9 May 2014

To Find Active Session in Database

 

SELECT SID, Serial#, UserName, Status, SchemaName, Logon_Time
FROM V$Session
WHERE
Status=‘ACTIVE’AND
UserName IS NOT NULL;


Posted by Unknown at 04:42
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Unknown
View my complete profile

Blog Archive

  • ▼  2014 (20)
    • ►  June (2)
    • ▼  May (18)
      • Problems related to .bash_profile,.bashrc,.bash_...
      • FOR MIGRATING DICTIONARY MANAGED TABLESPACE TO L...
      • How to kill all similar processes in Unix In t...
      • To Find Active Session in Database  <!--[if gte...
      • To Find Out the Size Of Database select sum(byt...
      • For Checking The Free Space In Tablespaces sele...
      • DBA COMMANDS----   alter clusterALTER CLUSTER ...
      • How to resolve the ORA-00031 (session marked for...
      • ORA-01118: Cannot add any more data file limit e...
      • ORA-12154: TNS:could not resolve the connect ide...
      • PROCESS SPAWNER PROCESS The First Processs that...
      • How To Drop The Database In Oracle 10g STARTUP ...
      • <!--[if gte mso 9]> Normal 0 ...
      • Run SQL statement from one Linux command   echo...
      • DIFFERENT V$VIEW: v$sgav$sgastat v$sgainfov...
      • Why ORA-00060: Deadlock Detected   A deadlock ...
      • Hello Every Body
Watermark theme. Powered by Blogger.