Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP !!!! Simple problem...
Hi, Dhiru.
Aside from what Kenneth Stahl told you, take a look at your 'screen buffer' width in Options. If this is set too low, then your window will only be 'x' characters wide, and you can't scroll far enough to the right to see your data. I generally run with a buffer width of around 1000, but sometimes I get onto someone else's machine where it is set to around 100, and I see exactly what you have described, no matter what the linesize is set to.
Chris
Dhiru Pankhania wrote:
> I am a real newbie - taking courses / learning on line, etc
>
> I have personal edition of oracle 8.0.4. on my home computer - works
> fine.
> I have created some tables for exercise purposes. One table is 9
> columns across.
> The problem seems to be in the display of the data.
> Example: A select statement (select * from <table>;) displays only
> six columns (even when I scroll to the extreme right!! Now I know these
> columns exist because a describe statement defines the table exactly.
> Also a select statement calling for the extreme right columns displays
> them correctly.
>
> Please help - this is frustrating - I am always misled that those
> columns have not been defined/created!!!!
>
> I tried changing "LINESIZE" option - no can do
>
> I NEED HELP..
>
> Thanks - appreciate it.
>
> reply to: ez52116_at_bossk.mar.lmco.com
> and / or dzeepan_at_cs.com
Received on Wed Jul 21 1999 - 14:15:39 CDT
![]() |
![]() |