Subversion Repositories Sigmater

Rev

Rev 61 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

Versione del 3.7.2018
-----------------------------------------------------
Ambiente di produzione:
Postgresql 9.6.5 a 64 bit
PostGis 2.3.2
estensioni: PL/pgSQL 1.0 e Oracle_fdw 1.5.0
Ora2pg 18.2
-----------------------------------------------------


--> step_01._INIT SIGMATER-IN-PG
-- definizione tablespace, database, user owner sigmater (s3_vda), schemi 

--> step_02.DBI-STAGING FASE 1
-- creazione DBI Monitor, Staging, SXC-r_pg, ICI_STAGING, ..
-- popolamento db

--> step_03.DBTI
-- creazione DBTI (tabelle partizionate e non), AA_SC ..
-- creazione tables_SCHEDULER_pg (esecuzione script per creare tavole ex sheduler)
-- creazione View
-- creazione Functions
-- popolamento db
-- inizializzazioni

--> step_04.DBI-STAGING FASE 2
N.B. DA ESEGUIRE DOPO Creazione DBTI:
-- creazione ex PKG Oracle Store_dati_metrici
-- creazione View
-- creazione Function staging

--> step_05.EX_PACKAGE_ORACLE
-- creazione cut_utils_pg
-- creazione is_regione_pg
-- creazione is_sinteg_pg
-- creazione isregione_i
-- creazione s3_dbti_utils_pg
-- creazione s3_sinteg_geometry_pg
-- creazione s3_sto_utils_pg
-- creazione s3_undo_utils_pg
-- creazione strumenti_amministrazione_pg

--> step_06.REG e MONIT (SRM)
-- creazione SRM registrazione
-- creazione SRM monitoraggio
N.B.: manca logica applicativa lato db (function, trigger)

--> step_07.DBTI_x_AGP
-- creazione View
N.B.: work in progress. Da completare

--> step_08._POST SIGMATER-IN-PG
-- esecuzione grant schema
-- esecuzione grant tabelle schema staging
-- esecuzione grant tabelle schema dbti
N.B.: work in progress. Da completare fase di automatizzazione e accorpamento con fase di INIT (step 01).