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 -> Re: clearing the screen

Re: clearing the screen

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Fri, 03 Oct 2003 13:01:01 -0700
Message-ID: <1065211264.901211@yasure>


Odba1961 wrote:

>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
>
>

It is impossible. It is unnecessary. It is meaningless. Ask someone to assign you some work. ;-)

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Fri Oct 03 2003 - 15:01:01 CDT

Original text of this message

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