aiaiDBA

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

13718043309

010-86462881

EXP-00077: multiple output files specified for unbounded export file

EXP-00077: multiple output files specified for unbounded export file
Cause: You specified multiple file names when doing an export and you also specified a value of 0 for the FILESIZE parameter. Note that 0 is the value used if FILESIZE is not specified on the command line. Since a value of 0 for FILESIZE means that only one file will be written and there is no size limit for that file, the other files you specified in the FILE parameter can never be used.
Action: If you intended to write multiple files, respecify the command but use the FILESIZE to specify the maximum number of bytes that EXPORT should write to each file. If you intended to write only one file with no limits on it's size, reissue the EXPORT command but specify only one file name for the FILE parameter.

请先 登录 后评论

1 个回答

小智
EXP-00077:为无界导出文件指定的多个输出文件,
.原因:在执行导出时指定了多个文件名,并且还为FILESIZE参数指定了值0。请注意,0是在命令行中未指定FILESIZE时使用的值。由于FILESIZE的值为0意味着只有一个文件将被写入,并且该文件没有大小限制,因此在FILE参数中指定的其他文件永远不能使用。,
.操作:如果要写多个文件,请重新命令该命令,但使用FILESIZE来指定EXPORT应该写入每个文件的最大字节数。如果您打算只写一个文件,但对其大小没有限制,请重新发出EXPORT命令,但只为FILE参数指定一个文件名。,
.
请先 登录 后评论