MySQL Forums
Forum List  »  Oracle

Connecting from MYSQL to ORACLE
Posted by: Rajeshkanna Alagar
Date: February 07, 2008 08:56PM

Hi,

I want to connect to oracle database from mysql.

we are creating a webstore front for which mysql is the backend which needs to be interfaced with oracle applications(oracle 9i database).

I managed to connect from oracle to mysql using the heterogenous service provided with oracle.

so now i am able to use DML statements with MYSQL tables from oracle database.
eg. select * from test@mysqldb;

but i cant create a table or view in mysql from oracle.ie. i can't use DDL statements

So i want to connect to oracle from mysql.

Please let me know is it possible? if so how to do it?

Options: ReplyQuote


Subject
Views
Written By
Posted
Connecting from MYSQL to ORACLE
5260
February 07, 2008 08:56PM


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.