hi
is there any approach in pl/sql to execute more than one procedure in one time like:
BEGIN
Proc1('first');
Proc1('second');
Proc1('third');
END;
but without wait between execute everyone of them
Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Hi,
Its better you can create different jobs for each procedure and setting their time same to start execution.