All table names created by TIBCO BusinessWorks begin with APPLICATION_NAME_
random number. You can alter the storage parameters for these tables if you desire, but the table names and column definitions must remain the same.
In these scripts TABLE_NAME_PREFIX and
ENGINE_NAME_MAX_LENGTH are placed in the SQL code as placeholders. The
TABLE_NAME_PREFIX is determined by default at deployment time (see
Database Table Names for a description of how the table name prefix is determined). You can obtain this prefix by locating the Database.Tablename.Prefix property in the deployment configuration file and substituting its value where required in the template SQL script.
ENGINE_NAME_MAX_LENGTH is 128, so supply that value instead of the placeholder in the SQL script.