It sounds like you don't have the oracle or OCI8 dlls loading.  The major
problem with connections  to oracle are usually these:

1) Use the 8.1.6 client, even if you're connecting to an 7.3.4 database...
2) Make sure you have the oracle dlls uncommented in the php.ini file
3) Use PHP in cgi mode, don't use the isapi module...

John

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -----Original Message-----
> From: Daniel Ryhle [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 25, 2002 10:56 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] IIS + Oracle 7.* connection
> 
> 
> Hi!
> I never connected to a oraxcle db before and this is my problem:
> 
> I need to connect to an oracle db through the network.
> I have SID, user id, pass and ip adress.
> 
> My IIS system is placed on a win2k machine with php4 installed.
> 
> Can anybody post the complete code over a login/query procedure
> against oracle(NOT 8). I would be extra happy if it contained 
> some comments.
> 
> As of now i only get the error "PHP Warning: Oracle: 
> Connection Failed:
> ORA-03121: no interface driver connected - function not performed in
> \*\*.php on line 4 "
> 
> Greatful for all help
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to