process queries parallel

oracle Germany
  • 16 years ago
    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 ?
  • 15 years ago
    I AM NEW TO DEVELOPER FIELD .

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Brevity is the soul of wit” - Shakespeare