Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 10.1.0.3.0...Lots broken.....
Fabrizio wrote:
> oracle_man wrote:
>
>> Here is one of the basic problem: ADDM is broken(maybe just for my >> platform AMD64,RHEL) >> >> Running the ADDM analysis on the specified pair of snapshots ... >> >> begin >> * >> ERROR at line 1: >> ORA-13711: Some snapshots in the range [1945, 1946] are missing key >> statistics. >> ORA-06512: at "SYS.PRVT_ADVISOR", line 1283 >> ORA-06512: at "SYS.DBMS_ADVISOR", line 190 >> ORA-06512: at line 27 >>
Thanks for the update. But here:
SQL*Plus: Release 10.1.0.4.0 - Production on Sat Jun 25 07:58:04 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> desc V$osstat
Name Null? Type ----------------------------------------- -------- ------------------ STAT_NAME VARCHAR2(64) VALUE NUMBER OSSTAT_ID NUMBER
SQL> select count(*) from v$osstat;
COUNT(*)
14
SQL> All is fine.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sat Jun 25 2005 - 09:59:14 CDT
![]() |
![]() |