Re: [PHP-DB] Connecting to Oracle DB on another server

2004-06-15 Thread Christopher Jones
es using the Oracle // Network Manager. Roy A. Jones US Pharma Database Administration GlaxoSmithKline Inc. US Pharma IT, Shared Services Email: [EMAIL PROTECTED] "Beni Buess" <[EMAIL PROTECTED]> 15-Jun-2004 10:14 To [EMAIL PROTECTED] cc Subject [PHP-DB] Connecting to Or

Re: [PHP-DB] Connecting to Oracle DB on another server

2004-06-15 Thread roy . a . jones
Administration GlaxoSmithKline Inc. US Pharma IT, Shared Services Email: [EMAIL PROTECTED] "Beni Buess" <[EMAIL PROTECTED]> 15-Jun-2004 10:14 To [EMAIL PROTECTED] cc Subject [PHP-DB] Connecting to Oracle DB on antother server Hi, I'm trying to connect to an oracle

[PHP-DB] Connecting to Oracle DB on antother server

2004-06-15 Thread Beni Buess
Hi, I'm trying to connect to an oracle database which is itself on antother server than php is running. on the php machine is an oracle client succesfully installed. i've tried the different functions to connect to oracle: ociplogon('user','pass'); as well as ocinlogon, both with and without the op

Re: [PHP-DB] Connecting to Oracle

2001-03-13 Thread Paul
Joe, I have had some tough problems changing SIDs in oracle via PHP. If your tnsnames.ora file correctly defines the SID, you may not need to declare it again via PHP. if you run phpinfo(), see if these values are already defined, and then try to connect with default values... -- ""Joe Brown"

Re: [PHP-DB] Connecting to Oracle

2001-03-13 Thread Joe Brown
I'm not looking forward to this... Due to circumstances beyond my control, I will be forced into a similar configuration soon. Try putenv("ORACLE_SID=WKDS.world"); If your sqlnet.ora does does not specify .world as the default domain, then that may be the problem. Was your TNSNAMES.ORA file ftp

[PHP-DB] Connecting to Oracle

2001-03-13 Thread Herbert Groot Jebbink
Hello, I have problems connecting with PHP to Oracle. - Operating system is Windows 95 - Apache version is 1.3.14 - The PHP version is 4.04pl1 (NuSphere 1.13.6) - The line "extension=php_oracle.dll" is active in php.ini - De Oracle Database version is 7.3.4.0.0 - De SQL*NET client version is 2.3