This is odd. Anybody seen this before? I ran into it trying the SQL query from http://www.oracle-developer.net/display.php?id=412
SQL> create type number_ntt AS TABLE OF NUMBER;
Type Created.
SQL> select * from v$version
2 /
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
PL/SQL Release 9.2.0.4.0 - Production
CORE 9.2.0.3.0 Production
TNS for 32-bit Windows: Version 9.2.0.4.0 - Production
NLSRTL Version 9.2.0.4.0 - Production
SQL> select *
2 from table(CAST (MULTISET (SELECT ROWNUM
3 FROM DUAL
4 CONNECT BY ROWNUM < 5) AS number_ntt)) nt
5 /
select *
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel