Aliases File and Project Schema Script
For every entity, property, or state machine whose database identifier name exceeds the database maximum length, a table name entry is created in the generated
yourname.aliases
file (for example,
acme.aliases
).
See Ontology Identifiers that Exceed the DBMS Maximum Column Length for more information, and for an alternative way to specify short table names.
It’s a good idea to check the aliases file for entries, even if the TIBCO BusinessEvents names are not very long. The length of the generated database table names is not easy to predict.
Optionally, you can edit the file to provide more meaningful names.
Key word mapping file
Entries in the key word mapping file are also added to the aliases file so you can replace the key word aliases with project-specific ones, as desired (generally in a second pass). For details see Step 3 If Needed - Map Key (Reserved) Words to Aliases.