PL/SQL Developer 与 oracle 10g 客户端兼容性问题解决方法

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 freaky 的 blog

1. first, download latest verison of pl/sql developer.
url:
http://www.allroundautomations.com

march 6, 2004 - version 5.1.5 released
bugfixes
could not use lob's or objects on oracle 10g

number precision would be incorrect on oracle 9.2.0.4 and 10g

fixed plug-in function ide_getpopupobject from plan window

fixed command window problem with quotes in comments

program window preference "ignore unrecognized pl/sql"
added

displaying a collection column or attribute from a cursor result
set in a test window would lead to "not logged on" error
message

2. use tips:
. the file <tnsnames.ora> in local computer should be
set successfully ;

. if you see the error message about registry, please
modify the following items:

location: main menu "tools" -> "preferences":
modification:

1. under the label "oracle home (empty is autodetect)",
input the directory where oracle client installed,
for example: d:\oracle\product\10.1.0\client_1

2. under the label "oci library (empty is autodetect)",
input the directory where oci.dll installed,
for example: d:\oracle\product\10.1.0\client_1\bin\oci.dll

3. because oracle 10g has some new feautures,
maybe some function will work improperly.

4. restart the program, it should work well .

本文关键:PL/SQL Developer 与 oracle 10g 客户端兼容性问题解决方法
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top