Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: db file sequential reads
Break out the champagne, amigo! ( timed_statistics does NOT require an
instance bounce)
SVRMGR> select * from v$version;
BANNER
Oracle8i Enterprise Edition Release 8.1.5.1.0 - Production PL/SQL Release 8.1.5.1.0 - Production CORE Version 8.1.3.0.0 - Production TNS for Solaris: Version 8.1.5.0.0 - Production NLSRTL Version 3.4.0.0.0 - Production
SVRMGR> show parameter timed_s
NAME TYPE VALUE ----------------------------------- ------- ------------------------------ timed_statistics boolean FALSE
SVRMGR> alter system set timed_statistics=TRUE; Statement processed.
SVRMGR> show parameter timed_s
NAME TYPE VALUE ----------------------------------- ------- ------------------------------ timed_statistics boolean TRUESVRMGR> -----Original Message-----
Hi Ross,
> RE (a) below, with the right version of "The Big O",
> you might not even need to bounce your instance!
That will be the day my friend when we break out the champagne!
John Kanagaraj
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: John Kanagaraj INET: JKanagaraj_at_mfi.com 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 Oct 13 2000 - 12:14:34 CDT
![]() |
![]() |