Home » Infrastructure » Other Operating Systems » how do you create a progress bar
how do you create a progress bar [message #101701] Tue, 16 April 2002 05:34 Go to next message
scott
Messages: 73
Registered: September 1999
Member
I am currently creating a file sharing system in oracle 8i and I desperatley need to implement a progress bar when downloading files, I would appreciate any help.
Re: how do you create a progress bar [message #101704 is a reply to message #101701] Wed, 15 May 2002 06:24 Go to previous messageGo to next message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
Any long running pl/sql can update it's progress in v$session. Any other session can read v$session to monitor progress.

begin
-- upload first 100k chunk
dbms_application_info.set_client_info('file upload 100k done');
-- upload next 100k chunk
dbms_application_info.set_client_info('file upload 200k done');
...
end;
progress bar with time and number of bytes [message #101734 is a reply to message #101704] Tue, 21 January 2003 10:33 Go to previous messageGo to next message
sai
Messages: 27
Registered: October 2001
Junior Member
No Message Body
Re: how do you create a progress bar [message #101756 is a reply to message #101704] Tue, 17 February 2004 06:31 Go to previous message
Ritendra Srivastava
Messages: 4
Registered: February 2004
Junior Member
How do you come to know when you are done -- upload first 100k chunk and then -- upload next 100k chunk. Pls let me know in detail, that will be appreciated.

thanks
Ritendra
Previous Topic: oracle on VMS
Next Topic: ProCobol ORA-0101 Invalid Cursor Error
Goto Forum:
  


Current Time: Fri Mar 29 04:47:49 CDT 2024