Skip to content

Commit 0541252

Browse files
authored
Create trial-use-stats.sql
1 parent 1f1a3ba commit 0541252

File tree

1 file changed

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

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
REM Script: trial-use-stats.sql
2+
REM Use imported execution statistics from STS with execution_type CONVERT SQLSET
3+
4+
5+
-- enter the task name, STS name and STS owner and add a user defined execution name
6+
execute dbms_sqlpa.execute_analysis_task(task_name => '&Taskname', -
7+
execution_type => 'convert sqlset',-
8+
execution_name => '&executionname', -
9+
execution_params => DBMS_ADVISOR.ARGLIST('sqlset_name', '&STSname', 'sqlset_owner', '&STSowner'));

0 commit comments

Comments
 (0)