sqlplus中如何设置desc结果的列宽?

发布于 2024-11-24 23:43:06 字数 47 浏览 0 评论 0原文

有没有办法设置sqlplus中desc命令结果的列宽?

Is there any way to set the column width of the result of desc command in sqlplus?

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

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

发布评论

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

评论(3

落日海湾 2024-12-01 23:43:06

In general you can't. Describe decides how much horizontal space to take up based on linesize. I asked Tom about how to set the describe width and linesize seperately. Some of the follow up answers have scripts to capture current linesize, change to a shorter linesize to keep the describe results compact, and then restore current linesize.

神爱温柔 2024-12-01 23:43:06

我相信您需要 SET LINES XX

但是这个方便的 SQL*plus 命令参考将会有所帮助:-)

http://ss64.com/ora/syntax-sqlplus-set.html

I believe you need SET LINES XX

However this handy SQL*plus command reference will help :-)

http://ss64.com/ora/syntax-sqlplus-set.html

ゝ偶尔ゞ 2024-12-01 23:43:06

您可以通过多种方式格式化 sqlplus 报告。

您在这里需要的大部分可以通过 [SET LIN[ESIZE][2]] 来实现(您必须向下滚动)

You can format sqlplus reports in a variety of ways.

What you need here can be mostly achieved by [SET LIN[ESIZE][2]] (you have to scroll down)

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