How to Generate Oracle AWR Performance Reports
1. Switch to the Oracle user directory #su – oracle
[oracle@localhost ~]$ sqlplus / as sysdba
SQL> @?/rdbms/admin/awrrpt
It asks for the report format here; the default is HTML, so just press Enter (as shown in the image above).
In the image above, directly enter: 1 , which generates a snapshot report for recent days. …