Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
alle angemeldeten Benutzer können eine gegebene aktion ausgeben
declare a_akt varchar(30); a_dat varchar(30); p_zaehler number (4); begin a_akt := 'dba'; a_dat := TO_DATE('07.08.19','DD.MM.YY'); p_zaehler := 0; dbms_output.put_line('-----------------------------------'); dbms_output.put_line('-----------------------------------'); dbms_output.put_line('Alle Benutzer der Aufgabe:'); select count(*) into p_zaehler from aktanm where akt = a_akt; if p_zaehler = 0 then raise_application_error(-20001, 'Kein Benutzer gefunden'); else for rec in (select ben,akt, dat from aktanm where akt=a_akt and dat=a_dat) loop dbms_output.put_line('Benutzer: '||rec.ben||'| Aktion: '||rec.akt||'| Datum: '||rec.dat); end loop; end if; dbms_output.put_line('-----------------------------------'); dbms_output.put_line('-----------------------------------'); --dbms_output.put_line(rec.count); exception when others then dbms_output.put_line(sqlerrm); end;
run
|
edit
|
history
|
help
0
oracle plan
Recursive sql
Factorial
Srinivas
get circle params
ERR
ABC
TALUNO
Srinivas
t1