Chapter 5. SQL, call stack, and journal analysis examples 127
5.2 SQL analysis
When making the first collection for assessment, we used the following data collection options
to ensure that you collect only those SQL statements that are active when the collection
snapshots are made. We specified the following collection options, referring to 3.3.4, “Data
collection options” on page 58 for configuring these options:
Collection interval: 5 seconds
Call stack every interval
Active SQL statements and host variables every interval
Remember, the SQL statements will be collected only if they are executing when the
collection snapshot is taken.
System-wide collection (all jobs, all tasks)
Set the maximum size to 4,000 MB (assuming you have enou ...