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

Home -> Community -> Usenet -> c.d.o.server -> Progress-bar

Progress-bar

From: roblop <roblop_at_friko2.onet.pl>
Date: 2000/07/20
Message-ID: <8l7agb$1n4$1@news.ipartners.pl>#1/1

Is there any function,package or something else which may help me with making "progress-bar"?.
For example i have 1 000 000 records to update and It take long time. User may suppose that update "hang - up" and reset connection. Progress - bar in PL/SQL may look as below:

loop
  a:=1;
  Display status bar i.e.next line with grow-up number of "#"   Do something with "a" to grow up
end loop;

Regard,
Roblop Received on Thu Jul 20 2000 - 00:00:00 CDT

Original text of this message

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