We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b763bb4 commit 6b592e4Copy full SHA for 6b592e4
data-platform/core-converged-db/sql-tuning-sets/scripts-for-sts/2-transport-sts-to-target.sql
@@ -0,0 +1,11 @@
1
+REM Script: 2-transport-sts-to-target.sql
2
+REM on the the source system create a staging table and add the statements to it
3
+
4
+-- first import the staging table
5
+-- copy the SQL tuning sets from the staging table into the database
6
7
+execute dbms_sqltune.unpack_stgtab_sqlset(sqlset_name => '&stsname', -
8
+ sqlset_owner => '&owner', -
9
+ replace => TRUE, -
10
+ staging_schema_owner=>'&stagingtab_owner',-
11
+ staging_table_name => '&stagingtab_name');
0 commit comments