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
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/db-performance/performancehub/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
# Performance Hub
2
2
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.
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).
5
4
6
-
REM Please note the user needs to have DBA privileges.
5
+
6
+
Please refer 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.
7
+
8
+
Before you start make sure that the user has DBA privileges.
7
9
8
10
### Performance Hub scripts
9
11
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
12
+
-perfhubscript.sql: Use the Oracle provided script perfhubrpt.sql
13
+
-dbmsperf_def.sql: Example for DBMS_PERF.REPORT_PERFHUB with default settings
14
+
-dbmsperf_1.sql: Example for DBMS_PERF.REPORT_PERFHUB with parameters
0 commit comments