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 4978208 commit 7cc21b8Copy full SHA for 7cc21b8
data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa/monitor-executions.sql
@@ -0,0 +1,10 @@
1
+REM Script monitor-executions.sql
2
+REM Monitor SQL Performance Analyzer executions
3
+
4
+-- list task name and executions for advisor
5
+-- use SQL PERFORMANCE ANALYZER in the case of SPA
6
+col execution_name format a25
7
+col task_name format a25
8
9
+select task_name, execution_name
10
+from dba_advisor_executions where upper(advisor_name)='&Advisorname';
0 commit comments