[PHP-DB] Oracle 9i support

2002-02-08 Thread Boardman, Theodore D

Greetings!

As far as I can tell from the documentation, the OCI8 driver supports Oracle
8. However, on the ADODB site, they mention that the OCI8 driver supports
Oracle 8/9. 

Can someone clarify what the status of support for Oracle 9i is in PHP? I
need to know if I need to stick with Oracle 8i now or not.

Ted Boardman
Communications Technology Editor
Indiana University Alumni Association
[EMAIL PROTECTED]
http://www.alumni.indiana.edu

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




[PHP-DB] Oracle 9i

2001-10-28 Thread Juan Leon


 Hello,

 Has anyone managed to get PHP to link with Oracle9i?  I
suspect some Oracle 9 lib is OCI8-compatible, so it shouldn't
be too hard to get this to work -- possibly a small
change to the configure script.  Unfortunately I don't
know enough about Oracle to make this happen.

 A previous article on php-db suggested that someone had
succeeded and reported on the success to php-install, but
I haven't found any relevant solutions in the archives.

Thanks!

Juan
[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] Oracle 9i?

2001-10-05 Thread Beau Lebens

Just looking at upgrading an existing application which is potentially
turning from small-fry to enterprise level (aren't they all :P) and was
wondering what the situation is on Oracle 9i support.

I have never worked with Oracle/PHP together, but all I can find in the
manual are the ORA and OCI8 functions - can the ORA functions be used for
9i? is this a reasonable path to take?

TIA

Beau

-- 
Beau F Lebens, Technical Officer
National Key Centre for School Science and Mathematics
Science and Mathematics Education Centre
Curtin University of Technology,
GPO Box U1987 Perth, Western Australia 6845

t: +61 8 9266-7297 (has voice-mail)
f: +61 8 9266-2503 (ATT: Beau Lebens)
e: [EMAIL PROTECTED]
w: http://learnt.smec.curtin.edu.au/

-- 
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] oracle 9i + apache

2001-08-24 Thread TDuquette


Hi

As anyone sucesfully compiled php4  with OCI  suport as an apache module on
a Oracle 9i database ?
if so i would be very intersted by some tips on how make it work.
i couldnt make it , on a linux Suse7.2, kernel 2.4.4


i have been able to suceffuly compile php statically,  making a symlink from
libclntsh.so.9.0 to libclntsh.so.8.0
if i run php as a comand interpreter for a script ,the script will
sucefully use OCI8 function.

hoever this does not seam to work for a php apache module.
apache wont start (at least for me)
i tried on the oracle apache java server, or on the suse pre installed one
..
i olso tried to compile php on this sytem, but using  withOCI=dir to an old
copy of oracle8 so it would really link with the v8 librarys ... it dont
works neither.

i havent tried yet to make php as static lib to build apache with it as a
static build-in module.
but this is not really an option i can have on production for that system.(i
have to use a third-party apache binary)







-- 
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] Oracle 9i Support

2001-07-24 Thread Lee Whatley (System Admin)

Hello,


I am trying to use php 4.0.6 with an Oracle 9i database.  Using the
--with-oci8 compile option does not seem to work as it gives me the
following message:

checking Oracle version... configure: error: Oracle-OCI8 needed
libraries not found

Is there any way I can trick php (or oracle) into thinking that the 9i
libraries are 8i libraries (symklinks perhaps) or is 9i so different
from 8i that I am going to just have to wait for it to be supported?  If
so does anyone have any idea when 9i will be supported?

Thanks,
-Lee

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