MySQL Forums
Forum List  »  Oracle

Re: Linking Oracle tables to MySQL
Posted by: Josh Chamas
Date: November 17, 2004 02:41PM

Marty Metras wrote:
> Josh,
>
> I haven't used Perl much. I will have to look into
> Perl DBI it might be the way to go.
> We just went to Oracle8i so Java JDBC should work
> but I have not been unable to make it connect to
> MySql.

For JDBC, use our java driver, available here:

http://www.mysql.com/products/connector/j/

> Now Perl is another story. the Redhat server had
> Perl 5.x
> And I control the UNIX server. Perl in not
> installed yet!
> Do you know a link for Perl on a HP-UX 11.0?

http://www.perl.com/CPAN/ports/index.html#hpux

Also, you will need to build your DBD::mysql for connectivity, so be prepared to have a compiler installed on your system, to compile DBD::mysql against your installed mysql 3.23 client libraries. When you build the DBD::mysql, just make sure that the mysql programs are in your $PATH.

Also for more on DBI: http://www.oreilly.com/catalog/perldbi/

Regards,

Josh

Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Views
Written By
Posted
6456
November 05, 2004 04:28PM
8268
November 16, 2004 06:39PM
3728
November 17, 2004 07:55AM
3598
November 17, 2004 10:02AM
3293
November 17, 2004 01:15PM
6692
November 17, 2004 01:46PM
2983
November 17, 2004 02:18PM
Re: Linking Oracle tables to MySQL
3218
November 17, 2004 02:41PM
2767
November 17, 2004 03:09PM
3319
December 08, 2004 04:01PM
3089
December 14, 2004 09:20AM
3146
December 14, 2004 09:27AM
3366
December 14, 2004 08:52PM
6669
t p
July 04, 2006 04:46PM
2982
t p
July 06, 2006 03:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.