]> begriffs open source - ai-pg/blob - full-docs/txt/ecpg-oracle-compat.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / ecpg-oracle-compat.txt
1
2 34.16. Oracle Compatibility Mode #
3
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.
6
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