由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - sqlplus formatting ugly?
相关主题
how to append column data to an existing file?Noob question on Linux software raid.
how to get command history in sqlpus within Screen shell?please help: using 'cat' to merge large text files in linux
sqlquery里的值,如何赋值给外面的linux变量?vim中gq或者gw的对齐,要不就是太聪明,要不就是太弱智
matlab quiver is really ugly最近 pidgin 总是看不到 live messenger 的中文
国内的博客网站哪个最好?How to fix bad sectors on HD
请教:如何用sed来改变文件中的数字United airline的7474用的是redhat
KDE 4.4.3ext3 format, how to set folders undeletable, files are writable?
D 好像是一个很现实的 C/C++ 替代品请再次支持OCEF!不花钱,1分钟帮助孩子赢得$1,000,000 (转载)
相关话题的讨论汇总
话题: sqlplus话题: formatting话题: ugly话题: oracle话题: gives
进入Linux版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
it always gives extremely long lines, even if there is no content inside,
tried tora, but it only gives my mysql provider type, no oracle, though I
installed oracle on my box.
v*****r
发帖数: 1119
2
set linesize 80
用来做 text reporting tool, 没见过比 sqlplus 更 flexible,强大的。

【在 c******n 的大作中提到】
: it always gives extremely long lines, even if there is no content inside,
: tried tora, but it only gives my mysql provider type, no oracle, though I
: installed oracle on my box.

c******n
发帖数: 4965
3
did that, but then u will get ugly line wrapping
it took me a lot of time to compile tora on linux, but after start up it
does not function properly... damn
now installing TOAD on windows, and it says no oracle client

【在 v*****r 的大作中提到】
: set linesize 80
: 用来做 text reporting tool, 没见过比 sqlplus 更 flexible,强大的。

v*****r
发帖数: 1119
4
You need to take a look of this chapter on sqlplus formatting:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/

【在 c******n 的大作中提到】
: did that, but then u will get ugly line wrapping
: it took me a lot of time to compile tora on linux, but after start up it
: does not function properly... damn
: now installing TOAD on windows, and it says no oracle client

c******n
发帖数: 4965
5
this is what doesn't work for me:
I do a
select * from mytable;
then there are many columns, so I need to do
set lin 200
so they do not wrap around
then when I do a describe mytable,
the result has only 2 columns, but now they are shown really far apart; what
's worse, if I set lin=20000 to disable any line wrapping, (I can do this
because I could spool the output to a file, and later read in vim, with
nowrap option), these 2 columns are displayed in a completely messed up way

【在 v*****r 的大作中提到】
: You need to take a look of this chapter on sqlplus formatting:
: http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/

1 (共1页)
进入Linux版参与讨论
相关主题
请再次支持OCEF!不花钱,1分钟帮助孩子赢得$1,000,000 (转载)国内的博客网站哪个最好?
how to get rid of the column info row in mysql query?请教:如何用sed来改变文件中的数字
How to re-install Windows XP after a corrupted dual system?KDE 4.4.3
你们编程都用什么编辑器?D 好像是一个很现实的 C/C++ 替代品
how to append column data to an existing file?Noob question on Linux software raid.
how to get command history in sqlpus within Screen shell?please help: using 'cat' to merge large text files in linux
sqlquery里的值,如何赋值给外面的linux变量?vim中gq或者gw的对齐,要不就是太聪明,要不就是太弱智
matlab quiver is really ugly最近 pidgin 总是看不到 live messenger 的中文
相关话题的讨论汇总
话题: sqlplus话题: formatting话题: ugly话题: oracle话题: gives