Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Dba_errors view in 10g
Hi Patrice,
no, no new timestamp, but 2 columns anyway.
HTH J.N.
> Can anyone check and tell me whether Oracle added a timestamp column to
the
dba_errors view?
SQL> select column_name, data_type
2 from dba_tab_columns_at_win where table_name = 'DBA_ERRORS' -- 10.1
3 minus
4 select column_name, data_type
5 from dba_tab_columns where table_name = 'DBA_ERRORS' -- 9.2
6 ;
COLUMN_NAME
ATTRIBUTE
VARCHAR2
MESSAGE_NUMBER
NUMBER
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Dec 14 2004 - 11:24:12 CST
![]() |
![]() |