NETWORK_DATASTORE Attributes
Use these attributes with the NETWORK_DATASTORE type during indexing, for text stored in files on the internet or in local file system files.
Table 7 NETWORK_DATASTORE Attributes
| Attribute | Attribute Value |
|---|---|
timeout |
Specify the time out value for all future HTTP requests that use the The default value is |
http_proxy |
Specify the fully qualified name of the host computer that serves as the HTTP proxy (gateway) for the computer on which Oracle Text is installed. You can optionally specify port number with a colon in the form You must set this attribute if the computer is in an intranet that requires authentication through a proxy server to access Web files located outside the firewall. For HTTP network connection, an ACL package is required so that the |
https_proxy |
Specify the fully qualified name of the host computer that serves as the HTTPS proxy (gateway) for the computer on which Oracle Text is installed. You can optionally specify port number with a colon in the form You must set this attribute if the computer is in an intranet that requires authentication through a proxy server to access Web files located outside the firewall. For HTTPS network connection, in addition to the ACL package, an Oracle wallet is also required. You can create an Oracle wallet using the To create an Oracle wallet using the To add a trusted certificate to an Oracle wallet, use the Use the |
no_proxy |
Specify a string of domains (up to sixteen, separated by commas) that are found in most, if not all, of the computers in your intranet. When one of the domains is encountered in a host name, no request is sent to the server(s) specified for For example, if the string us.example.com, uk.example.com is entered for |
Related Topics