December 2000
Intermediate to advanced
408 pages
12h 26m
English
TRACE_FILELEN_listener_name (new in Oracle8i)
TRACE_FILELEN_listener_name=kilobytes
Allows you to specify a maximum size, in kilobytes, for a listener trace file. The default is to place no limit on trace file size. If tracing is enabled, and the current trace file reaches the specified limit, the listener closes the current trace file and opens a new one. The filenames are numbered in sequence. The TRACE_FILENO parameter controls the maximum number of trace files that the listener is allowed to generate.
In order for TRACE_FILELEN to have any effect, you must set TRACE_FILENO to a value other than 1. If you don’t, this parameter is ignored. The two parameters must be used together, or not at all.
TRACE_FILELEN_PRODLISTENER = 1000 TRACE_FILENO_PRODLISTENER = 5 TRACE_FILELEN_DEVLISTENER = 10 TRACE_FILENO_PRODLISTENER = 50