OMOP
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview of CRC Data Installation

The crcdata tables are part of the Data Repository (CRC) Cell. The following outlines the steps that will be taken during the crcdata installation.indent

Level1

Step 1: 

Change

 Change your working directory

indent
Level1

Step 2:   Configure the database properties for the crcdata 

indent
Level1

Step 3:   Create the crcdata tables, indexes and sequences

indent
Level1

Step 4:   Create the stored procedures

indent
Level1

Step 5:   Load sample data into the tables

indent
Level1

Step 6:   Create the OMOP views

 

Step 1: Change Working Directory

During the CRC Data Installation we will be working with the crcdata directory. Within this directory are the files we will be editing to define the database properties, create the crcdata tables and load the sample data provided with the i2b2 on OMOP data package.


To change your working directory to the crcdata directory enter the following command:

 

Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
borderStylesolid
titleChange Directory Command

indent
Level1

CD YOUR_I2B2_DATA_DIR\edu.harvard.i2b2.data\Release_1-7\NewInstall\Crcdatai2b2_omop_data\{oracle|sqlserver}\CRCdata

Excerpt
Note
titleImportant

The change directory command shown above is written for Windows. The command itself is the same for both Linux and Windows with the only exceptions being the slashes in the path name and Linux does not include the "drive".

  • Linux Path: use a forward slash.
  • Windows Path: use a backward slash.


EXAMPLES:
indent
Level2

Windows Command:  CD C:\opt\data\edu.harvard.i2b2.data\Release_1-7\NewInstall\Crcdatai2b2_omop_data\oracle\CRCdata

indent
Level2

Linux Command:  CD /opt/data/edu.harvard.i2b2.data/Release_1-7/NewInstall/Crcdatai2b2_omop_data/oracle/CRCdata