ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
dbms_swrf_report_internal.ash_global_report_main(
l_dbid IN NUMBER,
l_inst_num IN sys.awrrpt_instance_list_type,
l_btime IN DATE,
l_etime IN DATE,
l_options IN NUMBER,
l_slot_width IN NUMBER,
to_html IN BOOLEAN,
l_sid IN NUMBER,
l_sql_id IN VARCHAR2,
l_wait_class IN VARCHAR2,
l_service_hash IN NUMBER,
l_module IN VARCHAR2,
l_action IN VARCHAR2,
l_client_id IN VARCHAR2,
l_plsql_entry IN VARCHAR2,
l_data_src IN NUMBER,
l_container IN VARCHAR2)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.ash_report_init(
l_dbid IN NUMBER,
l_inst_num IN sys.awrrpt_instance_list_type,
l_btime IN DATE,
l_etime IN DATE,
l_slot_width IN NUMBER,
l_sid IN NUMBER,
l_sql_id IN VARCHAR2,
l_wait_class IN VARCHAR2,
l_service_hash IN NUMBER,
l_module IN VARCHAR2,
l_action IN VARCHAR2,
l_client_id IN VARCHAR2,
l_plsql_entry IN VARCHAR2,
l_data_src IN NUMBER,
l_container IN VARCHAR2,
fail_if_no_ash_data IN BOOLEAN);
dbms_swrf_report_internal.ash_report_main(
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_btime IN DATE,
l_etime IN DATE,
l_options IN NUMBER,
l_slot_width IN NUMBER,
to_html IN BOOLEAN,
l_sid IN NUMBER,
l_sql_id IN VARCHAR2,
l_wait_class IN VARCHAR2,
l_service_hash IN NUMBER,
l_module IN VARCHAR2,
l_action IN VARCHAR2,
l_client_id IN VARCHAR2,
l_plsql_entry IN VARCHAR2,
l_data_src IN NUMBER,
l_container IN VARCHAR2)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.ash_report_summary(
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_btime IN DATE,
l_etime IN DATE,
l_options IN NUMBER,
to_html IN BOOLEAN);
dbms_swrf_report_internal.awr_global_report_main(
l_dbid IN NUMBER,
l_inst_num IN TABLE sys.awrrpt_instance_list_type,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_options IN NUMBER,
to_html IN BOOLEAN)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.awr_report_main(
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_options IN NUMBER,
to_html IN BOOLEAN)
RETURN sys.dbms_swrf_report_internal.output_table;
TBD
Overload 2
dbms_swrf_report_internal.awr_report_main(
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_options IN NUMBER,
l_format IN NUMBER)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.dbfus_report_main(
l_dbid IN NUMBER,
l_version IN VARCHAR2,
l_options IN NUMBER,
to_html IN BOOLEAN)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.diff_global_report_main(
l_dbid1 IN NUMBER,
l_inst_num1 IN sys.awrrpt_instance_list_type,
l_bid1 IN NUMBER,
l_eid1 IN NUMBER,
l_dbid2 IN NUMBER,
l_inst_num2 IN sys.awrrpt_instance_list_type,
l_bid2 IN NUMBER,
l_eid2 IN NUMBER,
to_html IN BOOLEAN,
l_options IN NUMBER)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.diff_report_main(
l_dbid1 IN NUMBER,
l_inst_num1 IN NUMBER,
l_bid1 IN NUMBER,
l_eid1 IN NUMBER,
l_dbid2 IN NUMBER,
l_inst_num2 IN NUMBER,
l_bid2 IN NUMBER,
l_eid2 IN NUMBER,
to_html IN BOOLEAN,
l_options IN NUMBER)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.display_sqlrpt_sections(
idx IN BINARY_INTEGER,
to_html IN BOOLEAN,
l_options IN NUMBER,
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_sqlid IN VARCHAR2,
l_con_dbid IN NUMBER);
dbms_swrf_report_internal.generate_data_source_name(
src_id IN VARCHAR2,
dataset_id IN BINARY_INTEGER,
snap_option IN BINARY_INTEGER,
inst_option IN BINARY_INTEGER)
RETURN VARCHAR2;
dbms_swrf_report_internal.print_execution_plan(
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_options IN NUMBER,
to_html IN BOOLEAN);
dbms_swrf_report_internal.set_report_thresholds(
events IN NUMBER,
files IN NUMBER,
segments IN NUMBER,
services IN NUMBER,
tsqlmin IN NUMBER,
tsqlmax IN NUMBER,
sqlpct IN NUMBER,
shmem IN NUMBER,
versions IN NUMBER,
tdisks IN NUMBER,
outlier_pct IN NUMBER,
outlier_cpu_pct IN NUMBER);
dbms_swrf_report_internal.sql_report_main(
l_dbid IN NUMBER,
l_inst_num IN NUMBER,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_sqlid IN VARCHAR2,
l_options IN NUMBER,
to_html IN BOOLEAN,
l_con_dbid IN NUMBER)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.sql_report_summary(
dbid IN NUMBER
l_inst_num IN NUMBER,
l_bid IN NUMBER,
l_eid IN NUMBER,
l_sqlid IN VARCHAR2,
l_options IN NUMBER,
to_html IN BOOLEAN,
init_rpt IN BOOLEAN);
SELECT dbms_swrf_report_internal.wcr_report_gc_xml_sql
FROM dual;
WCR_REPORT_GC_XML_SQL
--------------------------------------------------------------------------------------
SELECT t.column_value from (
SELECT xmlelement("capture",
xmlelement("stat", xmlattributes('DB time (secs)' as "name",
to_char(dbtime/1000000, '999999990.90') as "value",
round(dbtime_total/1000000,1) as "total")),
xmlelement("stat", xmlattributes('Average Active Sessions' as "name",
to_char(dbtime/1000000/duration_secs, '999990.90')
as "value", 0 as "total")),
xmlelement("stat", xmlattributes('User calls captured' as "name",
user_calls as "value", user_calls_total as "total")),
xmlelement("stat", xmlattributes('User calls captured with Errors' as "name",
errors as "value", 0 as "total")),
xmlelement("stat", xmlattributes('PL/SQL calls captured' as "name",
plsql_calls as "value", 0 as "total")),
xmlelement("stat", xmlattributes('PL/SQL DB time (secs)' as "name",
to_char(plsql_dbtime/1000000, '999999990.90') as "value",
round(dbtime_total/1000000,1) as "total")),
xmlelement("stat", xmlattributes('PL/SQL subcalls captured' as "name",
plsql_subcalls as "value", 0 as "total")),
xmlelement("stat", xmlattributes('Session logins' as "name",
connects as "value", connects_total as "total")),
xmlelement("stat", xmlattributes('Transactions' as "name",
transactions as "value", transactions_total as "total"))) as capture_xml
FROM dba_workload_captures
WHERE id = :capture_id) v, table(xmlsequence(extract(v.capture_xml, '/capture/*'))) t
dbms_swrf_report_internal.wcr_report_main(
l_capture_id IN NUMBER,
l_dbid IN NUMBER,
l_bsnap IN NUMBER,
l_esnap IN NUMBER,
to_html IN BOOLEAN)
RETURN sys.dbms_swrf_report_internal.output_table;
dbms_swrf_report_internal.wcr_report_summary(
l_capture_id IN NUMBER,
l_dbid IN NUMBER,
l_bsnap IN NUMBER,
l_esnap IN NUMBER,
l_options IN NUMBER,
to_html IN BOOLEAN);