We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc21b8 commit 1f1a3baCopy full SHA for 1f1a3ba
data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa/trial-execute.sql
@@ -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