[ORACLE]
sequence_format=SEQ_%s
This option controls the name of the Oracle Sequence onject used to implement autoinc(). The name is constructed by replacing %s with the appropriate name table. For example if you specify sequence_format=%s_SEQ the sequence object used to autoincrement the CUSTOMER table would CUSTOMER_SEQ. Some third party software may expect the sequence object to have a particular name.