December 2000
Intermediate to advanced
408 pages
12h 26m
English
TRACE_FILENO_listener_name (new in Oracle8i )
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.
Sequence numbers are only appended to trace files when the TRACE_FILENO and TRACE_FILELEN parameters are being used.
TRACE_FILELEN_PRODLISTENER = 1000 TRACE_FILENO_PRODLISTENER = 5 TRACE_FILELEN_DEVLISTENER = 10 TRACE_FILENO_PRODLISTENER = 50