Skip to content

Commit 6b592e4

Browse files
authored
Create 2-transport-sts-to-target.sql
1 parent b763bb4 commit 6b592e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)