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
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