- This topic has 6 replies, 3 voices, and was last updated 19 years, 9 months ago by support-jeff.
-
AuthorPosts
-
jsmyth1969MemberHi,
On my PC (encoding=en_GB) I connect to a solaris box (japanese) running oracle 9i with encoding ja16euc.
For both thin (jdbc) and thick (oci) connections I get resultsets back from the db where multi-byte chars are not displayed correctly. AFAIK thin client will not do multi-byte, but OCI client should default to utf-8 encoding…Any ideasa about this?
Also, when do the db connection settings get saved? My eclipse has just crashed (jvm exit) as I attempted to use a DB connection that was no longer available, and when I restarted, I found that my connection settings have disappeared. I created the connection profile yesterday but have not exited myeclipse since then.
thanks
jim
Riyad KallaMemberJim I am checking on this for you.
jsmyth1969MemberThanks Riyad,
I forgot to mention my config. It is the eclipse 3.0.1 with the latest myeclipse install (installed yesterday when I saw the new sqlexplorer feature!)
I have also tried to set my registry NLS_LANG setting to match the DB encoding (ja16euc) but this does not make any difference.
I have another charset issue with the struts xml editor. In design mode is does not display mutlibyte chars correctly (although in source mode they display fine). Should I ask this question on another forum or include it here?
thanks again
jim
jsmyth1969Member>I have another charset issue with the struts xml editor
This should read ‘I have another charset issue with the myeclipse xml editor’, but im sure you will have guessed 🙂rgds
jim
support-jeffMemberThere are known issues with the OCI driver (or I should say type-2 drivers) in DE, this sounds like a new one. You should check with an Oracle DBA first if you have a spare one available, as I am no Oracle expert and I have no ability at this time to test with OCI driver.
As for the connection profile problem, the profiles are saved on eclipse shutdown – since they are saved with plugin state in the .metadata/.plugin directories, saving is triggered by plugin shutdown.
As for the ME XML editor charset issue – I would post the question under the General Application forum.
jsmyth1969MemberWell,
took me a while to get back to you on this (project madness) but after a while I realised that
1. my PC was no longer set up for japanese char set input
2. the NLS_LANG registry setting had decided to switch itself back to ISO8859P1Fixing these two meant I can now fully browse the DB – and it is a huge help. This really is a great part of myeclipse. Would be more exellent if ctrl-enter would execute the current sql/the current highlighted sql – but thats another topic Im sure.
rgds
jim
support-jeffMemberWould be more exellent if ctrl-enter would execute the current sql/the current highlighted sql
Try CTL-F9. That’ll do what you want. And thanx for the kind words of praise. I live off of it; kind of a “prestige” vampire 😉
-
AuthorPosts