8652. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/8/2018 10:15:39 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

8652.1 Files compared

# Location File Last Modified
1 PRE_PPS-N_v3.0.1.zip\vaausppsapp91\sql PPSNEPL_EPL_NATIONAL_SETTINGS_APP91-RTC161179.sql Fri Jan 12 15:42:22 2018 UTC
2 PRE_PPS-N_v3.0.1.zip\vaausppsapp91\sql PPSNEPL_EPL_NATIONAL_SETTINGS_APP91-RTC161179.sql Tue Mar 6 01:35:19 2018 UTC

8652.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 112
Changed 1 2
Inserted 0 0
Removed 0 0

8652.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

8652.4 Active regular expressions

No regular expressions were active.

8652.5 Comparison detail

  1   /* Set dir ectory for  pending a nd approve d update f iles */
  2  
  3   UPDATE epl _national_ settings
  4   SET string _value = ' home/presf tp/pps-n/t estsqa/app 91/pending /'
  5   WHERE key_ name = 'ND F_OUTPUT_T ST_DIRECTO RY';
  6  
  7  
  8   UPDATE epl _national_ settings
  9   SET string _value = ' home/presf tp/pps-n/t estsqa/app 91/approve d/'
  10   WHERE key_ name = 'ND F_OUTPUT_P ROD_DIRECT ORY';
  11  
  12   UPDATE epl _national_ settings
  13   SET string _value = ' /u01/app/O racleHome/ user_proje cts/domain s/pps_sqa1 /tmp/'
  14   WHERE key_ name = 'ND F_OUTPUT_F ILE_DIRECT ORY';
  15  
  16   INSERT INT O EPL_NATI ONAL_SETTI NGS 
  17          (ID , KEY_NAME , STRING_V ALUE, CREA TED_BY, CR EATED_DTM)
  18   VALUES ((s elect max( ID) from E PL_NATIONA L_SETTINGS ) + 1,
  19           'N DF_OUTPUT_ TST_REJECT ED_DIRECTO RY',
  20           '/ home/presf tp/pps-n/t estsqa/app 91/rejecte d/',
  21           'D EVELOPER',
  22           (S ELECT CURR ENT_TIMEST AMP FROM D UAL));
  23  
  24   INSERT INT O EPL_NATI ONAL_SETTI NGS 
  25          (ID , KEY_NAME , STRING_V ALUE, CREA TED_BY, CR EATED_DTM)
  26   VALUES ((s elect max( ID) from E PL_NATIONA L_SETTINGS ) + 1,
  27           'N DF_OUTPUT_ TST_REJECT ED_HOSTNAM E',
  28           'D NS.URL',
  29           'D EVELOPER',
  30           (S ELECT CURR ENT_TIMEST AMP FROM D UAL));
  31  
  32          
  33   INSERT INT O EPL_NATI ONAL_SETTI NGS 
  34          (ID , KEY_NAME , STRING_V ALUE, CREA TED_BY, CR EATED_DTM)
  35   VALUES ((s elect max( ID) from E PL_NATIONA L_SETTINGS ) + 1,
  36           'N DF_OUTPUT_ TST_REJECT ED_PASSWOR D',
  37           'I m@g!N3',
  38           'D EVELOPER',
  39           (S ELECT CURR ENT_TIMEST AMP FROM D UAL));
  40           
  41   INSERT INT O EPL_NATI ONAL_SETTI NGS 
  42          (ID , KEY_NAME , STRING_V ALUE, CREA TED_BY, CR EATED_DTM)
  43   VALUES ((s elect max( ID) from E PL_NATIONA L_SETTINGS ) + 1,
  44           'N DF_OUTPUT_ TST_REJECT ED_PORT',
  45           '2 2',
  46           'D EVELOPER',
  47           (S ELECT CURR ENT_TIMEST AMP FROM D UAL));
  48           
  49   INSERT INT O EPL_NATI ONAL_SETTI NGS 
  50          (ID , KEY_NAME , STRING_V ALUE, CREA TED_BY, CR EATED_DTM)
  51   VALUES ((s elect max( ID) from E PL_NATIONA L_SETTINGS ) + 1,
  52           'N DF_OUTPUT_ TST_REJECT ED_USERNAM E',
  53           'p resftp',
  54           'D EVELOPER',
  55           (S ELECT CURR ENT_TIMEST AMP FROM D UAL));
  56           
  57   commit;