Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Dba_errors view in 10g

Re: Dba_errors view in 10g

From: rjamya <rjamya_at_gmail.com>
Date: Tue, 14 Dec 2004 11:42:46 -0500
Message-ID: <9177895d0412140842435f1a65@mail.gmail.com>


I think not ...

oraclei_at_aether-ATG2> sys

SQL*Plus: Release 10.1.0.3.0 - Production on Tue Dec 14 11:41:30 2004

Copyright (c) 1982, 2004, Oracle. All rights reserved.

Connected.
SQL> desc dba_errors

 Name                                      Null?    Type
 ----------------------------------------- -------- ----------------------------
 OWNER                                     NOT NULL VARCHAR2(30)
 NAME                                      NOT NULL VARCHAR2(30)
 TYPE                                               VARCHAR2(12)
 SEQUENCE                                  NOT NULL NUMBER
 LINE                                      NOT NULL NUMBER
 POSITION                                  NOT NULL NUMBER
 TEXT                                      NOT NULL VARCHAR2(4000)
 ATTRIBUTE                                          VARCHAR2(9)
 MESSAGE_NUMBER                                     NUMBER




On Tue, 14 Dec 2004 12:00:23 -0400, Boivin, Patrice J <BoivinP_at_mar.dfo-mpo.gc.ca> wrote:
> Can anyone check and tell me whether Oracle added a timestamp column to the
> dba_errors view?
>
> Just curious.
>
> Patrice.
> --
> http://www.freelists.org/webpage/oracle-l
>

-- 
------------------------------
select standard_disclaimer from company_requirements where category =
'MANDATORY';
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 14 2004 - 11:05:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US