Ontology Identifiers that Use Database Key Words
As well as database names that are too long, ontology terms that are key (reserved) words in your DBMS product must also be mapped to an alias. If errors occur when you run the SQL scripts due to key word clashes, examine the errors and add the appropriate words to the key word mapping file.
A provided file (BE_HOME/bin/dbkeywordmap.xml) ships with some basic mappings: start, end, schema, mode, and index. You can use it as a model.
Unlike the Aliases file, the key word mapping file is not a project-specific file. It is intended to be generally useful across different projects. However, keyword mappings are also added to the aliases file when you run the SQL scripts, so you can also provide project-specific aliases for the generic mappings, if you want to.
The procedures are explained in the task sections within the section Initializing the Database and Generate Non-Project Tables.