Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL-Worksheet -> with of answers of show errors
Hi
For long set longwidth <somenumber> ex. set longwidth 200 For char/varchar2 set charwidth <somenumber> ex. set charwidth 200
Note: user_errors.text is varchar2(2000) so you should use ser charwidth
Nicolas Bronke wrote:
> Using the sql-worksheet I can display errors using the command show errors.
> But normally the results are cutted after the 72 (or around) character.
> Therefore I have to make a guess what the errors are. Can I enhance the
> length of the result string?
>
> Regards
> Nicolas Bronke
Received on Tue Sep 14 1999 - 12:48:39 CDT
![]() |
![]() |