Hi,
I am going to be part of a poc that will take a week.
I would like to generate AUTOMATICALLY an AWR for each and every hour in this poc without the need to execute manualy:
sqlplus / as sysdba
@?/rdbms/admin/awrrpt.sql
....
Enter value for report_type: text
...
Enter value for num_days: 1
...
Enter value for begin_snap:...
...
Enter value for end_snap:...
Any advice how to do it ?
Thanks