DBA Trace File Contents

Description
Categories: Enginatics, R12 only
Repository: Github
V$DIAG_TRACE_FILE_CONTENTS contains trace data that is present in the trace files that are part of the current Automatic Diagnostic Repository (ADR).
Supported starting from Oracle Database 12.2.
select 
vdtfc.payload trace_contents
from
v$diag_trace_file_contents vdtfc
where
1=1
order by
vdtfc.line_number
Parameter NameSQL textValidation
Trace Filename
vdtfc.trace_filename=:trace_filename
LOV