Plsqlpathalias, Plsqlpathaliasprocedure – Oracle B12255-01 User Manual

Page 115

Advertising
background image

mod_plsql

Oracle HTTP Server Modules

7-45

Notes:

Most applications have

PlsqlTransferMode

set to CHAR which means that

the character set in

PlsqlNLSLanguage

needs to match the character set of the

database. In one special case, where the database and mod_plsql are both
using fixed-size character sets, and the character set width matches, the
character set can be different. The response character set is always the mod_
plsql

character set.

If PlsqlTransferMode is set to RAW, then this parameter can be ignored.

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

PlsqlPathAlias

Specifies a virtual path alias to map to a procedure call. This is

application specific.

Notes:

For applications that do not use path aliasing,this parameter may be omitted.

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

PlsqlPathAliasProcedure

Specifies the procedure to call when the virtual path in

the URL matches the path alias as configured by

PlsqlPathAlias

.

Category

Value

Syntax

PlsqlPathAlias string

Default

None

Example

PlsqlPathAlias url

See Also:

Oracle HTTP Server mod_plsql User’s Guide for more

details about path aliasing functionality.

Category

Value

Syntax

PlsqlPathAliasProcedure string

Default

None

Example

PlsqlPathAliasProcedure portal.wwpth_api_
alias.process_download

Advertising