how connect to mysql from oracle form -


i know can connect mysql oracle forms? if yes put , example me?

i suggest creating database link in oracle db points @ mysql db. can write queries such this:

select * oracle_table_1, mysql_table@mysql_link;

this document appears have helpful information on how set up; apparently isn't simplest of tasks.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -