"high priority" messages (Re: How to query an oracle table from a mysql database)

2004-07-07 Thread Martijn Tonies
Hi all, Please, do NOT send messages to a public mailinglist as "high priority" by flagging the email itself. You're sending this message to hundreds/thousands of people. It might be "important" to you, but not for each recipient. If someone has filters/triggers for "important" email, he will get

RE: How to query an oracle table from a mysql database

2004-07-07 Thread Alonso, Claudio Fabian
e 2004 15:46 Para: 'Alonso, Claudio Fabian '; ''Steve Davies' ' CC: '''[EMAIL PROTECTED]' ' ' Asunto: RE: How to query an oracle table from a mysql database A custom MySQL UDF is one solution if you are comfortable with C. Off list questi

RE: How to query an oracle table from a mysql database

2004-07-07 Thread Victor Pendleton
Sent: 7/7/04 11:18 AM Subject: RE: How to query an oracle table from a mysql database Importance: High Hello Steve, hello Victor, Thanks for your answers. My PHP application needs to see this Oracle table, but as far as I could see PHP has problems with Oracle 9.2.0. I got a conection problem and f

RE: How to query an oracle table from a mysql database

2004-07-07 Thread Paul DuBois
At 13:18 -0300 7/7/04, Alonso, Claudio Fabian wrote: Hello Steve, hello Victor, Thanks for your answers. My PHP application needs to see this Oracle table, but as far as I could see PHP has problems with Oracle 9.2.0. I got a conection problem and found in the PHP's bug database that it isn't curre

RE: How to query an oracle table from a mysql database

2004-07-07 Thread Justin Swanhart
No, that isn't possible using mySQL. Try linking PHP with older client libraries (9.0.1, 8.1.5, etc) instead of the newer 9.2 libraries and see if that fixes your problem with PHP. You can download them from otn.oracle.com swany --- "Alonso, Claudio Fabian" <[EMAIL PROTECTED]> wrote: > Hello S

RE: How to query an oracle table from a mysql database

2004-07-07 Thread Alonso, Claudio Fabian
Hello Steve, hello Victor, Thanks for your answers. My PHP application needs to see this Oracle table, but as far as I could see PHP has problems with Oracle 9.2.0. I got a conection problem and found in the PHP's bug database that it isn't currently working. As I'm familiar with PHP/MySQL, I'm try

Re: How to query an oracle table from a mysql database

2004-07-07 Thread Martin Gainty
abian '" <[EMAIL PROTECTED]> CC: "''[EMAIL PROTECTED]' '" <[EMAIL PROTECTED]> Subject: Re: How to query an oracle table from a mysql database Date: Wed, 07 Jul 2004 17:02:59 +0100 MIME-Version: 1.0 Received: from lists.mysql.com ([213.136.52.31]) b

Re: How to query an oracle table from a mysql database

2004-07-07 Thread Steve Davies
nt: 7/7/04 8:14 AM Subject: How to query an oracle table from a mysql database Importance: High Good morning, I need a MySQL database to be able to query a table in an Oracle database of a remote host. Is this possible? Could anybody tell me how to do it or where to find this information? Thanks

RE: How to query an oracle table from a mysql database

2004-07-07 Thread Victor Pendleton
You may want to look into using a programming language such as C or Java that communicates between both databases. -Original Message- From: Alonso, Claudio Fabian To: '[EMAIL PROTECTED]' Sent: 7/7/04 8:14 AM Subject: How to query an oracle table from a mysql database Import

How to query an oracle table from a mysql database

2004-07-07 Thread Alonso, Claudio Fabian
Good morning, I need a MySQL database to be able to query a table in an Oracle database of a remote host. Is this possible? Could anybody tell me how to do it or where to find this information? Thanks in advance, --Claudio ..