如何在oracle中使用utl_file写入文件
如何使用 put 函数。我的程序没有用 put 编译。但 putline 工作正常。我想在同一行中打印
How to use put function.my procedure is not compiling with put. but putline is working fine. i want to print in the same line
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
下面是使用 UTL_FILE.PUT 和 UTL_FILE.PUT_LINE 调用的代码示例:
输出如下所示:
分享并享受。
Here's an example of code which uses the UTL_FILE.PUT and UTL_FILE.PUT_LINE calls:
The output from this looks like:
Share and enjoy.
这是一个使用 UTL_File.putline 的强大函数,其中包括必要的错误处理。它还处理页眉、页脚和其他一些特殊情况。
Here is a robust function for using UTL_File.putline that includes the necessary error handling. It also handles headers, footers and a few other exceptional cases.
您可以查看以下示例,了解如何在 PL/SQL 中使用 utl_file 进行记录/写入。
您可能面临的问题 -
无效的目录对象
You can check the below example of how to log/write using utl_file in PL/SQL.
Problems you can face-
Invalid directory object