RE: Oracle osuser in v$session
Date: Mon, 13 Jan 2020 20:48:10 +0000
Message-ID: <BL0PR01MB4500AB3021BB5D1323B180C3CE350_at_BL0PR01MB4500.prod.exchangelabs.com>
More than likely the connections are for a web application where all the connections to Oracle use the same username. The application runs under root. To Oracle all the sessions appear as the same source/user.
Select username, osuser, machine from v$session order by use machine, osuser, username
From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Sanjay Mishra
Sent: Monday, January 13, 2020 3:19 PM
To: Oracle-L Freelists <oracle-l_at_freelists.org>
Subject: Oracle osuser in v$session
I had an environment where multiple tier applications using JDBC are connecting to the database. I am seeing OSUSER in v$session is coming out from lots of sessions as root or even ? and they are not background process sessions. Can someone help to provide some explanation?
TIA
Sanjay
DXC Technology Company - Headquarters: 1775 Tysons Boulevard, Tysons, Virginia 22102, USA. DXC Technology Company -- This message is transmitted to you by or on behalf of DXC Technology Company or one of its affiliates. It is intended exclusively for the addressee. The substance of this message, along with any attachments, may contain proprietary, confidential or privileged information or information that is otherwise legally exempt from disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient of this message, you are not authorized to read, print, retain, copy or disseminate any part of this message. If you have received this message in error, please destroy and delete all copies and notify the sender by return e-mail. Regardless of content, this e-mail shall not operate to bind DXC Technology Company or any of its affiliates to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. --.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jan 13 2020 - 21:48:10 CET