PL/SQL Dev 6 and Oracle 10g - Problems

t21931

Member
Hi everyone,

My company is using PL/SQL Developer 6.0.5 with Oracle Client 9i installed (for SQLNET client).

We've started connecting to an Oralce 10G database and some developers have experienced problems.

Specifically, PL/SQL Developer just quits/shuts down for no apparent reason.

Has anyone seen this before? Should we install Oracle 10G SQLNET Client?

THANKS!

- Pedro
 
The Oracle 10G database that we connect to is:

Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
 
Thanks - how do I get either the patch or the updgrade? I only see PL/SQL Dev 7 in the download section.
 
Hi,

We are seeing something very similar - however we are already using Version 7.0.0.1050 (MBCS)7.

The problem occurs when querying tables with clobs
some rows load but others return in the clob column. after a few such rows connection with database is lost.
 
We've seen this too - I thought it was related to the version we're using.

Maybe there's something larger going on.
 
This seems like a different problem to me. Version 7.0 should not have any problem with Oracle 10.2.

To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
i have the same issue with expanding the tables' tree. plsql developer version 7.0.2.1076, Oracle 10.2g
 
I have a similiar performance problem when viewing or editing a user. After selecting a user it takes more than a minute till the data of the user appears. I will send the debug and version information to support@allroundautomation.com

Kind regards,

Peter
 
Back
Top