Rev 37 | Rev 83 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
37 | Andrea | 1 | Versione del 3.7.2018 |
2 | ----------------------------------------------------- |
||
3 | Ambiente di produzione: |
||
4 | Postgresql 9.6.5 a 64 bit |
||
5 | PostGis 2.3.2 |
||
6 | estensioni: PL/pgSQL 1.0 e Oracle_fdw 1.5.0 |
||
7 | Ora2pg 18.2 |
||
8 | ----------------------------------------------------- |
||
9 | |||
10 | |||
11 | --> step_01._INIT SIGMATER-IN-PG |
||
12 | -- definizione tablespace, database, user owner sigmater (s3_vda), schemi |
||
13 | |||
14 | --> step_02.DBI-STAGING FASE 1 |
||
15 | -- creazione DBI Monitor, Staging, SXC-r_pg, ICI_STAGING, .. |
||
16 | -- popolamento db |
||
17 | |||
18 | --> step_03.DBTI |
||
19 | -- creazione DBTI (tabelle partizionate e non), AA_SC .. |
||
20 | -- creazione tables_SCHEDULER_pg (esecuzione script per creare tavole ex sheduler) |
||
21 | -- creazione View |
||
22 | -- creazione Functions |
||
23 | -- popolamento db |
||
24 | -- inizializzazioni |
||
25 | |||
26 | --> step_04.DBI-STAGING FASE 2 |
||
27 | N.B. DA ESEGUIRE DOPO Creazione DBTI: |
||
28 | -- creazione ex PKG Oracle Store_dati_metrici |
||
29 | -- creazione View |
||
30 | -- creazione Function staging |
||
31 | |||
32 | --> step_05.EX_PACKAGE_ORACLE |
||
33 | -- creazione cut_utils_pg |
||
34 | -- creazione is_regione_pg |
||
35 | -- creazione is_sinteg_pg |
||
36 | -- creazione isregione_i |
||
37 | -- creazione s3_dbti_utils_pg |
||
38 | -- creazione s3_sinteg_geometry_pg |
||
39 | -- creazione s3_sto_utils_pg |
||
40 | -- creazione s3_undo_utils_pg |
||
41 | -- creazione strumenti_amministrazione_pg |
||
42 | |||
43 | --> step_06.REG e MONIT (SRM) |
||
44 | -- creazione SRM registrazione |
||
45 | -- creazione SRM monitoraggio |
||
46 | |||
47 | --> step_07.DBTI_x_AGP |
||
48 | -- creazione View |
||
49 | N.B.: work in progress. Da completare |
||
50 | |||
51 | --> step_08._POST SIGMATER-IN-PG |
||
52 | -- esecuzione grant schema |
||
53 | -- esecuzione grant tabelle schema staging |
||
54 | -- esecuzione grant tabelle schema dbti |
||
55 | N.B.: work in progress. Da completare fase di automatizzazione e accorpamento con fase di INIT (step 01). |
||
56 |