Difference between revisions of "AWR Report In Oracle"

From SmartHCM Wiki
Jump to navigation Jump to search
(Created page with "sqlplus / as sysdba SQL> @$ORACLE_HOME/rdbms/admin/awrrpt.sql Specify the Report Type ~~~~~~~~~~~~~~~~~~~~~~~ AWR reports can be generated in the following formats. Please e...")
 
Line 4: Line 4:
  
 
Specify the Report Type
 
Specify the Report Type
09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)[[User:Usman|Usman]] ([[User talk:Usman|talk]])
 
 
AWR reports can be generated in the following formats. Please enter the
 
AWR reports can be generated in the following formats. Please enter the
 
name of the format at the prompt.  Default value is 'html'.
 
name of the format at the prompt.  Default value is 'html'.
Line 17: Line 16:
  
 
Specify the Begin and End Snapshot Ids
 
Specify the Begin and End Snapshot Ids
09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)[[User:Usman|Usman]] ([[User talk:Usman|talk]])
 
 
Enter value for begin_snap: 880
 
Enter value for begin_snap: 880
 
Begin Snapshot Id specified: 880
 
Begin Snapshot Id specified: 880
 
Enter value for end_snap: 881
 
End  Snapshot Id specified: 881
 
 
  
 
Specify the Report Name
 
Specify the Report Name
09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)09:52, 3 November 2021 (UTC)[[User:Usman|Usman]] ([[User talk:Usman|talk]])
 
The default report file name is awrrpt_1_880_881.html. To use this name,
 
 
press <return> to continue, otherwise enter an alternative.
 
press <return> to continue, otherwise enter an alternative.
  

Revision as of 10:05, 3 November 2021

sqlplus / as sysdba

SQL> @$ORACLE_HOME/rdbms/admin/awrrpt.sql

Specify the Report Type AWR reports can be generated in the following formats. Please enter the name of the format at the prompt. Default value is 'html'.

'html' HTML format (default) 'text' Text format 'active-html' Includes Performance Hub active report

Enter value for report_type: html

Enter value for num_days: 1

Specify the Begin and End Snapshot Ids Enter value for begin_snap: 880 Begin Snapshot Id specified: 880

Specify the Report Name press <return> to continue, otherwise enter an alternative.

Enter value for report_name: AWR_report.html

Report written to AWR_report.html