You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa/monitor-executions.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ REM Monitor SQL Performance Analyzer executions
6
6
col execution_name format a25
7
7
col task_name format a25
8
8
9
-
select task_name, execution_name
9
+
select task_name, execution_name, status
10
10
from dba_advisor_executions whereupper(advisor_name)='&Advisorname';
0 commit comments