Corporation Server User Manual

mod_plsql
7-40 Oracle HTTP Server Administrator’s Guide
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_proc.
PlsqlDocumentTablename Specifies the table in the database to which all
documents are uploaded.
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_table.
PlsqlErrorStyle Specifies the Error Reporting Mode for mod_plsql errors. This
parameter accepts the following values:
ApacheStyle: This is the default mode. In this mode, mod_plsql indicates to
Oracle HTTP Server the HTTP error that was encountered. Oracle HTTP Server
then generates the error page. This can be used with the Oracle HTTP Server
ErrorDocument directive to produce customized error messages.
ModplsqlStyle: mod_plsql generates the error pages, usually a short message
indicating the PL/SQL error that was encountered and PL/SQL exception
stack, if any. For example:
scott.foo PROCEDURE NOT FOUND
See Also: Oracle HTTP Server mod_plsql Users Guide
Category Value
Syntax PlsqlDocumentTablename string
Default None
Example PlsqlDocumentTablename myschema.document_table
See Also: Oracle HTTP Server mod_plsql Users Guide