194 OnDemand SQL Performance Analysis Simplified on DB2 for i5/OS in V5R4
6.3 Tips for analyzing the Database Monitor files
In the following sections, we present different tips to make it easier to analyze the
performance data using custom-made queries. The idea is to let you copy the different SQL
requests, so you can use them in your own analysis.
6.3.1 Using an SQL ALIAS for the Database Monitor table
By creating an SQL alias for the Detailed Database Monitor table that you are analyzing, you
can use the same names for the analysis. When you analyze the next Detailed Database
Monitor table, you use the SQL DROP ALIAS statement and then create an SQL ALIAS
statement with the same name over the other table.
If you want to use DBMONLIB.MYDBMON, ...