Hi , You need the Oracle Client 10g ( all the products , we tried just clients and don't works ) and after compile php with a config like this :
./configure '--prefix=/usr' '--datadir=/usr/share/php' '-- mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' '-- includedir=/usr/include' '--with-_lib=lib64' '--with-config-file- path=/etc' '--with-exec-dir=/usr/lib64/php/bin' '--enable-debug' '-- enable-inline-optimization' '--enable-memory-limit' '--enable-magic- quotes' '--enable-safe-mode' '--enable-session' '--with-mysql' '-- enable-sigchild' '--without-pear' '--without-openssl' '--with- apxs2=/usr/sbin/apxs2-prefork' '--with-sablot' '--with- oci8=/usr/local/ora-client' '--with-xslt-sablot=/usr/local/sablot' '-- enable-bcmath' '--enable-track-vars' So we will have Oracle support in PHP . Em Qui, 2005-06-09 C s 15:29 -0500, McKown, John escreveu: > > -----Original Message----- > > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > > Behalf Of Thomas Kern > > Sent: Thursday, June 09, 2005 11:24 AM > > To: [email protected] > > Subject: PHP connectivity to Oracle > > > > > > Not being a database person I need to ask this rather general > > question. > > > > What do I need in my SLES9 system to allow PHP to get data > > from an Oracle > > database that is running on another system (z/OS or Sun)? > > > > /Tom Kern > > > > I am not an Oracle person either. You might want to review: > > http://www.php.net/manual/en/ref.oci8.php > > >From my initial reading, I think you'll need to get the Oracle Client > software for your SLES9 system. Some other possible links: > > http://www.eweek.com/article2/0,1759,1815794,00.asp which refers to: > > http://www.oracle.com/technology/tech/php/index.html which has a good > reference at: > > http://www.oracle.com/technology/pub/notes/technote_php_instant.html > > Unfortunately, they only talk about i386 (Intel) on these pages. > > > -- > John McKown > Senior Systems Programmer > UICI Insurance Center > Information Technology > > This message (including any attachments) contains confidential > information intended for a specific individual and purpose, and its' > content is protected by law. If you are not the intended recipient, you > should delete this message and are hereby notified that any disclosure, > copying, or distribution of this transmission, or taking any action > based on it, is strictly prohibited. > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
