From TOP command linux i have found a proccess oracle this use many CPU. The PID proccess 6434
From Oracle connession i haved launched this select:
SQL> select sid from v$session, v$process
2 where paddr = addr
3 and spid = ‘6434’;
This is output of select
SID
———-
338