Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Predicting trace filenames (again)...
I know this went around only just recently, but I was after a bit more information. I can get the trace filename using the following query:
select a.value || '/' || lower('$ORACLE_SID') || '_ora_' || p.spid || '.trc'
from v$parameter a, v$session s, v$process p
What I need to know is:
Kev. Received on Sun Oct 01 2000 - 19:56:27 CDT
![]() |
![]() |