PlsqlTransferMode

Specifies the transfer mode for data from the database back to mod_plsql. Most applications use the default value of Char

Syntax:
PlsqlTransferMode Char
PlsqlTransferMode Raw
Default:
Char
Example:
PlsqlTransferMode Char

Tips for PlsqlTransferMode

The only time this parameter will be tweaked is when you want to enable sending back responses in different character sets from the same DAD. In such a case, the Char mode is useless since it will always convert the response data from the database character set to the mod_plsql character set

In older versions, Raw transfer mode was not supported