CHR function for 18 times space?
685758Jan 11 2011 — edited Jan 11 2011hi,
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 );