apache

mark m.roth2006 at rcn.com
Tue Aug 26 12:42:58 UTC 2008


Mad Unix wrote:
> How can I pass the following Oracle 10g variables to my apache?
> 
> ORACLE_BASE=/u01/oracle
> ORACLE_HOME=/u01/oracle/10g
> ORACLE_SID=king
> LD_LIBRARY_PATH=$ORACLE_HOME/lib
> LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32
<snip>
a) . oraenv
b) . env_file
c) in httpd.conf or ssl.conf,
    SetEnv ORACLE_HOME /u01/oracle/10g
   etc.

	mark




More information about the redhat-list mailing list