|
From: <jjh...@vb...> - 2005-01-09 12:35:27
|
Sucheta,
You need to set following environment variables in your httpd.conf.
Assuming that you are using cgi-bin directory, you http.conf entry should
look something like this:
<Directory "/usr/local/apache2/cgi-bin">
AllowOverride AuthConfig
Options None
Order allow,deny
Allow from all
SetEnv ORACLE_BASE /home/oracle
SetEnv ORACLE_HOME /home/oracle/OraHome1
SetEnv ORACLE_SID GUS
SetEnv NSL_LANG AMERICAN_AMERICA.US7ASCII
</Directory>
>
> Hi,
>
> I know its no longer supported, but I will appreciate if anyone can tell
> me how to solve this problem.
>
> I am using the WDK classic , things seem to be OK. But for the graphics,
> @SCRIPT_DIR@ scripts don't work. In the error_log file I get error saying:
>
> check ORACLE_HOME NLS setting etc.
>
> Eventhough I have set the $ORACLE_HOME environment variable correctly
>
> Any ideas?
>
> many thanks
>
> Sucheta
>
>
> --
> Sucheta Tripathy
> Virginia Bioinformatics Institute Phase-I
> Washington street.
> Virginia Tech.
> Blacksburg,VA 24061-0447
> phone:(540)231-8138
> Fax: (540) 231-2606
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Gusdev-gusdev mailing list
> Gus...@li...
> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev
>
|