如何增加oracle SQLLDR中的异常限制

发布于 2024-08-31 16:49:52 字数 203 浏览 6 评论 0原文

如何增加oracle中的异常限制?

我有一个 excel 工作表,其中大约有 900 条要附加的记录。所以我将 excel 转换为 dat 文件并编写了一个批处理文件,该文件从 dat 文件中读取并将其附加到关注表中,但是一旦该批处理文件停止执行异常达到 51(未找到所有完整性约束父密钥),因此剩余的有效文件不会更新。很难找到哪个记录具有完整性约束有没有办法增加此异常限制?

how to increase the limit of exceptions in oracle ?

i have a excel sheet in which their are about 900 records to be appended .so i converted the excel to dat file and wrote a batch file that read from the dat file and appends it to the concern table but the batch file stop execution once the exceptions reach 51(all integrity constrain parent key not found) so the remaining valid files are not updated .its very difficult to find which record has integrity constrain is there a way to increase this exception limit ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

桃气十足 2024-09-07 16:49:52

指定 错误 SQLLDR 命令行范围。

Specify the ERRORS SQLLDR command line parameter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文