Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OSUSER v 9.2.0.2 on linux
Lisa,
I use the following SQL comand to check the system at various times
during the day. I'm sure that it will give you the info you need from
the V$sessions, V$Process, V$Sqlarea tables.
When V$sqlarea like "DELETE FROM TABLEX"
gather sytem id , osuerid etc and place in table.
Ron
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 (+)
Can anyone point me in the direction on how to isolate the osuser for
a
single session? (I do know about V$SESSION). What I am trying to
accomplish
is when a delete is made on a table, I want my trigger to push that
old
information into a "deleted" table--(no problem here) and include a
field
"DELETED_BY" that would contain the osuser performing the deletion.
What do
I need to query as part of that trigger to capture that single osuser?
Thanks much!
lc
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Lisa R. Clary INET: lisa_at_cog.ufl.edu Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ron Rogers INET: RROGERS_at_galottery.org Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Wed Jan 07 2004 - 14:39:56 CST
![]() |
![]() |