First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
-- Script per soluzione SM_1461, SM_1462
|
||||
-- aggiornamento path configurati in tabelle
|
||||
UPDATE mnp_olo_report
|
||||
SET ftp_out = '/mnpapp/script/report/ftp_report'
|
||||
WHERE desc_olo = 'DWH'
|
||||
/
|
||||
ALTER TABLE mnp_utenti
|
||||
MODIFY (base_report_user_dir DEFAULT '/mnpapp/script/report/')
|
||||
/
|
||||
UPDATE mnp_utenti
|
||||
SET base_report_user_dir='/mnpapp/script/report/'
|
||||
/
|
||||
UPDATE mnp_flussi_sistemi_interni
|
||||
SET path_file_in = '/mnpapp/gwmnp/FTPIN/'
|
||||
/
|
||||
commit
|
||||
/
|
||||
Reference in New Issue
Block a user