Skip to content

Commit e9edd8d

Browse files
authored
Create monitor-task.sql
1 parent 74ecf0e commit e9edd8d

File tree

1 file changed

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

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
REM Script: monitor-task.sql
2+
REM Monitor SQL Performance Analyzer task
3+
4+
col owner format a15
5+
col task_name format a30
6+
-- check status and name of SQL Performance Analyzer task
7+
SELECT owner, task_name, status FROM dba_advisor_tasks
8+
WHERE upper(advisor_name)='SQL PERFORMANCE ANALYZER';

0 commit comments

Comments
 (0)