Skip to content

Commit 92c1cd9

Browse files
authored
Update create-spa-task.sql
1 parent 94d8b15 commit 92c1cd9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REM Script create-spa-task.sql
1+
REM Script: create-spa-task.sql
22
REM Create a SQL Performance Analyzer task
33

44
-- enter STS name and owner of the STS
@@ -8,6 +8,6 @@ set serveroutput on
88
declare tname varchar2(100);
99
begin
1010
tname := dbms_sqlpa.create_analysis_task(sqlset_name => '&STSname', sqlset_owner=>'&STSOwner');
11-
dbms_output.put_line( 'task name: ' || tname);
11+
dbms_output.put_line('task name: ' || tname);
1212
end;
1313
/

0 commit comments

Comments
 (0)