Using JDeveloper with MySql

| 2 Comments

This article goes into some detail about how to interface JDeveloper and OC4J with a MySql database. It includes a couple of good examples to give you a kick-start.

2 Comments

but in reaity
bc4j and mysql do not work at all as i.e. you can not insert data because bc4j is drying to use stored procdures which is not supported in mysql.

but what does work is maxdb from mysql (aka SAPdb). It is free, powerfull and it works perfect. One even can generate the tables in maxdb from the uml-diagram in jdev.

I am trying to configure maxdb and jdeveloper. It seams BC4J is tuned to work with Oracle. Does any one has information, how to configure jdev and mysql/maxdb

Paul: You should perhaps post this to the gurus at (lots of experts all online)!

Leave a comment