操作系统为solaris 2.6,sybase版本为11.3。原来tempdb扩展500M在文件型设备tempdev上,后来在使用较大数据量的临时表出现了如下错误: Can't allocate space for object 'temp worktable' in database 'tempdb' because 'system' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase size of the segment 我再将...
by hdg - Sybase - 2004-09-05 16:17:53 阅读(3044) 回复(7)
sybase 临时数据库 缺省情况下,tempdb数据库是放置在master设备上,容量为2M,而临时数据库是活动最为平凡的数据库常常被用来排序、创建临时表、重格式化等操作,所以tempdb的优化应该受到特别的关注。本篇文章目的在于使你掌握临时数据库的优化策略以及临时表的优化使用。本文中,你将以调整临时库的位置开始,有步骤的完成临时数据库的优化,并在此过程中了解到优化临时数据库和临时表的一些方法和规则。 实验环境的要求:你应具...
os:Red hat sybase: sybase 12.5 问题: 我的tempdb空间已经分5G多空间,但在执行小的查询语句时,总是报:空间不够的错误. 错误如下: Can't allocate space for object 'temp worktable' in database 'tempdb' because 'system' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE to increase the size of the segment 不知道什么原因?...
接触sybase之后,其中有sybase的系统级数据库 master 和 tempdb ,一直找不到他们具体的功用的解释,麻烦论坛上的各位大侠指点下,谢谢,并祝愿鼠年吉祥,身体硬朗:wink:
sybase11.92+sco unixware714 用户突然反映登陆不上系统,用sp_helpdb tempdb查看剩余空间 竟然如下: master 2.0 MB data and log -5424 tempdbd01 98.0 MB data and log -40784 tempdbd02 1500.0 MB data and log 1235616 tempdbd03 300.0 MB data and log 304896 tempdb03是刚刚添加的,重启以后用户登陆没有问题 可是过一段时...
sybase iq 12.7,大小约500G,tempdb 大小为100G,最近老是出现tempdb空间不足的情况,却不知是哪个进程,哪个用户造成的。请各位大哥大姐帮忙。