Oracle PL/SQL/System Tables Views/V log history

Материал из SQL эксперт
Перейти к: навигация, поиск

Get the log history information for the past 3 days

   <source lang="sql">
   

SQL> select * from v$log_history where first_time > sysdate - 3; no rows selected SQL> SQL> SQL>



 </source>