Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Space in the output
Hello Neil,
Thanks a lot, it helps.
BTW don't you know wheter is possible to change default TAB setting?
Now the TAB settings is every eight characters and I would need
less..:-(
Thanks again,
Erika
Neil C wrote:
>
> Not sure the exact answer, but a tab instead of spaces worked for me ??
>
> HTH
>
> NeilC
>
> Erika Grondzakova wrote in message <3815C064.8E76E19C_at_cern.ch>...
> >Hello,
> >
> >Is it possible to force somehow Oracle in SQL*Plus to get output of the
> >DBMS_OUTPUT.PUT_LINE command with the leading spaces?
> >
> >Following example will print the word hello from the beginning from the
> >line:
> >
> >SQL> begin
> > 2 dbms_output.put_line(' hello');
> > 3 end;
> > 4 /
> >hello
> >
> >And I would like to display it with the leading spaces :
> > hello
> >
> >Actually I need it in the file where I'm spooling the output.
> >
> >Thank you in advance,
> >
> >Erika
Received on Tue Oct 26 1999 - 10:47:23 CDT
![]() |
![]() |