Skip to content

Commit 58b9091

Browse files
committed
Variable partition count
1 parent a85e6fd commit 58b9091

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

oltp/mtit_grant.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rem Name
1010
rem mtit_grant.sql - Grant MTIT
1111
rem
1212
rem History
13+
rem bengsig 17-jun-2024 - Variable partition count
1314
rem bengsig 10-jun-2024 - Add HCC
1415
rem bengsig 10-may-2023 - Creation
1516

@@ -28,7 +29,7 @@ grant all on aw_mtit_revixempty to &&1
2829
grant all on aw_mtit_revix to &&1
2930
/
3031

31-
grant all on aw_mtit_ixp8 to &&1
32+
grant all on aw_mtit_partix to &&1
3233
/
3334

3435
grant all on aw_mtit_cdr to &&1

oltp/mtit_synonym.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rem Name
1010
rem mtit_create.sql - Create mtit synonyms
1111
rem
1212
rem History
13+
rem bengsig 17-jun-2024 - Variable partition count
1314
rem bengsig 10-jun-2024 - Hcc, correct synonym
1415
rem bengsig 10-may-2023 - Creation
1516

@@ -28,7 +29,7 @@ create or replace synonym aw_mtit_revixempty for &&1..aw_mtit_revixempty
2829
create or replace synonym aw_mtit_revix for &&1..aw_mtit_revix
2930
/
3031

31-
create or replace synonym aw_mtit_ixp8 for &&1..aw_mtit_ixp8
32+
create or replace synonym aw_mtit_partix for &&1..aw_mtit_partix
3233
/
3334

3435
create or replace synonym aw_mtit_cdr for &&1..aw_mtit_cdr

0 commit comments

Comments
 (0)