Skip to content

Commit bc19090

Browse files
authored
Update monitor-executions.sql
1 parent f70c328 commit bc19090

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

data-platform/core-converged-db/real-application-testing/sql-performance-analyzer/scripts-spa/monitor-executions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ REM Monitor SQL Performance Analyzer executions
66
col execution_name format a25
77
col task_name format a25
88

9-
select task_name, execution_name
9+
select task_name, execution_name, status
1010
from dba_advisor_executions where upper(advisor_name)='&Advisorname';

0 commit comments

Comments
 (0)