ORAAltPassword ORACacheDirectory OraDAV Configuration Parameters

Configuring mod_oradav 9-9 ORAContainerName parameter specifies the name of the container to use for the location. The value for this parameter is a character string, up to 20 characters. For example, Locationproject1.

9.2.1.10 ORAException

Writes PLSQL stack dumps in the Oracle HTTP Server log file, error_log, in the event of an exception in the PLSQL package. The values are RAISE or NORAISE. Default value is NORAISE.

9.2.1.11 ORAGetSource

Applies only to file system access. It specifies one or more file extensions to identify types of files that are not to be run, but rather opened for editing. Include periods . with the file extension and use a comma to separate file extensions. The value for this parameter is enclosed within double quotation marks. For example: .htm, .html, .jsp1, .jsp2 The ORAGetSource parameter lets you open files for editing that are usually run as a result of a GET operation.

9.2.1.12 ORALockExpirationPad

Intended to be used in high-latency network environments to adjust the refresh lock behavior in Microsoft Office. Microsoft Office attempts to refresh locks on DAV resources just before the lock is set to expire. If there is network congestion between the Microsoft Office client and the DAV server, the refresh request might arrive after the lock has expired. The value is the number of seconds. The default value is 0. OraDAV periodically looks for locks on resources that have expired and deletes those locks. The ORALockExpirationPad parameter can be used to provide some additional time between when a lock expires and when that lock is deleted. For example, if ORALockExpirationPad is set to 120, OraDAV does not actually delete locks for at least two minutes after the expiration time.

9.2.1.13 ORAPackageName

Identifies the OraDAV driver implementation that is to be called when issuing OraDAV commands. The default is the OraDAV driver, which is the ORDSYS.DAV_ API_DRIVER package.

9.2.1.14 ORAPassword

Specifies the password for the user specified by the ORAUser parameter. If you do not want to specify the password as an unencoded text string with the ORAPassword parameter, you can specify the password as a base-64 encoded string with the ORAAltPassword parameter. Note: Although this parameter is useful for debugging purposes, it can use a large amount of disk space and can slow the performance of your system. Note: The .jsp and .sqljsp files are by default opened for editing; you do not need to specify them in the ORAGetSource parameter.