Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Calculating Oracle database i/o per second
In INIT.ORA, set TIMED_STATISTICS=TRUE. Then restart the database instance.
Then you can run "$ORACLE_HOME/rdbms/admin/utlbstat.sql" to start gathering
statistics. When you are
ready to see the file reads/writes, run
"$ORACLE_HOME/rdbms/admin/utlestat.sql". You will also find dozens of
usefull pieces of information about your database.
Best regards,
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-> <-> For 345+ Oracle tips, visit my Web Page: <-> <-> <-> <-> http://homepage.interaccess.com/~akaplan <-> <-> <-> <-> email: akaplan_at_interaccess.com <-> <-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->ngreene_at_my-deja.com wrote in message <838uvu$j86$1_at_nnrp1.deja.com>...
![]() |
![]() |