Oracle PL/SQL Tutorial/System Tables Data Dictionary/v log history
Версия от 13:45, 26 мая 2010; (обсуждение)
30. Get the log history information for the past 3 days
SQL> select * from v$log_history where first_time > sysdate - 3;
no rows selected
SQL>
SQL>
SQL>