Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

ich versuche wie folgt eine stored function in sqldev auszuführen, jedoch ohne Erfolg

SET serveroutput on;

declare
r boolean
r:= meine_fct(1212212,
                                    to_date('30.06.2022', 'dd.mm.yyyy'),
                                        'X',
                                        to_date('01.11.2018', 'dd.mm.yyyy'),
                                             to_date('31.03.2023','dd.mm.yyyy'),
                                             19,
                                             'Y', 
                                           Outparam1,-- IN OUT Parameter
                                             Outparam2,-- IN OUT Parameter
                                             1,
                                            to_date('28.02.2023', 'dd.mm.yyyy'));

dbms_output.enable;
  dbms_output.put_line(Outparam1);
  dbms_output.put_line(Outparam2);

END; 
                                            

leider erhalte ich für die Funktion keine Ausgabe. Das Einzige, was sqldev mir ausspuckt ist: PL/SQL-Prozedur erfolgreich abgeschlossen. 

Ich hätte jedoch gerne eine Ausgabe gehabt um zu wissen ob die Funktion richtig berechnet.

Die DBMS-Ausgabe ist an.

Ich bedanke mich für jede Hilfe

  • Autor
vor 2 Stunden schrieb Whiz-zarD:

Du musst im SQL Developer die DBMS-Ausgabe aktivieren. Unter Ansicht => DBMS-Ausgabe.

Im neuen Fenster musst du dann eine neue Verbindung aufbauen.

Ja ist alles schon gemacht. Deswegen habe ich es auch im Titel angegeben

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.