Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 934677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:02:25+00:00 2026-05-15T21:02:25+00:00

how can i run one query in pl-sql- in parallel? i need all the

  • 0

how can i run one query in pl-sql- in parallel?

i need all the flow…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T21:02:25+00:00Added an answer on May 15, 2026 at 9:02 pm

    You can create JOBs in order to run the same query with parallelism.

    EXAMPLE

    CREATE OR REPLACE PROCEDURE target_deletion
    IS
       number_of_the_job   NUMBER;
    BEGIN
       DBMS_JOB.submit (number_of_the_job, 'begin stored_procedure_for_deletion; end;', SYSDATE);
    END;
    /
    

    EXPLAINATION

    Please suppose you have, in your Oracle DataBase, a stored procedure called exactly as follows:

    stored_procedure_for_deletion

    If you wish to execute that stored procedure many times with PARALLELISM, you have to create a stored procedure called for example “TARGET_DELETION” (written above), which creates a new job that invokes, with the PL/SQL block:

    begin stored_procedure_for_deletion; end;

    … the execution of your procedure called “stored_procedure_for_deletion”.

    The job starts immediately, so you can run the stored procedure target_deletion many consecutive times, in order to run the same procedure with parallelism.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With selenium can one run a test which check all images on a current
If I want to run this sort of query in SQL Server, how can
I have a custom SQL query I want to run, but the user can
With OS X Xcode installed one can run ruby code in terminal with >ruby
Can any one tell me why Objective-C is called a run-time language
I am using mapreduce to run the program, to submit one job: I can
I can run the following query in PHPMyAdmin, but for some reason I get
Writing my first SQL query to run specifically as a SQL Job and I'm
I want to run a query on both Oracle and SQL Server. The problem
I am really stuck with an sql query... I hope someone can help shed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.