[PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread masro
Hi all,

is it possible to use an actuall Oracle-Client (Version = 9) with PHP ??

Dose anyone habe experiences here ?

Regards 
Christian



--
  /\
   /\/  \/\
  Powerd by llbc.de - letz board it, yeahhh !!/  \ \ \ \
---  /  / \   \

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread André Ventura Lemos
I've used PHP with Oracle 10g.


On Sex, 2004-06-18 at 10:46, [EMAIL PROTECTED] wrote:
 Hi all,
 
 is it possible to use an actuall Oracle-Client (Version = 9) with PHP ??
 
 Dose anyone habe experiences here ?
 
 Regards 
 Christian

-- 
Lego my ego, and I'll lego your knowledge.


signature.asc
Description: This is a digitally signed message part


Re: [PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread RypTide
Yes, it's possible.

http://www.php.net/oracle


On Fri, 18 Jun 2004 11:21:22 +0100, André Ventura Lemos
[EMAIL PROTECTED] wrote:
 
 I've used PHP with Oracle 10g.
 
 
 On Sex, 2004-06-18 at 10:46, [EMAIL PROTECTED] wrote:
  Hi all,
 
  is it possible to use an actuall Oracle-Client (Version = 9) with PHP ??
 
  Dose anyone habe experiences here ?
 
  Regards
  Christian
 
 -- 
 Lego my ego, and I'll lego your knowledge.
 
 
 
 signature.asc - 1K
 


-- 
.e

[ [EMAIL PROTECTED] ]   [ http://ryptide.com ]   [ aim: ryptide ]
[ Music is the vernacular of the human soul ~ Geoffrey Latham ]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Anyone have experiences with OCI9 and PHP ??

2004-06-18 Thread Rick Fletcher
 is it possible to use an actuall Oracle-Client (Version = 9) 
 with PHP ??
 
 Dose anyone habe experiences here ?

It's absolutely possible, and where most of my work lies day to day.  Our
DBA has chosen to hold off upgrading to 10g until it's better tested, so we
still use 9i. (He cites a past experience of upgrading a prior company to 8i
early on in its life and managing to insert duplicate primary keys.)

For PHP 9i support you'd still compile using the --with-oci8 option.  Once
built PHP's oci8 functions still apply to 9i.

There are some 9i related comments on the php.net oci8 page:
http://us4.php.net/manual/en/ref.oci8.php

Cheers,
Rick

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php