Databases supported by Jdeveloper

what are the databases supported by Jdeveloper 10 g,light databases if any supported??

I would NEVER depend on IDE to dictate what Database I can access to…

You should instead ask “What Java Frameworks are out there to access variety of database?”

Answer: JPA

JPA is a Suns’ spec that defines how you should access the data. JPA is nothing but “interfaces”, meaning you need to pick a provider for the implementation. For example, Hibernate is a great choice.