Re: [PHP] Oracle to MySQL

2003-02-20 Thread Philippe Saladin
> I'm recalling this from memory, and I may not be 100% right, but it > should put you on the right path. You will need to install the Oracle > client libraries on the box with php (you can find these on the Oracle > discs used to install the actual database). Yes > correctly, the Oracle disc

Re: [PHP] Oracle to MySQL

2003-02-19 Thread John Nichel
I'm recalling this from memory, and I may not be 100% right, but it should put you on the right path. You will need to install the Oracle client libraries on the box with php (you can find these on the Oracle discs used to install the actual database). However, if I remember correctly, the Or

[PHP] Oracle to MySQL

2003-02-19 Thread Chris Cook
Hi all, I am working on PHP project with a MySQL backend. However, we would like update the MySQL database periodically with an Oracle database not on our server. What should I do to interface with Oracle? Do I need to install anything on our server (OS X Server running Apache)? Thanks for any