Re: [PHP-DB] Oracle, PHP4, BSD

2001-11-27 Thread B. PERRINE

le jeu 08-11-2001 à 23:52, D. Witten a écrit :
 These are pretty basic questions, but I would appreciate help:
 
 I need to access Oracle (already running on a separate server) via PHP4 from
 a FreeBSD Server.
 
 1) Can this be done?
 (if so...)
I don't think so. But if the BSD can run linux prog, then you may try to
install oracle (client part) on your server via the oracle java
installer : OUI. It come with oracle.
 2) Where do I find instructions?
technet.oracle.com product : 8i, some howto exists.
 3) Where do I get php_oci8
with php
 4) Do I HAVE to install code from Oracle (the Oracle client, etc) on my
 server?
 (if so,,,)
see 1)
 5) Where do I get that client software?
 
 Thanks
 
 Dave Witten
 
 
 
 -- 
 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 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]




RE: [PHP-DB] Oracle, PHP4, BSD

2001-11-27 Thread Andrew Hill

Dave,

This is easily accomplished via ODBC.
Check out the PHP ODBC HOWTO's at www.iodbc.org, and let me know if you have
further questions.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access  Data Integration Technology Providers

 -Original Message-
 From: B. PERRINE [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 27, 2001 2:20 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP-DB] Oracle, PHP4, BSD


 le jeu 08-11-2001 à 23:52, D. Witten a écrit :
  These are pretty basic questions, but I would appreciate help:
 
  I need to access Oracle (already running on a separate server)
 via PHP4 from
  a FreeBSD Server.
 
  1) Can this be done?
  (if so...)
 I don't think so. But if the BSD can run linux prog, then you may try to
 install oracle (client part) on your server via the oracle java
 installer : OUI. It come with oracle.
  2) Where do I find instructions?
 technet.oracle.com product : 8i, some howto exists.
  3) Where do I get php_oci8
 with php
  4) Do I HAVE to install code from Oracle (the Oracle client, etc) on my
  server?
  (if so,,,)
 see 1)
  5) Where do I get that client software?
 
  Thanks
 
  Dave Witten
 
 
 
  --
  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 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 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]




RE: [PHP-DB] Oracle, PHP4, BSD

2001-11-09 Thread Andrew Hill

Dave,

1. Yes
2. Compile --with-oci, as per the manual, and set all the appropriate ORACLE
environment variables before doing so.
3. oci should be available from Oracle's site.
4. Yes, unless you want to use ODBC, and then you would install --with-iodbc
per the HOWTO's on www.iodbc.org.
5. again, from Oracle :)

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access  Data Integration Technology Providers

 -Original Message-
 From: D. Witten [mailto:[EMAIL PROTECTED]]
 Sent: Friday, November 09, 2001 12:52 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Oracle, PHP4, BSD


 These are pretty basic questions, but I would appreciate help:

 I need to access Oracle (already running on a separate server)
 via PHP4 from
 a FreeBSD Server.

 1) Can this be done?
 (if so...)
 2) Where do I find instructions?
 3) Where do I get php_oci8
 4) Do I HAVE to install code from Oracle (the Oracle client, etc) on my
 server?
 (if so,,,)
 5) Where do I get that client software?

 Thanks

 Dave



 --
 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 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, PHP4, BSD

2001-11-08 Thread D. Witten

These are pretty basic questions, but I would appreciate help:

I need to access Oracle (already running on a separate server) via PHP4 from
a FreeBSD Server.

1) Can this be done?
(if so...)
2) Where do I find instructions?
3) Where do I get php_oci8
4) Do I HAVE to install code from Oracle (the Oracle client, etc) on my
server?
(if so,,,)
5) Where do I get that client software?

Thanks

Dave Witten



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