237. EPMO Open Source Coordination Office Redaction File Detail Report

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.

237.1 Files compared

# 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 README.txt Fri Jan 27 13:59:26 2017 UTC

237.2 Comparison summary

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

237.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

237.4 Active regular expressions

No regular expressions were active.

237.5 Comparison detail

        1   1) The scr ipts in th e installa tion_scrip ts directo ry create  all the sc hema objec ts for the  eRx syste m.
        2  
        3   2) The scr ipts assum e the pres ence of an  erx schem a in the d atabase.   The CREATE _ERX_USER. sql script
        4   is provide d to creat e the erx  user/schem a if not p resent. 
        5  
        6  
        7   3) In orde r to run t he create  erx user s cript, the  'SERVICE_ ACCOUNT_PR OFILE' pro file and E RX_DATA ta blespace
        8    must be c reated.
        9  
        10   for exampl e:  CREATE  PROFILE S ERVICE_ACC OUNT_PROFI LE LIMIT 
        11      SESSION S_PER_USER            UNLIMITED 
        12      CPU_PER _SESSION              UNLIMITED;
        13      
        14   for exampl e: create  tablespace  ERX_DATA  datafile ' C:\oraclex e\app\orac le\oradata \XE\erx01. dbf'
        15    size 32m  autoextend
        16    on next 3 2m maxsize  2048m ext ent manage ment local
        17    
        18  
        19   4) The CRE ATE_ERX_SC HEMA_OBJEC TS.sql scr ipt will c reate all  the erx ow ned schema  objects a nd can be  run by the  erx user  or sys/sys tem user.
        20  
        21   5) After s ucessfulll  erx schem a creation . Run the  following  scripts as  sys/syste m/dba user :
        22    CREATE_ER X_ROLES.sq l, CREATE_ PUBLIC_SYN ONYMS.sql,  GRANT_ROL E_PRIVS.sq l  
        23    
        24   6) Next pr oceed to l oad data i nto tables  using pro vided scri pts. 
        25  
        26   5) Note fo r installa tion in a  Developmen t Oracle X E.  If you  are using  a develop ment insta ll of Orac le XE run  the follow ing comman d as SYS u ser to wor k around a  
        27   limitation  of the XE  version o f Oracle.  The table  creates wi th the XML TYPE will  fail witho ut setting  the syste m
        28   property d b_securefi le to IGNO RE.  It sh ouldn’t be  an issue  in the EE  version us ed on the  VA servers .
        29  
        30   Alter syst em set db_ securefile  = ‘IGNORE ’;