Skip to content

Commit 1f1a3ba

Browse files
authored
Create trial-execute.sql
1 parent 7cc21b8 commit 1f1a3ba

File tree

1 file changed

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

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
REM Script trial-execute.sql
2+
REM Execute the trial with execution_type TEST EXECUTE
3+
4+
-- This is the default setting
5+
-- It executes every SQL statement and collect its execution plans and execution statistics.
6+
7+
-- enter the task name and add a user defined execution name
8+
execute DBMS_SQLPA.EXECUTE_ANALYSIS_TASK(task_name => '&Taskname', -
9+
execution_type => 'test execute', -
10+
execution_name => '&executionename');

0 commit comments

Comments
 (0)