RE: How do I check to see who is logged into the database

RE: How do I check to see who is logged into the database

 

  

Dear All,

Please help me.

I want to delete data from some table in Oracle 10G. I am using VB 6.0 front
end & oracle as backend.

What script should I write.

Please mail.



Thanks & regards,
Abhijeet Bhurke
MIS

Ph: 07292-255021 Ext. 129
Mob: (0)9826781621
-----Original Message-----
From: Manash Baruah
[mailto:oracledba-ezmlmshield-x65982127.[Email address protected]
Sent: Monday, February 25, 2008 9:46 PM
To: LazyDBA Discussion
Subject: RE: How do I check to see who is logged into the database


This will help:

SELECT
SID,SERIAL#,USERNAME,STATUS,OSUSER,MACHINE,PROGRAM
FROM v$session WHERE TYPE='USER' ;


Thanks & Regards,

Manash Partim Baruah
MS-LCS| DBA| Tech Mahindra Ltd.
Sharda Center, 6th Floor Annex Building, Pune-4, India
www.techmahindra.com


-----Original Message-----
From: Sikyala Raquel [USA]
[mailto:oracledba-ezmlmshield-x84228228.[Email address protected]
Sent: Monday, February 25, 2008 9:38 PM
To: LazyDBA Discussion
Subject: How do I check to see who is logged into the database

What is the syntax I would use to check to see if there is anyone logged
into the database?



---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY To post a
dba job: http://jobs.lazydba.com To Subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html



============================================================================
================================================


Disclaimer:

This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you may
review the policy at <a
href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.c
om/Disclaimer.html</a> externally and <a
href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.c
om/Disclaimer.html</a> internally within Tech Mahindra.

============================================================================
================================================


---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY
To post a dba job: http://jobs.lazydba.com
To Subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html





Oracle LazyDBA home page