Skip to content

Commit bbc789b

Browse files
authored
Update 1-transport-sts-from-source.sql
1 parent 6b592e4 commit bbc789b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-platform/core-converged-db/sql-tuning-sets/scripts-for-sts/1-transport-sts-from-source.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
REM Script: 1-transport-sts-from-source.sql
22
REM Create a staging table and add the statements to it (source system)
33

4+
-- don't use SYS user for this
45
-- Use CREATE_STGTAB_SQLSET to create the staging table
56

67
execute dbms_sqltune.create_stgtab_sqlset(table_name => '&tablename', schema_name => '&owner');

0 commit comments

Comments
 (0)