Examples with "PL/SQL Block" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Entweder speichern wir den Code in Form von Objekten wie Procedures, Functions oder Triggern oder wir verwenden einen anonymen PL/SQL Block.
Either you store it in objects like procedures, functions or triggers or you use an anonymous PL/SQL block.
Prüfen wir das mal nach: Ein PL/SQL Block fügt 32.767 mal ein Leerzeichen an einen CLOB an - eigentlich dürfte kein temporärer LOB entstehen...
So let's check this: A PL/SQL block adds 32.767 space characters to a CLOB - so we should see Cached temp lobs: 0
DECLARE ist Optional, PL/SQL ist NICHT Case Sensitiv (Gross- und Kleinschreibung spielt keine Rolle), wir können ohne Probleme Einzeiler schreiben mit PL/SQL und EXEC ist nur ein sqlplus Befehl welcher in einen anonymen PL/SQL Block übersetzt wird.
DECLARE is optional, PL/SQL is NOT case sensitive, you can write one liners with PL/SQL and exec is a sqlplus command, not SQL or PL/SQL.
Andere resultaten
Nach Abschluß des PL/SQL-Blocks bleibt genau der eine temporäre LOB übrig.
After the block has finished, exactly one temporary LOB remains.
Definiert den PL/SQL-Block, den Oracle ausführt, wenn der Trigger ausgelöst wird.
Defines the PL/SQL block that Oracle executes when the trigger is fired.
Gibt den PL/SQL-Block an, der den Regelkörper bildet.
Specifies the PL/SQL block forming the body of the rule.
Im Gegensatz zu vorhin sind sie nun auch nach Abschluß des PL/SQL-Blocks noch da.
So wird ein SQL- und/oder PL/SQL-Block ausgeführt
How to execute SQL and/or a PL/SQL block
Für das Testen von PL/SQL-Prozeduren und Funktionen erzeugt Hora automatisch einen anonymen PL/SQL-Block mit Platzhaltern für die entsprechenden Aufrufparameter.
When you're ready to test, Hora furnishes a skeleton calling block for each procedure or function, with default values for the required parameters.
Unterprogramme folgen der Struktur von PL/SQL-Block. Das bedeutet, dass sie über Folgendes verfügen
Um ein Inline-Programm zu benutzen, müssen Sie es als PL/SQL-Block, eine gespeicherte Prozedur oder eine ausführbare Datei konfigurieren.
To use an inline program, you must define the inline program as a PL/SQL Block, a stored procedure, or an executable file.
Schauen Sie dem Trainer bei der Programmierung eines anonymen PL/SQL-Blocks über die Schulter.
Der PROCEDURE-Abschnitt ist der einzige obligatorische Teil eines PL/SQL-Blocks.
The PL/SQL portion of the definition takes the general form