简体   繁体   English

文件系统已满.. SQLCODE=-968, SQLSTATE=57011, DRIVER=4.18.60

[英]The file system is full.. SQLCODE=-968, SQLSTATE=57011, DRIVER=4.18.60

When I try to run a long query in DB2, I am getting the below error:当我尝试在 DB2 中运行长查询时,出现以下错误:

"The file system is full SQLCODE=-968, SQLSTATE=57011, DRIVER=4.18.60" “文件系统已满 SQLCODE=-968,SQLSTATE=57011,DRIVER=4.18.60”

There is lots of memory available in C drive. C盘有很多可用内存。 So memory is not an issue.所以内存不是问题。

There are 65 table spaces available in the database.数据库中有 65 个可用的表空间。

It works fine for other smaller queries but for one long query, I am getting this message repeatedly in DB2.它适用于其他较小的查询,但对于一个长查询,我在 DB2 中反复收到此消息。

I have tried multiple solutions but with no luck.我尝试了多种解决方案,但没有运气。

Please help to fix this issue.请帮助解决这个问题。

I fixed the issue.我解决了这个问题。 The issue was that the DB was installed in D drive and there was not enough space in it for larger queries to be executed.问题是 DB 安装在 D 驱动器中,其中没有足够的空间来执行更大的查询。 When the drive space was increased, the error was gone.当驱动器空间增加时,错误消失了。

Thanks all for your suggestions.谢谢大家的建议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以从内存加载系统驱动程序而不直接接触文件系统? - Is it posible to load a system driver from memory without it touching the filesystem directly? 调整Spark,设置执行程序和内存驱动程序以读取大型csv文件 - Tune Spark, set executors and memory driver for reading large csv file 无法执行套接字操作,因为系统缺少足够的缓冲区空间或队列已满-WAMP服务器 - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full - wamp server MySQL正在使用系统文件缓存,而不是直接使用RAM - Mysql is using system file cache, not RAM directly System.map文件中地址的含义 - Meaning of address' in System.map file 虚拟文件系统内存块创建 - Virtual File System Memory Block Creation 大于2GB的文件的System.IO.File.ReadAllBytes - System.IO.File.ReadAllBytes for file larger than 2GB 内存未满时分页文件使用率高 - High Paging file % Usage while memory is not full 使用Proc文件系统计算进程的内存 - Calculating memory of a Process using Proc file system 内存中的文件大小与文件系统中的大小相同吗? - Are files in memory the same size as they are in the file system?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM