OMOP/Version4/Oracle
leeevans 00434c3dde created CDM version 4 Oracle ctl files and batch file 2015-03-19 19:26:39 -04:00
..
VocabImport created CDM version 4 Oracle ctl files and batch file 2015-03-19 19:26:39 -04:00
CDM V4 DDL.sql DLL V4 2015-03-19 00:33:07 -04:00
README.md Add readme files 2015-03-19 00:37:16 -04:00

README.md

Common-Data-Model / Oracle

This folder contains the SQL scripts for Oracle.

In order to create your instantiation of the Common Data Model, we recommend following these steps:

  1. Create an empty schema.

  2. Execute the script CDM V4 ddl.sql to create the tables and fields.

  3. Load your data into the schema using the loading scripts in VocabImport

Note: you could also apply the constraints and the indexes after loading the data, this will speed up the insertion of the data considerably.