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,16 @@
set head off
set pages 0
set feedback off
SET linesize 68
SPOOL /mnpapp/gwmnp/FTPOUT/DBC_VAR_OLO_REC_20130408.txt
SELECT TIPO_RECORD || ';' || RPAD(NUM_TEL,15) || ';' || TO_CHAR(DATA, 'yyyy-mm-dd hh24:mi:ss') || ';' || RPAD(RECIPIENT_NEW,30) FROM MNP_DBC_VARIAZIONE_OLO;
SET linesize 38
SPOOL /mnpapp/gwmnp/FTPOUT/DBC_CES_DEF_20130408.txt
SELECT TIPO_RECORD || ';' || RPAD(NUM_TEL,15) || ';' || TO_CHAR(DATA, 'yyyy-mm-dd hh24:mi:ss') || ';' FROM MNP_DBC_CESSAZIONE_OLO;
SPOOL off;