Name

TRACE_FILENO_listener_name (new in Oracle8i )

Synopsis

TRACE_FILENO_listener_name = number
                  

Specifies the maximum number of listener trace files to generate and use in a cyclical pattern. This parameter must be used in conjunction with the TRACE_FILELEN parameter. As each trace file reaches its size limit, a new file is opened. Sequence numbers are appended to the filenames in order to differentiate them. The TRACE_FILENO parameter specifies the maximum sequence number that may be used. When that file fills, the listener wraps around to the first trace file and reuses all the files in sequence.

Tip

Sequence numbers are only appended to trace files when the TRACE_FILENO and TRACE_FILELEN parameters are being used.

Examples

TRACE_FILELEN_PRODLISTENER = 1000
TRACE_FILENO_PRODLISTENER = 5

TRACE_FILELEN_DEVLISTENER = 10
TRACE_FILENO_PRODLISTENER = 50

Get Oracle Net8 Configuration and Troubleshooting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.