On Thu, Feb 15, 2001 at 06:43:41PM -0600, Richard Lynch wrote:
> ----- Original Message -----
> From: Kristofer Widholm <[EMAIL PROTECTED]>
> Newsgroups: php.general
> Sent: Tuesday, February 13, 2001 5:29 PM
> Subject: [PHP] Still can't talk to the Oracle
> 
> 
> > I'm setting up a back end production system for a television show,
> > and have been given space on a development server with PHP 4 and
> > Oracle support compiled in (but not the OCI libraries). The Oracle
> > admin have given me my user name (let's say ora_user), a TNS name
> > (tns_name), and a password (ora_pass).
> >
> > So I write code as follows...
> 
> You may need to set ORACLE_HOME etc in PHP's environment:
> 
> SetEnv("ORACLE_HOME=/path/to/oracle/home/dir");
> SetEnv("ORACLE_GOD_KNOWS_WHAT_ELSE=/oracle/changes/it/every/release");

    it is highly recommented to set _all_ oracle related
    env-vars _before_ you start apache and _not_ in you script!

    tc

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to