Linking Oracle Process id with windows process id
007May 21 2011 — edited May 21 2011hi,
i am using oracle database 11g(11.1.0.6.0) in windows 2003 server. i have an oracle session established through an application server. i have found the process id of that session by comparing the v$session and v$process tables. Now i want to compare this process id with windows os process id. i have checked the process id in the windows task manager of the application server from where the oracle session is established,but the process id is not present. Even i checked in the windows task manager of the database server where the database is installed, even there i am not able to find this session process id. Can anyone help me out in this????
Regards,
007