Rev 61 | Rev 92 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 61 | Rev 83 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Versione del 3.7.2018 |
1 | Versione del 26.07.2018 |
2 | ----------------------------------------------------- |
2 | ----------------------------------------------------- |
3 | Ambiente di produzione: |
3 | Ambiente di produzione: |
4 | Postgresql 9.6.5 a 64 bit |
4 | Postgresql 9.6.5 a 64 bit |
5 | PostGis 2.3.2 |
5 | PostGis 2.3.2 |
6 | estensioni: PL/pgSQL 1.0 e Oracle_fdw 1.5.0 |
6 | estensioni: PL/pgSQL 1.0 e Oracle_fdw 1.5.0 |
7 | Ora2pg 18.2 |
7 | Ora2pg 18.2 |
8 | ----------------------------------------------------- |
8 | ----------------------------------------------------- |
9 | 9 | ||
10 | 10 | ||
11 | --> step_01._INIT SIGMATER-IN-PG |
11 | --> step_01._INIT SIGMATER-IN-PG |
12 | -- definizione tablespace, database, user owner sigmater (s3_vda), schemi |
12 | -- definizione tablespace, database, user owner sigmater (sigma3), schemi |
13 | 13 | ||
14 | --> step_02.DBI-STAGING FASE 1 |
14 | --> step_02.DBI-STAGING FASE 1 |
15 | -- creazione DBI Monitor, Staging, SXC-r_pg, ICI_STAGING, .. |
15 | -- creazione DBI Monitor, Staging, SXC-r_pg, ICI_STAGING, .. |
16 | -- popolamento db |
16 | -- popolamento db |
17 | 17 | ||
18 | --> step_03.DBTI |
18 | --> step_03.DBTI |
19 | -- creazione DBTI (tabelle partizionate e non), AA_SC .. |
19 | -- creazione DBTI (tabelle partizionate e non), AA_SC .. |
20 | -- creazione tables_SCHEDULER_pg (esecuzione script per creare tavole ex sheduler) |
20 | -- creazione tables_SCHEDULER_pg (esecuzione script per creare tavole ex scheduler) |
21 | -- creazione View |
21 | -- creazione View (24.07.2019 - Occorre eseguire prima creazione strumenti_amministrazione_pg. Vedi step 05 - Ultimo comando) |
22 | -- creazione Functions |
22 | -- creazione Functions |
23 | -- popolamento db |
23 | -- popolamento db |
24 | -- inizializzazioni |
24 | -- inizializzazioni |
25 | 25 | ||
26 | --> step_04.DBI-STAGING FASE 2 |
26 | --> step_04.DBI-STAGING FASE 2 |
Line 40... | Line 40... | ||
40 | -- creazione s3_undo_utils_pg |
40 | -- creazione s3_undo_utils_pg |
41 | -- creazione strumenti_amministrazione_pg |
41 | -- creazione strumenti_amministrazione_pg |
42 | 42 | ||
43 | --> step_06.REG e MONIT (SRM) |
43 | --> step_06.REG e MONIT (SRM) |
44 | -- creazione SRM registrazione |
44 | -- creazione SRM registrazione |
- | 45 | -- inizializzazioni (da personalizzare rispetto ai propri scenari) |
|
- | 46 | -- creazione pkg_gestione_utente |
|
- | 47 | -- creazione function |
|
- | 48 | ||
45 | -- creazione SRM monitoraggio |
49 | -- creazione SRM monitoraggio |
- | 50 | -- inizializzazioni |
|
- | 51 | ||
46 | 52 | ||
47 | --> step_07.DBTI_x_AGP |
53 | --> step_07.DBTI_x_AGP |
48 | -- creazione View |
54 | -- creazione View |
49 | N.B.: work in progress. Da completare |
- | |
50 | 55 | ||
- | 56 | --> step_08.DBTI_PARTIAL_INDEX |
|
- | 57 | -- creazione Partial Index (da personalizzare rispetto ai propri scenari) |
|
- | 58 | -- Vacuum delle Tabelle (per ottimizzatore) |
|
- | 59 | ||
51 | --> step_08._POST SIGMATER-IN-PG |
60 | --> step_09._POST SIGMATER-IN-PG |
- | 61 | -- creazione Role |
|
- | 62 | -- applicazione patch_x_release_SIGMATER_2.2.2 |
|
52 | -- esecuzione grant schema |
63 | -- esecuzione grant schema |
53 | -- esecuzione grant tabelle schema staging |
64 | -- esecuzione grant tabelle schema staging |
54 | -- esecuzione grant tabelle schema dbti |
65 | -- esecuzione grant tabelle schema dbti |
55 | N.B.: work in progress. Da completare fase di automatizzazione e accorpamento con fase di INIT (step 01). |
66 | -- creazione function e package aggiuntivi (LOAD_STAT_UIU_X_COM, STAGING.unisci_sez) |
56 | - | ||
- | 67 | -- applicazione patch_x_release_SIGMATER_2.2.2 |
|
- | 68 | -- setto in modo permanente il percorso degli schemi Postgresql |
|
57 | 69 |