Re: [PHP-DB] Getting Oracle to work

2001-12-18 Thread Anthony Carlos

Chuck,

Did you compile PHP with Oracle support? Also, make sure that you compiled
the correct oracle functions. The function you quote is part of the older
oracle functions. There are newer OCI8 functions available.

-Anthony Carlos

> From: Chuck Lidderdale <[EMAIL PROTECTED]>
> Date: Tue, 18 Dec 2001 08:41:49 -0700
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Getting Oracle to work
> 
> I'm missing - I guess - a library - I need to do a remote connect to an
> Oracle DB - I've copied examples but get the following when I run it
> 
> Fatal error: Call to undefined function: ora_logon() in
> /var/www/html/bg.php
> 
> I'm guessing something like orasql.so - but I can't find anything like
> that.
> 
> eeell...
> 
> Chuck
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Getting Oracle to work

2001-12-18 Thread Chuck Lidderdale

I'm missing - I guess - a library - I need to do a remote connect to an
Oracle DB - I've copied examples but get the following when I run it

Fatal error: Call to undefined function: ora_logon() in
/var/www/html/bg.php

I'm guessing something like orasql.so - but I can't find anything like
that.

eeell...

Chuck



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]