Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Screen Width in SQL Plus?
I've tried doing that in SQL*Plus and it didn't allow the horizontal scrolling that I thought should occur. I switched to SQL*Plus 8.0.6 and the problem went away. Go figure.
"contrapositive" <contrapositive_at_my-deja.com> wrote in message
news:9182t6$kns$1_at_nnrp1.deja.com...
> I'm using Oracle SQL*Plus v 3.3.3.0.0, but not very successfully. What
> are the proper environment settings to ensure that I get a screen width
> of at least 1000? These are the settings I'm using...
>
> set linesize 1000;
> set arraysize 20;
> set wrap off;
>
> Sometimes it works, other times it does not. It's very inconsistent,
> and I haven't been able to determine a pattern. For example, sometimes
> if I minimize the window, I'll get the full screen width. But if I
> maximize it, it truncates at the end (far right) of the visible display.
>
> What am I doing wrong? Thanks in advance...
>
> B~
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Wed Dec 13 2000 - 14:30:20 CST
![]() |
![]() |