如何在oracle中更新具有大尺寸更新查询的表?

发布于 2024-12-25 09:47:09 字数 101 浏览 0 评论 0原文

我有一个很大的更新查询,它是 320 Kb 的 sql 文件。我无法执行该查询/文件。请帮助我,我正在使用 Oracle 10g。只有一列包含批量数据,我在表中使用了 CLOB 数据类型。

I have large size of update query it is 320 Kb sql file. i can't execute that query/file.please help me i am using oracle 10g.only one column have that bulk data i used CLOB data type to the table.

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

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

发布评论

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

评论(1

就是爱搞怪 2025-01-01 09:47:09

我会尝试在 Unix/Linux 上以这种方式执行它:

save the query to x.sql
sqlplus myuser/mypass@mydb
@x

如果这不起作用,请包含相关的错误代码和消息。

I would try to execute it this way on Unix/Linux:

save the query to x.sql
sqlplus myuser/mypass@mydb
@x

If this does not work please include the relevant error codes and messages.

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