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,17 @@
--execute as MNP
spool /mnpapp/log/script/dbc_KC04_2018_Conf.log;
-----------------------------
--CREATE/MODIFY OBJECT
--@@dbcDDL.sql
-----------------------------
--INSERT/UPDATE DATA
@@dbcDML.sql
-----------------------------
commit;
spool off;

View File

@@ -0,0 +1,8 @@
-- EXEC AS USER mnp
-- Operatore ILIAD Italia, aggiunta di tre nuovi archi di numerazione
-- 018-BU-00041073 (CO) | 018-BU-00040912 (BU): ILIAD - Gestione Nuovi Archi di Numerazione
INSERT INTO MNP_OLO_PREFISSI (COD_OLO, PREFIX ) VALUES (16, '3515');
INSERT INTO MNP_OLO_PREFISSI (COD_OLO, PREFIX ) VALUES (16, '3516');
INSERT INTO MNP_OLO_PREFISSI (COD_OLO, PREFIX ) VALUES (16, '3517');
COMMIT;