Computing.Net > Forums > Unix > Executing Oracle stored procedures from

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Executing Oracle stored procedures from

Reply to Message Icon

Name: Ian
Date: July 23, 2001 at 20:45:20 Pacific
Comment:

I have a situation where I want to execute three Oracle stored procedures in parallel from a UNIX script. From my current testing I can't execute the stored procedure in parallel - only in sequence. I know that it can be done using the DBMS_JOB utlility in Oracle from a single stored procedure though would like to steer clear if possible.

Does anyone have any experience performing a task like this ? Can it be done within the same script or must it be carried out by executing three completely seperate statements ?

Any help offered would be greatly appreciated.

Regards,
Ian



Sponsored Link
Ads by Google

Response Number 1
Name: Erick
Date: August 10, 2001 at 06:02:48 Pacific
Reply:

Oracle enables to execute several time the same procedure (in the same time).Of course your PL/SQL procedure must manages the Lock table or record . But if you just make 'select' there is no problem with the parallele procedure call.

But this the Oracle behaviour. Sorry but I don't know what append when you call the procedure through Unix.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Executing Oracle stored procedures from

Compile stored procedures www.computing.net/answers/unix/compile-stored-procedures/2891.html

unix script from a stored procedure www.computing.net/answers/unix/unix-script-from-a-stored-procedure/6604.html

passing paramters with spaces www.computing.net/answers/unix/passing-paramters-with-spaces/6406.html