Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> clearing the screen

clearing the screen

From: Odba1961 <odba1961_at_aol.com>
Date: 03 Oct 2003 19:42:27 GMT
Message-ID: <20031003154227.12079.00000189@mb-m03.aol.com>


Can someone tell me how to clear the screen using pl/sql. I have tried the following but to no avail.

begin

for v_counter in 1..30 loop
dbms_output.put_line(' ');
end loop;
end;   

thanks Received on Fri Oct 03 2003 - 14:42:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US