Skip to content

Commit 6e4662a

Browse files
authored
Create drop-spa-task.sql
1 parent 026973f commit 6e4662a

File tree

1 file changed

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

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
REM Script drop-spa-task.sql
2+
REM drop SQL Performance Analyzer task
3+
4+
-- enter task name
5+
execute dbms_sqlpa.drop_analysis_task(task_name => '&taskname');
6+
-- check SPA tasks with monitor_task.sql

0 commit comments

Comments
 (0)