Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Start asynchronous jobs from Oracle Forms

Here is an article about how to execute stored functions/procedures in an asynchronous way from an Oracle Forms application.

Read the article
Publicité
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article
R
Isn't it easier to submit the Stored Procedure using DBMS_JOBS ?Peter
Répondre
F
DBMS_JOBS won't give you any "call back" that the function/procedure is finished, so it meens that the DBMS_JOBS system is "blind", then you cannot synchronize start of p2 while p1 is finished.And also, DBMS_JOB won't return any function return value !