Hi,
I have sever performance issue with the database (db - 10.2.0.4 and OS is AIX 5.3). When i do a topas (AIX command to check the processes). I see one process id 1569224 which is taking the max cpu and mem.
How do i check what is the corresponding session for this process? I tried :
select * from v$session where process=1569224
This does not return any rows. How to check?
Regards,
ARS