gpt4 book ai didi

sql - Oracle SQLPlus : How to display the output of a sqlplus command without having to first issue the spool off command?

转载 作者:行者123 更新时间:2023-12-04 19:05:34 26 4
gpt4 key购买 nike

有没有办法显示 sqlplus 命令的输出而不必先发出 spool off 命令?

我将 sqlplus session 的结果假脱机到文件,同时拖尾文件。这样做的原因是对于行很长的表,格式更容易从文件中查看。问题是要查看输出,每次我在 sqlplus 中运行命令时,我都必须发出 spool off 命令。

我可以配置 sqlplus 以便在我发出 spool 命令后,所有输出都可以立即在文件中查看。

(格式化行在屏幕上的显示方式不是一种选择。)

谢谢

最佳答案

SPOOL 真正用于创建 SQL*Plus 输出文件,无论出于何种目的:记录、输入到另一个进程等。没有用于在飞行中查看其输出的工具。

有多种方法可以解决这个特定问题,但最简单的方法肯定是使用包含数据浏览器的 IDE,从而避免拖尾文件的需要。市面上有很多,包括Quest's TOADAllround Automation's PL/SQL Developer ,但如果您不想支付许可费,那么您应该查看 Oracle's own (free) SQL Developer .

关于sql - Oracle SQLPlus : How to display the output of a sqlplus command without having to first issue the spool off command?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3013805/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com