Plsqltransfermode, Plsqluploadaslongraw, Set to – Oracle B12255-01 User Manual

Page 118

Advertising
background image

mod_plsql

7-48

Oracle HTTP Server Administrator’s Guide

An older value of stateful=STATELESS_PRESERVE corresponds to
PlsqlSessionStateManagement

StatelessWithPreservePackageState

.

mod_plsql

does not support stateful mode of operation. To equip PL/SQL

applications with stateful behavior, save state in cookies and/or in the database.

PlsqlTransferMode

Specifies the transfer mode for data from the database back to

mod_plsql

. Most applications use the default value of CHAR.

Notes:

This parameter only needs to be changed to enable sending back responses in
different character sets from the same DAD. In such a case, the CHAR mode is
useless, since it always converts the response data from the database character
set to the mod_plsql character set.

In older versions of the product, RAW transfer mode was not supported.

PlsqlUploadAsLongRaw

Specifies the extensions to be uploaded as LONGRAW data

type, as opposed to using the default BLOB data type. The default can be overridden
by specifying multi-line directives of file extensions for field. A value of '*' in this
field causes all documents to be uploaded as LONGRAW.

Category

Value

Syntax

PlsqlTransferMode CHAR/RAW

Default

CHAR

Example

PlsqlTransferMode CHAR

Category

Value

Syntax

PlsqlUploadAsLongRaw string multiline

Default

None

Example

PlsqlUploadAsLongRaw jpg

, PlsqlUploadAsLongRaw gif

Advertising