Step 1: Change Working Directory
During the Work Data Installation we will be working with the workdata directory. Within this directory are the files you will be editing to define the database properties, create the workdata tables and load the sample data provided with the i2b2 on OMOP data package.
Working directory for workdata: YOUR_I2B2_OMOP_DATA_DIR\i2b2_omop_data\{oracle|sqlserver}\workdata
How to Change Directories
cd YOUR_I2B2_OMOP_DATA_DIR\i2b2_omop_data\{oracle|sqlserver}\workdata
Make sure you replace the following when entering the above command:
- YOUR_I2B2_OMOP_DATA_DIR is the location where you unzipped the i2b2 omop data package.
- oracle|sqlserver is the type of database management system used for your CDM database.
Important
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".
EXAMPLES:
Linux Command: CD /opt/data/i2b2_omop_data/oracle/workdata
Windows Command: CD C:\opt\data\i2b2_omop_data\oracle\workdata