Connecting to Oracle with PHP on IIS

dkarmygun

New Member
I'm having all sorts of trouble...Here is the code I'm using:\[code\]$c = OCILogon('user', 'pass', 'host');\[/code\]I get the following error:\[quote\] PHP Warning: ocilogon(): ociopen_server: Error while trying to retrieve text for error ORA-12514 in D:\Inetpub\wwwroot**\oracle.php on line 26\[/quote\]Anyone know what the hell I'm doing wrong?It's PHP4, IIS6 btw. I've tried this on PHP5, IIS7 as well, no luck.Thanks for any help I can get... :(
 
Back
Top