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: Pete Finnigan <pete_at_petefinnigan.com>
Date: Sat, 4 Oct 2003 10:38:32 +0100
Message-ID: <V+sJ1DBYUpf$Ewsu@peterfinnigan.demon.co.uk>


Hi

Write a C function that accesses the screen driver and sends the relevant commands to clear the screen then wrap this as an external procedure and call from PL/SQL...

you could of course you could just type "clear screen" in sqlplus first before running your pl/sql.

or from pl/sql change your loop to use dbms_output.put_line('.'); as you cannot print blanks with dbmsoutput.put_line()....

but as Daniel said, why???

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Sat Oct 04 2003 - 04:38:32 CDT

Original text of this message

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