Skip to content

Commit 73f4f64

Browse files
authored
Update README.md
1 parent 9500d3d commit 73f4f64

File tree

1 file changed

+8
-6
lines changed
  • data-platform/core-converged-db/db-performance/performancehub

1 file changed

+8
-6
lines changed

data-platform/core-converged-db/db-performance/performancehub/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Performance Hub
22
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).
54

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.
79

810
### Performance Hub scripts
911

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
1315

1416

1517
# License

0 commit comments

Comments
 (0)