636. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/23/2017 11:57:02 AM 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.

636.1 Files compared

# Location File Last Modified
1 OSCIF_CTT_v4_build 1 code..zip\rails_prisme\config oracle_database.yml Wed May 31 03:59:08 2017 UTC
2 OSCIF_CTT_v4_build 1 code.zip\rails_prisme\config oracle_database.yml Fri Jun 23 05:56:30 2017 UTC

636.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 82
Changed 3 12
Inserted 0 0
Removed 0 0

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

636.4 Active regular expressions

No regular expressions were active.

636.5 Comparison detail

  1   #drop all  oracle tab les and st art over:
  2   # select ' drop table  '||table_ name||' ca scade cons traints;'  from user_ tables;
  3   default: & default
  4   # see http s://github .com/jruby /activerec ord-jdbc-a dapter/iss ues/479 re garding st atement_es cape_proce ssing
  5   #  stateme nt_escape_ processing : true
  6   #  adapter : jdbc
  7   #  driver:  oracle.jd bc.driver. OracleDriv er
  8     adapter:  oracle_en hanced
  9     database : xe
  10     pool: 10 00
  11     reaping_ frequency:  10
  12   developmen t:
  13     <<: *def ault
  14     url: jdb c:oracle:t hin:@local host:1521: xe
  15       #url:  jdbc:oracl e:thin:@<h ostname>:< port>:<sid >
  16       #to as k oracle i t's sid:   select ins tance from  v$thread;
  17       username:  A I
  18       password:  AI
  19   test:
  20     <<: *def ault
  21     url: jdb c:oracle:t hin:@local host:1521: xe
  22        #url:  jdbc:orac le:thin:@< hostname>: <port>:<si d>
  23        #to a sk oracle  it's sid:   select in stance fro m v$thread ;
  24       username:  A I
  25       password:  AI
  26  
  27   production :
  28     <<: *def ault
  29     url: jdb c:oracle:t hin:@local host:1521: xe
  30         #url : jdbc:ora cle:thin:@ <hostname> :<port>:<s id>
  31         #to  ask oracle  it's sid:   select i nstance fr om v$threa d;
  32       username:  A I
  33       password:  AI
  34  
  35   # create a  user in o racle:
  36   #create us er rails_d evelopment
  37   #IDENTIFIE D BY rails ;
  38   #grant cre ate sessio n to rails _developme nt;
  39   #GRANT all  PRIVILEGE S to rails _developme nt;
  40  
  41   # to chang e your pas sword in d ev box
  42   # cd C:\wo rk\oracle\ oraclexe\a pp\oracle\ product\11 .2.0\serve r\bin
  43   # sqlplus  /nolog
  44   # SQL> con nect /as s ysdba
  45   # SQL> alt er user ra ils_develo pment iden tified by   "rails";
  46   # SQL> alt er user SY S identifi ed by  "ra ils";
  47   # ALTER US ER rails_d evelopment  IDENTIFIE D BY "rail s" ACCOUNT  UNLOCK;