| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> truncated output from simple select stmt...
Hello all,
Using 8.1.7 on Win2kPro sp3. I don't understand why the output in the TEXT column is truncated. I don't have any formatting applied to the column...
Any assistance is appreciated.
hr_at_DEMODB> CLEAR COLUMNS
columns cleared
hr_at_DEMODB> select text, text_length
2 from user_views
3 where view_name='COMPANY_PHONE_BOOK';
TEXT TEXT_LENGTH -------------------------------------^^---------------------- ----------- SELECT employee_id, 99last_name || ', '|| first_name name,
^
| why the truncation??
Received on Wed Aug 14 2002 - 13:34:25 CDT
![]() |
![]() |