Files
oracle/vdh/find_trace.sql

10 lines
119 B
MySQL
Raw Permalink Normal View History

2026-03-12 21:23:47 +01:00
column tracefile_name for a120
select
value tracefile_name
from
v$diag_info
where
name = 'Default Trace File'
;