Re: Dba_errors view in 10g

  • From: sol beach <sol.beach@xxxxxxxxx>
  • To: BoivinP@xxxxxxxxxxxxxxxxx
  • Date: Tue, 14 Dec 2004 08:46:16 -0800

SQL*Plus: Release 10.1.0.2.0 - Production on Tue Dec 14 08:44:03 2004

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

Enter user-name: / as sysdba
Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area  188743680 bytes
Fixed Size                   778036 bytes
Variable Size             162537676 bytes
Database Buffers           25165824 bytes
Redo Buffers                 262144 bytes
Database mounted.
Database opened.
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

HTH!

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

Other related posts: