wind_sand 发表于 2007-03-22 18:25

-244错误!

-244    Could not do a physical-order read to fetch next row.

The database server cannot read the disk page that contains a row of a
table. Check the accompanying ISAM error code for more information. A
hardware problem might exist, or the table or index might have been corrupted.
Unless the ISAM error code or an operating-system message points to another
cause, run the oncheck utility (secheck with IBM Informix SE or tbcheck with
IBM Informix OnLine) to check and repair table and index.

我看了还是不怎么明白这个意思,请各位帮解释详细些,谢谢!
初来乍到!

wind_sand 发表于 2007-03-22 18:37

我看了下资料,可能是锁表了,但是我用的是select啊,
execute sql select t.ne_id, to_char(t.scan_start_time,'%Y%m%d%H0000'), to_char(t.scan_stop_time,'%Y%m%d%H0000'), s.area_code, t.avail_sdcch_nbr, t.sdcch_traffic, t.sdcch_seiz, t.drop_call_sdcch, t.sdcch_av_hold_t, t.sdcch_busy_time, nvl(t.sdcch_av_asign_t,0) from tpd_radio_bts t, tcc_ne_frame s Where t.scan_start_time>='2007-03-21 00:00:00' and t.scan_start_time <'2007-03-22 00:00:00' and s.ne_type=300 And s.ne_id=t.ne_id error, errorCode is -244.
不知道是什么原因了

asksoso1 发表于 2007-03-23 01:15

-244

-244        不能按物理顺序读来取得下一行。

数据库服务器不能读取包含一个表的某行的磁盘页。更多的信息请检查伴随的ISAM
错误代码。可能硬件有问题,或表文件或索引文件可能被损坏。除非ISAM错误代码或
操作系统信息指出其它原因,否则运行bcheck或secheck实用工具来检验文件的
完整性。

john_student 发表于 2007-04-04 22:13

我所见这种情况,锁表居多。并发多进程处理一般都有锁表问题。

zllzll123 发表于 2007-07-02 01:53

-271
-242
-243
-244
-245均为锁表

shanshl 发表于 2007-07-02 08:20

应该是所表了,:-)
页: [1]
查看完整版本: -244错误!