File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ rem Name
10
10
rem mtit_grant .sql - Grant MTIT
11
11
rem
12
12
rem History
13
+ rem bengsig 17 - jun- 2024 - Variable partition count
13
14
rem bengsig 10 - jun- 2024 - Add HCC
14
15
rem bengsig 10 - may- 2023 - Creation
15
16
@@ -28,7 +29,7 @@ grant all on aw_mtit_revixempty to &&1
28
29
grant all on aw_mtit_revix to &&1
29
30
/
30
31
31
- grant all on aw_mtit_ixp8 to &&1
32
+ grant all on aw_mtit_partix to &&1
32
33
/
33
34
34
35
grant all on aw_mtit_cdr to &&1
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ rem Name
10
10
rem mtit_create .sql - Create mtit synonyms
11
11
rem
12
12
rem History
13
+ rem bengsig 17 - jun- 2024 - Variable partition count
13
14
rem bengsig 10 - jun- 2024 - Hcc, correct synonym
14
15
rem bengsig 10 - may- 2023 - Creation
15
16
@@ -28,7 +29,7 @@ create or replace synonym aw_mtit_revixempty for &&1..aw_mtit_revixempty
28
29
create or replace synonym aw_mtit_revix for &&1 ..aw_mtit_revix
29
30
/
30
31
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
32
33
/
33
34
34
35
create or replace synonym aw_mtit_cdr for &&1 ..aw_mtit_cdr
You can’t perform that action at this time.
0 commit comments