2014-10-14 20:57:36 +00:00
|
|
|
Common-Data-Model / Oracle
|
2014-10-14 20:27:53 +00:00
|
|
|
=================
|
|
|
|
|
2014-10-14 20:57:36 +00:00
|
|
|
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.
|
|
|
|
|
2017-06-04 18:14:57 +00:00
|
|
|
2. Execute the script `CDM V4 ddl.sql` to create the tables and fields.
|
2014-10-14 20:57:36 +00:00
|
|
|
|
2017-06-04 18:14:57 +00:00
|
|
|
3. Load your data into the schema using the loading scripts in VocabImport
|
2014-10-14 20:57:36 +00:00
|
|
|
|
2017-06-04 18:14:57 +00:00
|
|
|
Note: you could also apply the constraints and the indexes after loading the data, this will speed up the insertion of the data considerably.
|