Load Schema (Linux)
Under Linux the DICTIONARY location in the sample.odl should be at 'Sample.dev'
$ ODL ImportSample.odl -R -C
The load protocol is written to console as shown in the example below.
ImportSample.odl refers to the location where the odl-file has been stored. The options -R and -C are suggested in order to check the schema after being imported and mark data types as checked and ready.
2010-09-23 21:02:33 - Running ODL with:
ini-file: ImportSample.odl
script file:
Options used: -C: -R:
New database created at '/var/lib/odaba/Sample.dev'
... checking all persistent structures
Address ... checking structure
Address...checked successfully
Car ... checking structure
Car...checked successfully
Company ... checking structure
Company...checked successfully
Employee ... checking structure
Employee...checked successfully
Person ... checking structure
Person...checked successfully
... checking all extent definitions
Company ... checking extent
Company... checked successfully
Employee ... checking extent
Employee... checked successfully
Persons ... checking extent
Persons... checked successfully
... setting version number for all structures

