On Mon, Dec 03, 2001 at 06:58:00AM -0800, John Kolvereid wrote:
> Hi,
>     I have just downloaded and installed PHP4.0.6.  I have configured it
> --with-mysql and --with-oracle.  I am able to easily use Mysql but NOT
> Oracle.  When I try an ora_logon or ora_login I get 'Fatal error:  Call
> to undefined function: ora_log?n'  Moreover, I AM able to use Oracle w/
> DBI functions, whereas our web server easily makes call to and from
> Oracle dbs w/ no problems.  Is my problem an installation problem, or is
> there something else I am not aware of?  Please advise.  Thanks.

    plz configure using 

    --with-oracle=/path/of/ORACLE_HOME

    also you should be using the oci*() functions - enable them
    using:

    --with-oci8=/path/of/ORACLE_HOME

    tc

-- 
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]

Reply via email to