Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: OS user and select-statements

Re: OS user and select-statements

From: Ron Reidy <rereidy_at_indra.com>
Date: Tue, 06 Nov 2001 11:09:12 -0700
Message-ID: <3BE82748.8E6F6B15@indra.com>


Sissel wrote:
>
> Hi.
> I'm looking for å way to see which OS user does which
> select-statements. I've tried TKPROF, but it didn't give me more than
> Oracle-user ( at least as far as I could figure it out ), and that's
> not enough.
> Maybe a trigger would help, but I don't know anything about making
> triggers.
>
> Thanks in advance.

I think you should look at v$session and match this to v$sqlarea and/or v$sqltext.

-- 
Ron Reidy
Oracle DBA
Reidy Consulting, L.L.C.
Received on Tue Nov 06 2001 - 12:09:12 CST

Original text of this message

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