Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-14 Thread Jorge Santos
Hi Stas, I already tried that solution to no avail... Later, Jorge Hello, "Jorge Santos"! You wrote: > $connect = OCIPLogon ("MDC", "MDC", $tns) or die ("It's > not possible to > connect"); Try to put "MDC6" as your 3rd parameter in OCIPLogon call. I mean if you connect as MDC/MDC@MDC6 th

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-14 Thread Stas Trefilov
Hello, "Jorge Santos"! You wrote: > $connect = OCIPLogon ("MDC", "MDC", $tns) or die ("It's > not possible to > connect"); Try to put "MDC6" as your 3rd parameter in OCIPLogon call. I mean if you connect as MDC/MDC@MDC6 through SQL*Net -- Piloteers do it on the road -- PHP Database Mail

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Jorge Santos
ginal Message - From: Mark Farver <[EMAIL PROTECTED]> To: Jorge Santos <[EMAIL PROTECTED]> Cc: Mark Farver <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 9:55 AM Subject: Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle > On Thu, 8 Feb 2001, Jorge Santos wrote: >

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Jorge Santos
PROTECTED] - Original Message - From: Steve Farmer <[EMAIL PROTECTED]> To: Mark Farver <[EMAIL PROTECTED]>; Jorge Santos <[EMAIL PROTECTED]> Cc: PHP-DB <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 10:36 PM Subject: Re: [PHP-DB] PHP4/Apache on Win95 to r

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-09 Thread Mark Farver
On Fri, 9 Feb 2001, Steve Farmer wrote: > but tnsping only tells you that the listeners is running, not that > you can connect to the database... True. I forgot to mention I can connect using sqlplus or any other oracle based apps just fine. > BTW i'm not sure if putenv("ORACLE_HOME=D:\PROGR

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-08 Thread Steve Farmer
Hi Guys, Not sure what your problem is since i haven't run apache on WIN32 but tnsping only tells you that the listeners is running, not that you can connect to the database... Use sql*plus to connect and then you can be sure your Oracle client is installed and configured correctly. If y

Re: [PHP-DB] PHP4/Apache on Win95 to remote Oracle

2001-02-08 Thread Mark Farver
> Please help. I'm going maaddd trying to figure this out. I've pretty much > read all of the online docs and spend countless hours reading through the > archives.. > > I'm running PHP4 and Apache on my Win95 computer. > I'm trying to connect to a remote Oracle database. I had the same problem