Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to find osuser and machine name connected to database
Nice script.
Regards
Rafiq
From: "Ron Rogers" <RROGERS_at_galottery.org>
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Subject: Re: How to find osuser and machine name connected to database
Date: Tue, 22 Aug 2000 07:24:50 -0800
I don't know is this will work when using a form but it does with a VB application.
S.STATUS STAT, S.SID SSID, S.SERIAL# SSER,
AND S.USERNAME IS NOT NULL AND S.SQL_ADDRESS=SA.ADDRESS (+) AND S.SQL_HASH_VALUE=SA.HASH_VALUE (+)
>>> abhivapure_at_YAHOO.COM 08/22/00 05:59AM >>>
Hi folks,
I want to know the operating system username and machine name of the user who is connected to database.
I tried v$session view, But In case of user connected
through forms 4.5 I am getting the os_user as
'OraUser'
and machine = NULL .
I also tried to find it from the Listener.log on the
server, but same problem.
can anybody help me out.
Thanks in advance.
-- Author: Abhijit Bhivapure INET: abhivapure_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Author: Ron Rogers INET: RROGERS_at_galottery.org Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). ________________________________________________________________________Received on Tue Aug 22 2000 - 13:59:20 CDT