![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
Previous | Next | Contents | Index | Glossary |
For example, in UNIX, use the following command to set http_proxy to a proxy server called www-proxy.yourcompany.com:80:
setenv http_proxy "http://www-proxy.yourcompany.com:80/"
If your Oracle Workflow database is a remote database, edit your Oracle Net8 listener.ora file to include the http_proxy environment variable in your SID description. For example, in the following SID description, http_proxy is set to www-proxy.yourcompany.com:80:
(SID_DESC=
(SID_NAME=V817)
(ORACLE_HOME=/oracle/app/oracle/product/8.1.7)
(ENVS='http_proxy=www-proxy.yourcompany.com:80')
)
Context: You need to perform this step only once.
Previous | Next | Contents | Index | Glossary |