Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: report.txt
I tried to run the utlbstats.sql and utlestats.sql scripts but I keep on
getting error messages saying that the stats$files table doesn't exist. Is
there any other file I should run in order to have this table created?
SQL> select table_space, file_name,
2 phys_reads reads, phys_blks_rd blks_read, phys_rd_time
read_time,
3 phys_writes writes, phys_blks_wr blks_wrt, phys_wrt_tim
write_time,
4 megabytes_size megabytes
5 from stats$files order by table_space, file_name;
from stats$files order by table_space, file_name
*
ERROR at line 5:
ORA-00942: table or view does not exist
TIA, Eliane
>-----Mensagem original-----
>De: Steve Adams <steve.adams_at_ixora.com.au>
>Para: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Data: Sexta-feira, 28 de Julho de 2000 08:38
>Assunto: RE: report.txt
>
>
>>
>>
>>Hello,
>>
>>Try send a few sample report files to http://www.oraperf.com/.
>>
>>Regards,
>>Steve Adams
>>http://www.ixora.com.au/
>>http://www.oreilly.com/catalog/orinternals/
>>http://www.christianity.net.au/
>>
>>
>>-----Original Message-----
>>DESANTIS77_at_aol.com
>>Sent: Friday, 28 July 2000 3:25
>>To: Multiple recipients of list ORACLE-L
>>
>>
>>Does anyone know of good book that does a good job explaining the
>>report.txt report that is generated by utlbstat.sql and utlestat.sql.
>>I'm taking the performance tuning exam soon and I need to understant the
>>output that is report.txt.
>>
>>Thanks
>>
>>--
>>Author: Steve Adams
>> INET: steve.adams_at_ixora.com.au
>>
>>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>>San Diego, California -- Public Internet access / Mailing Lists
>>--------------------------------------------------------------------
>>To REMOVE yourself from this mailing list, send an E-Mail message
>>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>>the message BODY, include a line containing: UNSUB ORACLE-L
>>(or the name of mailing list you want to be removed from). You may
>>also send the HELP command for other information (like subscribing).
Received on Fri Jul 28 2000 - 08:02:40 CDT
![]() |
![]() |