ORACacheTotalSize ORAConnect ORAConnectSN OraDAV Configuration Parameters

9-10 Oracle Fusion Middleware Administrators Guide for Oracle HTTP Server

9.2.1.15 ORARootPrefix

Specifies the directory within the database repository to use as the root. If this parameter is specified, WebDAV clients see this directory as the root and are not be able to see the repository directories that lead up to it. Do not include a trailing slash in the value. In Example 9–5 , assume that the database repository contains the directory firstsecondthirdfourth. Example 9–5 ORARootPrefix Parameter DAVParam ORARootPrefix firstsecond WebDAV clients can view the third directory and can navigate to the thirdfourth directory, but will not be able to view or navigate to the first or firstsecond directories.

9.2.1.16 ORAService

Specifies the Oracle database to connect to. The specified value must match a SID value in the tnsnames.ora file. To connect to an Oracle database, you must specify one, and no more than one, of the parameters ORAConnect , ORAConnectSN , or ORAService. To connect to a database that is not included in the tnsnames.ora file, use the ORAConnect or ORAConnectSN parameter.

9.2.1.17 ORATraceEvents

Specifies the types of events to be recorded in the Oracle HTTP Server error log for debugging. The value for this parameter is one of the following: ■ getsource: traces GET activity against the file system ■ hreftoutf8: traces the HREF conversion from the native character set to UTF-8 ■ request: traces DAV requests, responses, and status values handled by mod_ oradav

9.2.1.18 ORATraceLevel

Specifies the level of debugging trace statements that will be entered in the Oracle HTTP Server error log. The lowest level is 0 the default, which performs no tracing. The highest level is 4, which performs maximum tracing. The value for this parameter is an integer between 0 and 4. The higher the number for the debugging level, the more information is written to the error log file. 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: Although setting this parameter to a high number is useful for debugging purposes, it can use a large amount of disk space and can slow the performance of your system.