PLSD crash on collect

BMartins

Member
Hello,

everytime i do a query like this

SELECT deptno, cast(COLLECT(ename) as table_varchar) AS emps
FROM emp
GROUP BY deptno;

i get a PLSD crash with a message 'PL/SQL Developer has stopped working'

Note: Many of my co-workers also have the same problem (with Windows XP and/or other version of PLSD).

Is this a known issue?

Best regards,
Bruno Martins

-----------------------------------------------------------------------------

System Info

OS Name Microsoft
 
Hello,

i have two OraHome's (one relative to an Oracle Designer 10g installation and the other relative to Oracle's Client 10g). To solve this problem i went to Tools -> Preferences -> changed to Oracle Client 10g Home instead the other.

Yet i didn't get it because both orahome's should be 10g compliant.

Best regards,
Bruno Martins
 

Similar threads

Back
Top