bool_as_char

[ORACLE]
bool_as_char=0

In AUXORACL boolean fields on the DP4 database are assumed to be implemented on the Oracle database as numbers that can only take the value 0 or 1. If this option is set to 1 they are assumed to be implemented as character fields that can take the value N or Y (N and Y are hardcoded). This may make it easier to do certain types of import/export operation.