aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-00013: Unable to open include file "string" at line number in file string

PCC-00013: Unable to open include file "string" at line number in file string
Cause: The precompiler was unable to open the input file specified in the INCLUDE statement. Some possible causes follow:
o The filename is misspelled.

o The file does not exist.

o The search path to the file is incorrect.

o File access privileges are insufficient.

o There is not enough disk space.

o There are too many open files.

Action: Check that the file exists, that the search path to the file is correct, that sufficient privileges to access the file have been granted, and that it is not locked by another user. Also, check that there is enough disk space and that the limit for open files is set high enough (check with the system manager).

请先 登录 后评论

1 个回答

小智
PCC-00013:无法打开包含文件“ 字符串的行” 号文件字符串,
.原因:预编译器无法打开INCLUDE语句中指定的输入文件。一些可能的原因如下:,
.o文件名拼写错误。,
.,
.o文件不存在。,
.,
.o文件的搜索路径不正确。,
.,
.o文件访问权限不足。,
.,
.o没有足够的磁盘空间。,
.,
.o打开的文件太多。,
.,
.操作:检查文件是否存在,文件的搜索路径是否正确,已授予访问该文件的足够权限,并且未被其他用户锁定。另外,检查是否有足够的磁盘空间,并且打开文件的限制设置得足够高(与系统管理员确认)。,
.
请先 登录 后评论