- 论坛徽章:
- 0
|
select * from rpt_cadetail
where cfcset=200603 and cdmprod like 'A0.%'
and (cdord,cdmprod ) not in (select cdord,min(cdmprod)
from rpt_cadetail
where cfcset=200603 and cdmprod like 'A0.%'
group by cdord)
系统是solaris+oracle8.1.7
每次执行上面的语句,都会要求重新连接数据库,并且报下面的错误
我开始认为是系统的问题,重启了solaris,结果还是这样
有哪位大哥之前碰过这样的问题吗?
实在是很急...
11:07:52 ORA-03113: end-of-file on communication channel
11:07:52 Task "SQL Editor Execution": Operation aborted
11:07:52 SQL Editor Execution terminated with errors
11:07:52 Task "SQL Editor Execution" in DoTerminate(): Session Manager: No connection to GPS@GPSPROD |
|