RE: HOw to identify Unix process owned by a user

RE: HOw to identify Unix process owned by a user

 

  

Hi Paul,

try
ps -ef |grep <user>| more

ps -ef |grep <user>| wc

Brian A. Howshar
Database Analyst
University of Wyoming, Information Technology
Ivinson 341 (307)766-6470 [Email address protected]


-----Original Message-----
From: Parul Patel
[mailto:oracledba-ezmlmshield-x93537311.[Email address protected]
Sent: Wednesday, October 06, 2004 8:51 AM
To: LazyDBA Discussion
Subject: HOw to identify Unix process owned by a user


Hi All,

Is there any way to find out the processes that i as a user have
specifically initiated .
I have logged into Unix os as abc/abc user.
and have issued some unix commands.Like
ps -wef
ls
sqlplus username/passwd
.
.
.
.
.
.

Another user also has logged in using same username and password i.e
abc/abc
and also issues the same command
sqlplus username/password
ps -wef
ls
.
.
.


How do i identify/differentiate wat commands i have issued and what all
commands other has issued when both of us has logged in as same user.

Any idea would e of great help

TIA
-Parul





--------
website: http://www.LazyDBA.com
Please don't reply to RTFM questions
Oracle documentation is here: http://tahiti.oracle.com
To unsubscribe: see http://www.lazydba.com/unsubscribe.html
To subscribe: see http://www.lazydba.com
By using this list you agree to these
terms:http://www.lazydba.com/legal.html


Oracle LazyDBA home page