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: How to find the table and user in the session ?

RE: How to find the table and user in the session ?

From: Gunawan Yuwono <gunawan.yuwono_at_webbox.com>
Date: Thu, 15 Jun 2000 15:31:12 -0700
Message-Id: <10529.109478@fatcity.com>


Try this:

select a.username, b.start_time, c.sql_text from v$session a, v$transaction b, v$sqlarea c where a.saddr=b.ses_addr and a.sql_address=c.address;

HTP. Gunawan Yuwono
Oracle DBA
Kansas City, MO

>--- Original Message ---
>From: Vasu Bolle - ISDX <vbolle_at_mail.maricopa.gov>
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Date: 6/15/00 10:25:16 PM
>

>Dear List ,
>Is there any way to find the users (currently log on to ORACLE
),
>and their associated tables(currently updated , but not commited)

>as shown below .
>
>user Table
>--------- -------------
>scott emp
>......
>
>
>Thanks in advance,
> VB
>
>
>
>--
>Author: Vasu Bolle - ISDX
> INET: vbolle_at_mail.maricopa.gov
>
>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).
>
>



Sent from a WebBox - http://www.webbox.com FREE Web based Email, Files, Bookmarks, Calendar, People and Received on Thu Jun 15 2000 - 17:31:12 CDT

Original text of this message

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