11 lines
148 B
SQL
11 lines
148 B
SQL
--execute as MNP
|
|
|
|
SPOOL /mnpapp/log/script/caricamento_festivita_2019.log;
|
|
|
|
@@MNP_DATE_FESTIVE_2019.sql
|
|
|
|
@@S_DIM_TEMPO_2019.sql
|
|
|
|
COMMIT;
|
|
SPOOL OFF;
|