¹ØÓÚmyeclipseÖеÄDB BrowserÁ¬½ÓOracleÊý¾Ý¿âµÄÎÊÌâ
ÎÒµÄmyeclipseÊÇ6.5°æ, oracleÊÇ10.2.0.1µÄÖÐÎİæ.
myeclipseÆô¶¯ÊÇÓ¢ÎĵÄ,DB BrowserËÀ»îÁ¬²»ÉÏoracle,±¨Á½¸ö´íÎó(¾ßÌå²»¼ÇµÃÁË).ºóÀ´¿´ÁËÈçÏÂÎÄÕ£¬ÖªµÀÁËÔÒò¡£
---------------------------------------------------------------------------------------------------------------------------
Hi,
a quick update on this for all interested parties as I had to research
into the very same problem and only found partial answers around.
I am not an Oracle representative so whatever I'm saying, you cannot
blame Oracle for it, and you should check for yourself if in doubt.
This is a known bug for Oracle with 10.2.x (up to 10.2.0.1) drivers
relating to mixing language and locales, e.g. en_DE or en_IT.
Normally you can set user.language and user.country or NLS_LANG with
vmargs on the Eclipse command line, but these drivers will not be able
to mix a language with a territory using a particular method, which
seems to be the method mostly everybody uses today :-)
It is declared as fixed in 10.2.0.2, for en_DE at least according to the
metalink db.
There is a patch for Oracle DBMS 10.2.0.2 on Windows available to
supported customers, but it is not available as a public download as of
today. I just checked and the 10.2.0.2 dist is available for public
download for Linux; adventurers might want to try downloading the whole
distro to extract the jdbc drivers. Check licenses carefully to
understand if it's acceptable - I'm not going to do it so I didn't
elaborate.
People with metalink access can monitor entry #4629654 (which is
specific to en_DE) and related entries to stay updated.
Currently, the easiest workaround is downgrading to 10.1 drivers, unless
you need 10.2 explicitly of course.
Generally speaking, if you routinely update your jdbc drivers only
because they become available, well my advice is simply *change habit*,
and update only if you need to do it for some specific reason. Bugs are
frequently solved and re-introduced, unfort
Ïà¹ØÎĵµ£º
begin
for item in (select * from user_constraints a where a.constraint_type = 'R') loop
execute immediate 'alter table ' || item.table_name || ' disable constraint ' || item.constraint_name;
end loop;
end;
/ ......
´Óoracle8µ½oracle10£¬JDBCĿ¼ÏµÄÇý¶¯°ü¶¼¸÷Óв»Í¬¡£¿´ÁËÒ»ÏÂoracleµÄÎĵµËµÃ÷£¬Á˽âÁËÒ»ÏÂËüÃǵÄÓÃ;£¬ÏàÐÅ´ó¼ÒÓÐʱºòÒ²ºÜÃÔ»ó£¬Ð´³öÀ´¹²Ïíһϡ£
ÕâЩÊÇoracle10gϵÄÇý¶¯°üµÄÃû³ÆºÍËüÃǵÄ×÷Óã¬ÆäËû°æ±¾µÄoracle»ù±¾ÀàËÆ¡£
Ö§³ÖËùÓÐÆ½Ì¨µÄJDBC ThinÇý¶¯
classes12.jar (1,417,089 bytes) - JDK 1.2 ºÍ JDK 1.3ÏÂÊ¹Ó ......
1¡¢Í¨¹ýToad½«Êý¾Ý¿É½á¹¹Éú³ÉSQL£¨×¢ÒâÓû§£©¡£
[DataBase] [Export] [GenerateSchmaScript]
2¡¢´´½¨DBLink.
DROP PUBLIC DATABASE LINK "ROOT.US.ORACLE.COM";
CREATE PUBLIC DATABASE LINK "ROOT.US.ORACLE.COM"
&nb ......
СÐÍ»ú·Ïߣ¬¼¸ºõÒѱ»·âËÀ¡£ÎÞ·¨Ê¹ÓÃSun£¬ËüÒѺÍOracle½ôÃܰ󶨣¬Èô»¹Ê¹ÓÃÉÏÊöÉè¼Æ£¬»áºÜÄÑ˵·þÊÛǰ½«Ð¡ÐÍ»ú¡¢´æ´¢¡¢Êý¾Ý¿â·Ö±ð´Ó²»Í¬³§É̲ɹº£»ÁíÍ⣬ÒàÎÞ·¨Ê¹ÓÃIBM£¬¾Ý˵FLYµÄij¸öÀϰ岻ϲ»¶¡£ ´óÁ¦ÍƽøÊý¾Ý¿âϵͳPC»¯£¬ÕâËÆºõÊÇ×î¼Ñ²ßÂÔ¡£FLYÓ¦ÓöÔÊý¾Ý ......