Differentiate Statspack & AWR
The AWR report is a great tool for monitoring day by day database activities for DBA. The use of Statspack/AWR report helps the DBA quickly identify the possible cause or database load. The AWR report mainly contains the following sections. · Database instance details · Database Memory statistics. · Top 5 wait events. · Top SQL’s order by execution time and elapsed time. · SQL’s order by physical reads. · SQL’s order by buffer reads and gets. · Tablespace information and hit ratio on the table spaces. · Initialization Parameter’s The purpose of these two tools is the same bu...
Comments
Post a Comment