Oracle PL/SQL/System Tables Views/V log history — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 10:01, 26 мая 2010
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>