首 页 | 新 闻 | 技术中心 | 第二书店 | 《程序员》 | 《开发高手》 | 社 区 | 黄 页 | 人 才
移 动专 题SUNIBM微 软微 创精 华Donews人 邮
我的技术中心 
我的分类 我的文档
全部文章 发表文章
专栏管理 使用说明



 RSS 订阅 
最新文档列表
Windows/.NET
.NET  (rss)    
Visual C++  (rss)    
Delphi  (rss)    
Visual Basic  (rss)    
ASP  (rss)    
JavaScript  (rss)    
Java/Linux
Java  (rss)    
Perl  (rss)    
综合
其他开发语言  (rss)    
文件格式  (rss)    
企业开发
游戏开发  (rss)    
网站制作技术  (rss)    
数据库
数据库开发  (rss)    
软件工程
其他  (rss)    

积极原创作者 
longrujun (68)
zhengyun_ustc (205)
tingya (31)
format_jade (35)
imlogic (2)
lanyd (60)
soft_bird (9)
mmpire (6)
accesine960 (78)
hxhbluestar (11)
CSDN - 文档中心 - 数据库开发 阅读:150   评论: 0    参与评论
标题   PL/SQL Developer 与 oracle 10g 客户端兼容性问题解决方法     选择自 Freaky 的 Blog
关键字   PL/SQL Developer 与 oracle 10g 客户端兼容性问题解决方法
出处  

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 .


相关文章
对该文的评论