Oracle Database Performance Hub report using DBMS_PERF
Syntax
DBMS_PERF.REPORT_PERFHUB ( is_realtime IN NUMBER DEFAULT NULL, outer_start_time IN DATE DEFAULT NULL, outer_end_time IN DATE DEFAULT NULL, selected_start_time IN DATE DEFAULT NULL, selected_end_time IN DATE DEFAULT NULL, inst_id IN NUMBER DEFAULT NULL, dbid IN NUMBER DEFAULT NULL, monitor_list_detail IN NUMBER DEFAULT NULL, workload_sql_detail IN NUMBER DEFAULT NULL, addm_task_detail IN NUMBER DEFAULT NULL, report_reference IN VARCHAR2 DEFAULT NULL, report_level IN VARCHAR2 DEFAULT NULL, type IN VARCHAR2 DEFAULT 'ACTIVE', base_path IN VARCHAR2 DEFAULT NULL); RETURN CLOB;
REPORT_PERFHUB Function Parameters
| Parameter | Description |
|---|---|
| If 1, then real-time. If |
| Start time of outer period shown in the time selector. If
|
| End time of outer period shown in the time selector. If
|
| Start time period of selection. If
|
| End time period of selection. If
|
| Instance ID to for which to retrieve data
|
|
|
| Top N in SQL monitor list for which to retrieve SQL monitor details.
|
| Top N in Workload Top SQL list to retrieve monitor details,
|
| Maximum N latest ADDM tasks to retrieve
|
| Must be |
|
|
| Report type:
|
| URL path for HTML resources since flex HTML requires access to external files. This is only valid for type=' |
Comments
Post a Comment