Subversion Repositories Sigmater

Rev

Rev 61 | Go to most recent revision | Details | 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
N.B.: manca logica applicativa lato db (function, trigger)
47
 
48
--> step_07.DBTI_x_AGP
49
-- creazione View
50
N.B.: work in progress. Da completare
51
 
52
--> step_08._POST SIGMATER-IN-PG
53
-- esecuzione grant schema
54
-- esecuzione grant tabelle schema staging
55
-- esecuzione grant tabelle schema dbti
56
N.B.: work in progress. Da completare fase di automatizzazione e accorpamento con fase di INIT (step 01).
57