Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2005 03:23:16 -0800
From:      "Loren M. Lang" <lorenl@alzatex.com>
To:        Roberto Nunnari <roberto.nunnari@supsi.ch>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: access oracle from php (mod_php4)
Message-ID:  <20050206112315.GS8619@alzatex.com>
In-Reply-To: <42028A12.7070007@supsi.ch>
References:  <42028A12.7070007@supsi.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 03, 2005 at 09:31:14PM +0100, Roberto Nunnari wrote:
> Hi.
> 
> I need to access a oracle 9i database installed on a remote
> machine from a php script (www/mod_php4)
> 
> I already can access mysql databases.. but not oracle..

I'm using a client app to access an oracle 8i database myself.  I'm
using unixODBC on freebsd which the oracle 9i libraries from the oracle
website and the oracle driver from www.easysoft.com which allows
unixodbc apps to use the oracle driver.  I'm not using mod_php4, but I'm
pretty sure it can use unixodbc once that's setup.  There is allow a
native oracle driver for php, but I don't know anything about it.

My app -> unixODBC -> EasySoft Oracle driver -> Oracle libs -> Oracle
server

> 
> web.dti.supsi.ch# uname -a
> FreeBSD web.dti.supsi.ch 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Wed 
> Feb  2 16:33:24 CET 2005 
> root@web.dti.supsi.ch:/usr/obj/usr/src/sys/WEB  i386
> 
> Could any kind soul help me?
> 
> Thank you!
> -- 
>               Roberto Nunnari -software engineer-
>                mailto:roberto.nunnari@supsi.ch
>  Scuola Universitaria Professionale della Svizzera Italiana
>              Dipartimento Tecnologie Innovative
>                   http://www.dti.supsi.ch
>  SUPSI-DTI
>  Via Cantonale                        tel: +41-91-6108561
>  6928 Manno                 """       fax: +41-91-6108570
>  Switzerland               (o o)
> =======================oOO==(_)==OOo========================
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050206112315.GS8619>