Skip to content

Commit db39249

Browse files
authored
Create compare-performance.sql
1 parent 0541252 commit db39249

File tree

1 file changed

+6
-0
lines changed
  • data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
REM Script compare-performance.sql
2+
REM Compare performance of two executions
3+
4+
-- enter task name (see also monitor-tasks.ql)
5+
-- enter name for execution 1 and execution 2 (monitor-executions.sql lists the execution names)
6+
execute dbms_sqlpa.execute_analysis_task(task_name => '&taskname', execution_type => 'COMPARE PERFORMANCE',execution_params => DBMS_ADVISOR.ARGLIST('execution_name1', '&name1','execution_name2', '&name2'));

0 commit comments

Comments
 (0)