【问题标题】:Is there any way to make the output in SQLPlus wider(on Windows )?有什么方法可以使 SQLPlus 中的输出更宽(在 Windows 上)?
【发布时间】:2014-11-12 19:18:38
【问题描述】:

为了更轻松地在 SQLPlus 中查看输出,我调整了窗口大小属性和字体(最小字体)。

但这就是我得到的:

完全一样,只是可读性差了很多。

我只想运行查询:

select * from user_tables where rownum < 10 ;

没有凌乱的不可读的行(目前我无法区分表格标题中的数据)

【问题讨论】:

    标签: cmd sqlplus


    【解决方案1】:

    one useful SQL*Plus optionone additional helper option 的帮助下,这是可能的。放

    set linesize 32767
    set trimout on
    

    在您选择之前。

    享受吧。

    【讨论】:

      猜你喜欢
      • 2021-11-04
      • 2015-04-25
      • 1970-01-01
      • 1970-01-01
      • 2015-06-25
      • 1970-01-01
      • 1970-01-01
      • 2012-02-18
      • 2013-08-04
      相关资源
      最近更新 更多