Produced by Araxis Merge on 11/9/2017 4:31:06 PM Central 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.
# | Location | File | Last Modified |
---|---|---|---|
1 | PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\vaausppsapp91\sql | PPSNEPL_EPL_NATIONAL_SETTINGS_APP91-RTC161179.sql | Thu Nov 9 15:10:40 2017 UTC |
2 | PPS-N_B397.zip\PPS-N_B397\PPS-N_B397\vaausppsapp91\sql | PPSNEPL_EPL_NATIONAL_SETTINGS_APP91-RTC161179.sql | Thu Nov 9 22:04:28 2017 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 7 | 102 |
Changed | 6 | 12 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
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 |
No regular expressions were active.
1 | /* Set dir ectory for pending a nd approve d update f iles */ | |
2 | ||
3 | UPDATE epl _national_ settings | |
4 | SET string _value = ' home/ SERVER /pps-n/tes tsqa/app91 /pending/' | |
5 | WHERE key_ name = 'ND F_OUTPUT_T ST_DIRECTO RY'; | |
6 | ||
7 | ||
8 | UPDATE epl _national_ settings | |
9 | SET string _value = ' home/ SERVER /pps-n/tes tsqa/app91 /approved/ ' | |
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/ SERVER /pps-n/tes tsqa/app91 /rejected/ ', | |
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 | 'R EDACTED', | |
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 | ' PW ', | |
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 | ' PW ', | |
54 | 'D EVELOPER', | |
55 | (S ELECT CURR ENT_TIMEST AMP FROM D UAL)); | |
56 | ||
57 | commit; |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.