Produced by Araxis Merge on 6/9/2017 3:50:01 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 | Fri Jun 9 19:50:01 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-db\src\main\resources\sql\production\2.4 | create_service_permission_table.sql | Wed Jun 7 05:15:36 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 46 |
| 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 | ---------- ---------- ---------- ---------- ---------- ------ | |||||
| 2 | -- DDL fo r Table SE RVICE_PERM ISSION | |||||
| 3 | ---------- ---------- ---------- ---------- ---------- ------ | |||||
| 4 | ||||||
| 5 | CREATE T ABLE "VAP" ."SERVICE_ PERMISSION " | |||||
| 6 | ( "S ERVICE_ID" NUMBER, | |||||
| 7 | "C N" VARCHAR 2(253 BYTE ), | |||||
| 8 | "N AME" VARCH AR2(256 BY TE), | |||||
| 9 | "E NABLED" NU MBER(1,0) | |||||
| 10 | ) SEGME NT CREATIO N IMMEDIAT E | |||||
| 11 | PCTFREE 10 PCTUSED 40 INITRA NS 1 MAXTR ANS 255 NO COMPRESS L OGGING | |||||
| 12 | STORAGE( INITIAL 65 536 NEXT 1 048576 MIN EXTENTS 1 MAXEXTENTS 214748364 5 | |||||
| 13 | PCTINCRE ASE 0 FREE LISTS 1 FR EELIST GRO UPS 1 BUFF ER_POOL DE FAULT FLAS H_CACHE DE FAULT CELL _FLASH_CAC HE DEFAULT ) | |||||
| 14 | TABLESPA CE "USERS" ; | |||||
| 15 | REM INSERT ING into V AP.SERVICE _PERMISSIO N | |||||
| 16 | SET DEFINE OFF; | |||||
| 17 | Insert int o VAP.SERV ICE_PERMIS SION (SERV ICE_ID,CN, NAME,ENABL ED) values (1,'*wild card*','Wi ldcard',1) ; | |||||
| 18 | ---------- ---------- ---------- ---------- ---------- ------ | |||||
| 19 | -- DDL fo r Index SE RVICE_PERM ISSION_PK | |||||
| 20 | ---------- ---------- ---------- ---------- ---------- ------ | |||||
| 21 | ||||||
| 22 | CREATE U NIQUE INDE X "VAP"."S ERVICE_PER MISSION_PK " ON "VAP" ."SERVICE_ PERMISSION " ("SERVIC E_ID") | |||||
| 23 | PCTFREE 10 INITRAN S 2 MAXTRA NS 255 COM PUTE STATI STICS | |||||
| 24 | STORAGE( INITIAL 65 536 NEXT 1 048576 MIN EXTENTS 1 MAXEXTENTS 214748364 5 | |||||
| 25 | PCTINCRE ASE 0 FREE LISTS 1 FR EELIST GRO UPS 1 BUFF ER_POOL DE FAULT FLAS H_CACHE DE FAULT CELL _FLASH_CAC HE DEFAULT ) | |||||
| 26 | TABLESPA CE "USERS" ; | |||||
| 27 | ---------- ---------- ---------- ---------- ---------- ------ | |||||
| 28 | -- Constr aints for Table SERV ICE_PERMIS SION | |||||
| 29 | ---------- ---------- ---------- ---------- ---------- ------ | |||||
| 30 | ||||||
| 31 | ALTER TA BLE "VAP". "SERVICE_P ERMISSION" ADD CONST RAINT "SER VICE_PERMI SSION_PK" PRIMARY KE Y ("SERVIC E_ID") | |||||
| 32 | USING IN DEX PCTFRE E 10 INITR ANS 2 MAXT RANS 255 C OMPUTE STA TISTICS | |||||
| 33 | STORAGE( INITIAL 65 536 NEXT 1 048576 MIN EXTENTS 1 MAXEXTENTS 214748364 5 | |||||
| 34 | PCTINCRE ASE 0 FREE LISTS 1 FR EELIST GRO UPS 1 BUFF ER_POOL DE FAULT FLAS H_CACHE DE FAULT CELL _FLASH_CAC HE DEFAULT ) | |||||
| 35 | TABLESPA CE "USERS" ENABLE; | |||||
| 36 | ALTER TA BLE "VAP". "SERVICE_P ERMISSION" MODIFY (" ENABLED" N OT NULL EN ABLE); | |||||
| 37 | ALTER TA BLE "VAP". "SERVICE_P ERMISSION" MODIFY (" NAME" NOT NULL ENABL E); | |||||
| 38 | ALTER TA BLE "VAP". "SERVICE_P ERMISSION" MODIFY (" CN" NOT NU LL ENABLE) ; | |||||
| 39 | ALTER TA BLE "VAP". "SERVICE_P ERMISSION" MODIFY (" SERVICE_ID " NOT NULL ENABLE); | |||||
| 40 | ||||||
| 41 | CREATE SE QUENCE VAP .SERVICE_P ERMISSION_ SEQ MINVAL UE 2 MAXVA LUE 999999 9999999999 9999999999 9999999999 9 INCREMEN T BY 1 STA RT WITH 10 0 CACHE 20 NOORDER; | |||||
| 42 | CREATE OR REPLACE S YNONYM VAP _APP.SERVI CE_PERMISS ION_SEQ FO R VAP.SERV ICE_PERMIS SION_SEQ; | |||||
| 43 | CREATE OR REPLACE SY NONYM VAP_ APP.SERVIC E_PERMISSI ON FOR VAP .SERVICE_P ERMISSION; | |||||
| 44 | GRANT SELE CT ON VAP. SERVICE_PE RMISSION T O VAP_USER ; | |||||
| 45 | GRANT SELE CT ON VAP. SERVICE_PE RMISSION_S EQ TO VAP_ USER; | |||||
| 46 | GRANT SELE CT ON VAP. SERVICE_PE RMISSION T O VAP_READ ; |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.