Plsqldocumentpath, Plsqldocumentprocedure – Oracle B12255-01 User Manual

Page 109

Advertising
background image

mod_plsql

Oracle HTTP Server Modules

7-39

PlsqlDocumentPath

Specifies a virtual path in the URL that initiates document

download form the document table. For example, if this parameter is set to docs,
then the following URLs will start the document downloading process for URLs of
the format:

/pls/dad/docs

/pls/plsqlapp/docs

Notes:

Omit this parameter for applications that do not perform document uploads or
downloads.

In older versions of the product, this parameter was called document_path.

PlsqlDocumentProcedure

Specifies the procedure to call when a document

download is initiated. This procedure is called to process the download.

Category

Value

Syntax

PlsqlDocumentPath string

Default

docs

Example

PlsqlDocumentPath docs

See Also:

Oracle HTTP Server mod_plsql User’s Guide

Category

Value

Syntax

PlsqlDocumentProcedure string

Default

None

Example

PlsqlDocumentProcedure portal.wwdoc_process.process_
download

Advertising