Home » Developer & Programmer » Forms » process queries parallel
process queries parallel [message #87706] Wed, 02 February 2005 17:40
hudo
Messages: 165
Registered: May 2004
Senior Member
On a tab page should be displayed the result of four indifferent queries, each based on a stored procedure.
At the moment, the queries are processed serially, by the statements:
GO_BLOCK('one');
CLEAR_BLOCK(No_Validate);
EXECUTE_QUERY;
GO_BLOCK('two');
CLEAR_BLOCK(No_Validate);
EXECUTE_QUERY;
...

Is there a way to processes the queries parallel ?
Previous Topic: RE: the 255 character limitation in dbms_output.put_line
Next Topic: How to Display Last 15 Days Record in Execute Query
Goto Forum:
  


Current Time: Mon Sep 16 13:27:46 CDT 2024