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
1<tnsnames.ora> in local computer should be
2set successfully ;
3
4. If you see the error message about registry, please
5modify the following items:
6
7Location: Main Menu "Tools" -> "Preferences":
8Modification:
9
101\. Under the label "Oracle Home (empty is autodetect)",
11input the directory where Oracle Client installed,
12for example: D:\Oracle\product\10.1.0\Client_1
13
142\. Under the label "OCI library (empty is autodetect)",
15input the directory where oci.dll installed,
16for example: D:\Oracle\product\10.1.0\Client_1\bin\oci.dll
17
183\. Because Oracle 10G has some new feautures,
19maybe some function will work improperly.
20
214\. Restart the program, it should work well .</tnsnames.ora>