|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-01-29 07:53 UTC] ssb
[2010-11-09 04:28 UTC] aharvey@php.net
[2016-02-26 16:54 UTC] willfitch@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 02:00:01 2025 UTC |
I am not sure if this is a bug or if I am doing something, wrong. Here is the email that I previously sent to the email list: I am banging my head against the wall on this one. How do I need to set the environmental variables to connect to a remote Oracle machine? Note that the actual machine is behind a firewall, but I have a static IP route to it. I have already tried: PutEnv("ORACLE_HOME=/db/oracle7/"); PutEnv("ORACLE_SID=WG73"); PutEnv("WGSHOST=dbmachine.foo.com"); and: PutEnv("ORACLE_HOME=/db/oracle7/"); PutEnv("ORACLE_SID=WG73@dbmachine.foo.com"); and: PutEnv("ORACLE_HOME=/db/oracle7/"); PutEnv("ORACLE_SID=WG73_tcp_dbmachine.foo.com"); and: PutEnv("ORACLE_HOME=/db/oracle7/"); PutEnv("ORACLE_SID=WG73_tcp@dbmachine.foo.com"); but none seem to work. Thanks, Kenn Herman Assistant Technical Webmaster Sierra Online Services