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/performance-hub/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,19 @@ This folder provides SQL scripts to generate active Performance Hub reports. The
4
4
5
5
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).
6
6
7
-
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 detailed information on the parameters that can be used.
7
+
Please refer to the [DBMS_PERF documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/DBMS_PERF.html#GUID-85CD8AB9-B6E0-444F-91A5-762EB92A74E9) to get detailed information on the parameters that can be used.
8
8
9
9
Before you start make sure that the user has DBA privileges.
10
10
11
+
Reviewed: 30.10.2024
12
+
11
13
# When to use this asset?
12
14
13
15
To present or to learn about Performance Hub.
14
16
15
17
# How to use this asset?
16
18
19
+
Execute the scripts in folder files.
17
20
- perfhubscript.sql: Use the Oracle provided script perfhubrpt.sql
18
21
- dbmsperf_def.sql: Example for DBMS_PERF.REPORT_PERFHUB with default settings
19
22
- dbmsperf_1.sql: Example for DBMS_PERF.REPORT_PERFHUB with parameters
0 commit comments