First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
spool /mnpapp/dbc/log/script/RU_313_2.log;
------ Giorno 23/11 DOPO LE ORE 20.00 imposto 12000 per TI e VO, 9000 per H3GI e WIND, 500 per ciascun operatore virtuale
-- imposto le capacità recipient OPIV RECIPIENT
update mnp_evasione_rec
set capacita_minima=12000,capacita_totale=12000 where cod_olo = 4;
-- imposto le capacità recipient H3GI RECIPIENT
update mnp_evasione_rec
set capacita_minima=9000,capacita_totale=9000 where cod_olo = 2;
-- imposto le capacità recipient WIND RECIPIENT
update mnp_evasione_rec
set capacita_minima=9000,capacita_totale=9000 where cod_olo = 7;
-- imposto le capacità recipient DONOR
update mnp_evasione
set CAPACITA_TOTALE = 12000 where ID_OPERATORE = 'TIMG';
update mnp_evasione
set CAPACITA_TOTALE = 500 where ID_OPERATORE = 'COOP';
update mnp_evasione
set CAPACITA_TOTALE = 500 where ID_OPERATORE = 'TISC';
update mnp_evasione
set CAPACITA_TOTALE = 500 where ID_OPERATORE = 'NOVE';
commit
/
spool off;
exit