dtb,
I understand what you are pointing out with your code, but we do not use any Oracle specific code to connect to Oracle, just straight JDBC. Perhaps I’ve missed something.
There are a few SID issues when using the 10g driver (which is actually a driver bug) especially if you’re not in the default locale, I take it that you’re Hungarian. One such issue is documented here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-13879-highlight-sid.html
I’d just like to confirm that you are using the latest 10g driver from Oracle? The ojdbc14.jar library and not the classes12.jar library which is used for older JDK versions.
Could you tell me:
1) What connection URL are you using?
2) What Oracle version (exactly) are you trying to connect to and what Driver are you using?
3) What error message do you see when you try to connect – are there any errors logged?
4) You said there is a bug in 5.1 and 5.5M, I assume these are the only two versions of ME you tried – unless you have used earlier versions without these issues in the past?
Best.