F1DO Creative Commons License 2014.10.06 0 0 5071

Próbálkozom vele, ám nem megengedett változónév a 7. sornál hibaüzenet, szerintem a max(ora_rowscn) -el lesz valami gond..

 

 

Ez pedig saját kútfőből egy eleve rossz próbálkozás? - jelenleg elszáll azzal, hogy a max függvény csak sql statementnél használható.

 

declare
    cursor mutato is
       select table_name from user_tables;
begin
    for mutato_record in mutato
      loop
          scn_to_timestamp(max(ora_rowscn));
      end loop;
end;

Előzmény: halaloszto (5070)