OMOP/Oracle
clairblacketer ef406910e9 Trivial doc change
Closing #13
2017-06-09 09:05:51 -04:00
..
VocabImport Moved files to branch that are only related to OMOP CDM v4 or the conversion of v4 to v5 2017-06-04 14:14:57 -04:00
CDM V4 DDL.sql Trivial doc change 2017-06-09 09:05:51 -04:00
README.md Moved files to branch that are only related to OMOP CDM v4 or the conversion of v4 to v5 2017-06-04 14:14:57 -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.