can't allocate space,sybase问题,高手帮忙看看(汪海)
1.can't allocate space for object "mid_history_ls" in database "bocdb" because the 'default' segment in syslogs,dump the transaction log,otherwise,use alter database or sp_extendsegment to increase the size of the segment
2.sort faild:out of space in database 'bocdb'
3.config:aio_breakup-AIO request table overflow (NAIOREQ=120 exceeded)
其中bocdb是数据库的名字,表mid_history_ls是我后创建的中间表,我在往这个中间表中装数据时出现的如上三个错误,日志是每一分钟自动dump tran bocdb with truncate_only的,以上问题该如何解决,麻烦高手给个指点!
日志空间因该是够的,tempdb大概是7G的那,mid_history_ls是我后来创建的,领一个表r_history_ls装的数据比 mid_history_ls还要多的那,我是从r_history_ls中抽取数据到mid_history_ls中的,高手看看如何解决