Skip to content

Commit bcaf806

Browse files
authored
Create README.md
1 parent 1c28c93 commit bcaf806

File tree

1 file changed

+21
-0
lines changed
  • data-platform/core-converged-db/db-performance/performancehub

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Performance Hub
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.
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.
20+
21+
See LICENSE for more details.

0 commit comments

Comments
 (0)