Produced by Araxis Merge on 4/27/2017 3:14:12 PM Eastern Daylight 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 | Thu Apr 27 19:14:12 2017 UTC | ||
| 2 | PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_DataMgmt\target\PS_INB_ERX_DataMgmt-1.0.2.010-zipfile.zip\INB_ERX2.0\DDL\installation_scripts | OUTBOUND_NCPDP_MSG.sql | Thu Apr 27 02:48:49 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 39 |
| 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 | DROP TABLE ERX.OUTBO UND_NCPDP_ MSG CASCAD E CONSTRAI NTS ; | |||||
| 2 | ||||||
| 3 | CREATE TAB LE ERX.OUT BOUND_NCPD P_MSG | |||||
| 4 | ( | |||||
| 5 | OUTBOU ND_NCPDP_M SG_ID NUMB ER NOT NUL L , | |||||
| 6 | MESSAG E_ID VARC HAR2 (35) , | |||||
| 7 | REL_TO _MESSAGE_I D VARC HAR2 (35) , | |||||
| 8 | MESSAG E_TYPE VARC HAR2 (35) , | |||||
| 9 | MESSAG E XMLTYPE , | |||||
| 10 | VISTA_ MESSAGE CL OB , | |||||
| 11 | PHARMA CY_ID N UMBER DEFA ULT 0 NOT NULL , | |||||
| 12 | MESSAG E_STATUS V ARCHAR2 (4 ) DEFAULT '0000' NOT NULL , | |||||
| 13 | RECEIV ED_DATE D ATE , | |||||
| 14 | UPDATE D_DATE D ATE , | |||||
| 15 | CREATE D_DATE D ATE | |||||
| 16 | ) | |||||
| 17 | LOGGING LOB | |||||
| 18 | ( | |||||
| 19 | VISTA_ MESSAGE | |||||
| 20 | ) | |||||
| 21 | STORE AS | |||||
| 22 | ( | |||||
| 23 | STORAG E ( PCTINC REASE 0 MI NEXTENTS 1 MAXEXTENT S UNLIMITE D FREELIST S 1 BUFFER _POOL DEFA ULT ) CHUN K 8192 RET ENTION ENA BLE STORAG E IN ROW N OCACHE LOG GING | |||||
| 24 | ) | |||||
| 25 | XMLTYPE COLUMN MES SAGE STORE AS BINARY XML | |||||
| 26 | ( | |||||
| 27 | STORAG E ( PCTINC REASE 0 MI NEXTENTS 1 MAXEXTENT S UNLIMITE D FREELIST S 1 BUFFER _POOL DEFA ULT ) RETE NTION ENAB LE STORAGE IN ROW NO CACHE | |||||
| 28 | ) | |||||
| 29 | ALLOW NO NSCHEMA ; | |||||
| 30 | CREATE UNI QUE INDEX ERX.OB_NCP DP_MSG_ID_ IDX ON ERX .OUTBOUND_ NCPDP_MSG | |||||
| 31 | ( | |||||
| 32 | OUTBOU ND_NCPDP_M SG_ID ASC | |||||
| 33 | ) | |||||
| 34 | LOGGING ; | |||||
| 35 | CREATE I NDEX ERX.O B_NCPDP_MS G_PHARMACY _ID_IDX ON ERX.OUTBO UND_NCPDP_ MSG | |||||
| 36 | ( | |||||
| 37 | PHAR MACY_ID AS C | |||||
| 38 | ) | |||||
| 39 | LOGGIN G ; |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.