Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle Tuning Question
Try this:
select
s.username, s.sid, s.serial#, p.pid ppid, s.status, s.machine, s.osuser,
Jared
On Wed, 14 Jun 2000, Ali Murtaza wrote:
> Hi Listers,
> In v$sqlarea view, i want to know from which machine or terminal a
> particular sql statement was last executed. Basically with sql_text column i
> want to know the machine or terminal from where that sql statement was
> executed. Can somebody please guide me as to which columns to join with
> which views to get the above required info.
> Thanks,
> Murtaza
> --
> Author: Ali Murtaza
> INET: MURTAZA.ALI_at_ICL.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).
>
Jared Still
Certified Oracle DBA and Part Time Perl Evangelist ;-)
Regence BlueCross BlueShield of Oregon
jkstill_at_bcbso.com - Work - preferred address
Received on Wed Jun 14 2000 - 09:48:12 CDT