Hi, I switched to another computer, couldn't reproduce the problem with Oracle 12c and finally found out why. Very elementary error indeed.
I followed this part of instructions: > 3. download ojdbc6.jar > http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html > 4. place in OJ_FOLDER/lib/ext However, I had already copied ojdbc14.jar driver into OJ_FOLDER/lib/ and it was found first. Sorry for the noise. It is now verified that ojdbc6.jar is high enough for Oracle12c while ojdbc14 is not. It may have something to do with jre version as well, ojdbc14 was make for jdk 1.4. However, I used jre 1.7 in all my trials. -Jukka- edgar soldin wrote: On 04.12.2015 14:16, Rahkonen Jukka (MML) wrote: > The error with recent snapshots affects also DB Query plugin. For example > with version r4555 (2015-11-22) DB Query can read Oracle 12c. I suppose that > there is some outdated component in the additions that Ede made which makes > problem with 12c. If we can't find and correct this issue we should consider > reverting that changeset. Jukka, could you be a bit more specific about what works when/how and what error messages pop up or symptoms are there? before 4559 and after? all i did was merely adding the new data store. that "should" have no impact on the existing DBQuery functionality. do you test with a fresh r4559 only ojdbc6.jar added? when you want to access oracle 12c wouldn't you need http://www.oracle.com/technetwork/database/features/jdbc/jdbc-drivers-12c-download-1958347.html instead of the one from 11g where i sent the link to? ..ede ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
