Parameters Supplied To Background Processes

All background processes receive the following parameters.

Note: The maximum minutes between cursor re-initiation is relevant for Oracle implementations only. Most of the system background processes contain an outermost loop / cursor. The cursor is opened at the beginning of the process and closed at the end. If Oracle feels that the cursor is open for too long, it may incorrectly interpret this as a problem and my issue an error that the snapshot is too old. The commit processing for the background processes is designed to refresh the cursor based on the minutes between cursor re-initiation in order to prevent this error.
Note: The information displayed when the output trace switch is turned on depends on each background process. It is possible that a background process displays no special information for this switch.