You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder provides SQL scripts to generate active Performance Hub reports. The Oracle provided script perfhubrpt.sql and the PL/SQL package DBMS_PERF especially REPORT_PERFHUB will be used.
3
+
Information on the script usage can also be found in the blog posting [Performance Hub - the database tuning gem](https://blogs.oracle.com/coretec/post/oracle-performance-hub)
4
+
Refer also to the [DBMS_PERF documentation](https://docs.oracle.com/en/database/oracle/oracle-database/21/arpls/DBMS_PERF.html#GUID-85CD8AB9-B6E0-444F-91A5-762EB92A74E9) to get detailled information on the parameters which can be used.
5
+
6
+
REM Please note the user needs to have DBA privileges.
7
+
8
+
### Performance Hub scripts
9
+
10
+
- Use the Oracle provided script perfhubrpt.sql: perfhubscript.sql
11
+
- Example for DBMS_PERF.REPORT_PERFHUB with default settings: dbmsperf_def.sql
12
+
- Example for DBMS_PERF.REPORT_PERFHUB with parameters: dbmsperf_1.sql
13
+
14
+
15
+
# License
16
+
17
+
Copyright (c) 2023 Oracle and/or its affiliates.
18
+
19
+
Licensed under the Universal Permissive License (UPL), Version 1.0.
0 commit comments