Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CHR function for 18 times space?

685758Jan 11 2011 — edited Jan 11 2011
hi,
Is there any function if i want 18 time space in my dbms output messages.
I am using CHR(32) as

DBMS_OUTPUT.PUT_LINE(chr(32)||chr(32)||chr(32)||chr(32)'** End Time ** : '||systimestamp );

or
DBMS_OUTPUT.PUT_LINE(' ** End Time ** : '||systimestamp );
This post has been answered by Dbb on Jan 11 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2011
Added on Jan 11 2011
5 comments
7,308 views