To find the trace file location/name assosiated with a particular PID use the below query:
select PID,spid,username,program,background,tracefile from v$process;
tracefile column will give you the required location.
To find the trace file location/name assosiated with a particular PID use the below query:
select PID,spid,username,program,background,tracefile from v$process;
tracefile column will give you the required location.