Skip to content

Commit 7cc21b8

Browse files
authored
Create monitor-executions.sql
1 parent 4978208 commit 7cc21b8

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 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

Comments
 (0)