Blocks of PL/SQL are passed to and processed by a PL/SQL engine, which may reside within the tool or within the Oracle Server.
Der Oracle Server erlaubt die Speicherung und Verwaltung von Daten über die Sprache SQL zusammen mit PL/SQL.
By default, PL/SQL code is being compiled to "bytecode" which is then being executed by the "PL/SQL engine".
Standardmäßig wird beim Kompilieren eines PL/SQL-Objekts ein "Bytecode" generiert, der dann von einer "PL/SQL VM" ausgeführt wird.
Autres résultats
2-> The declarative part of the procedure body begins in this section. StartProcess consists of calls to various Workflow Engine PL/SQL APIs. See: Workflow Engine APIs.
2-> Der deklarative Teil des Prozedurtextes beginnt in diesem Abschnitt. StartProcess besteht aus Aufrufen verschiedener Workflow Engine PL/SQL-APIs. Siehe: Workflow Engine-APIs.
You may reference these global engine variables in your PL/SQL function.
All PL/SQL stored procedures that are called by function or notification activities in an Oracle Workflow process should follow this standard API format so that the Workflow Engine can properly execute the activity.
Alle gespeicherten PL/SQL-Prozeduren, die von einer Funktions- oder Benachrichtigungsaktivität in einem Oracle Workflow-Prozess aufgerufen werden, müssen das Standard-API-Format einhalten, damit die Workflow Engine die Aktivität korrekt ausführen kann.
For this reason, you should never commit within the PL/SQL procedure of a function activity. In general, the Workflow Engine never issues a commit as it is the responsibility of the calling application to commit.
Aus diesem Grund sollten Sie niemals innerhalb der PL/SQL-Prozedur eine Funktionsaktivität festschreiben. Im Allgemeinen gibt die Workflow Engine niemals einen Commit-Vorgang aus, da die aufrufende Anwendung für das Festschreiben zuständig ist.
Oracle Workflow lets you include your own PL/SQL procedures as activities in your workflows. Without modifying your application code, you can have your own program run whenever the Workflow Engine detects that your program's prerequisites are satisfied.
Bei Oracle Workflow können Sie Ihre eigenen PL/SQL-Prozeduren als Aktivitäten in Ihren Workflows aufnehmen. Ohne Ihren Anwendungscode zu ändern, können Sie immer dann Ihr eigenes Programm ausführen, wenn die Workflow Engine feststellt, dass die Anforderungen Ihres Programms erfüllt sind.
Many of these Workflow Engine APIs also have corresponding Java methods that you can call from any Java program to integrate with Oracle Workflow. The following list indicates whether the Workflow Engine APIs are available as PL/SQL functions/procedures, as Java methods, or both.
Viele dieser Workflow Engine-APIs beinhalten entsprechende Java-Methoden, die Sie zur Integration mit Oracle Workflow aus jedem Java-Programm aufrufen können. Die folgende Liste gibt an, ob die Workflow Engine-APIs als PL/SQL-Funktionen/-Prozeduren, als Java-Methoden oder in beiden Versionen zur Verfügung stehen.
The methods are defined within the EngineAPI class and the NotificationAPI.class, in the Java package 'oracle.apps.fnd.wf.engine'. If a Workflow Engine or Notification API has a corresponding Java method, its Java method syntax is displayed immediately after its PL/SQL syntax in the documentation.
Die Methoden werden innerhalb der EngineAPI-Klasse und der NotificationAPI.class im Java-Package "oracle.apps.fnd.wf.engine" definiert. Wenn eine Workflow Engine oder Benachrichtigungs-API eine entsprechende Java-Methode aufweist, wird diese Java-Methodensyntax sofort nach der PL/SQL-Syntax in der Dokumentation angezeigt.
The engine threshold is set in an externalized constant called THRESHOLD. Include the following line in your PL/SQL procedure to set the WF Engine threshold to a different value
Der Schwellenwert der Engine wird in einer externen Konstanten mit der Bezeichnung THRESHOLD festgelegt. Nehmen Sie die folgende Zeile in die PL/SQL-Prozedur auf, um den Schwellenwert von WF Engine auf einen anderen Wert einzustellen
In some cases, you may want to force the engine to defer an activity although the activity's cost is less than fifty. You can do this by altering the Workflow Engine threshold in the PL/SQL stored procedure for a function activity.
In einigen Fällen können Sie die Engine zwingen, eine Aktivität zu verzögern, obwohl die Kosten der Aktivität niedriger sind als 50. Dies geschieht, indem Sie den Schwellenwert der Workflow Engine in der gespeicherten PL/SQL-Prozedur für eine Funktionsaktivität ändern.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.
Aucun résultat pour cette recherche.
Synonymes et analogies de "PL/SQL engine" en anglais