2 34.16. Oracle Compatibility Mode #
4 ecpg can be run in a so-called Oracle compatibility mode. If this mode
5 is active, it tries to behave as if it were Oracle Pro*C.
7 Specifically, this mode changes ecpg in three ways:
8 * Pad character arrays receiving character string types with trailing
9 spaces to the specified length
10 * Zero byte terminate these character arrays, and set the indicator
11 variable if truncation occurs
12 * Set the null indicator to -1 when character arrays receive empty
13 character string types