Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> V$SEGMENT_STATISTICS

V$SEGMENT_STATISTICS

From: Juan Cachito Reyes Pacheco <jreyes_at_dazasoftware.com>
Date: Tue, 9 Mar 2004 17:34:19 -0400
Message-ID: <001201c4061e$52d0d5e0$2501a8c0@dazasoftware.com>


Hi, I read an article http://www.dbazine.com/nanda1.html And this some tests, some one can share his experience using it, some tricks?

For example is there a way to fill them without using statpacks I tried

  EXECUTE IMMEDIATE 'alter session set TIMED_STATISTICS=TRUE';
  EXECUTE IMMEDIATE 'alter session set STATISTICS_LEVEL=ALL';
  EXECUTE IMMEDIATE 'alter session set max_dump_file_size=UNLIMITED';
  EXECUTE IMMEDIATE 'ALTER SESSION SET EVENTS ''10046 TRACE NAME CONTEXT
FOREVER, LEVEL 12''';
and didn't worked

Thank you :)

p.d. there is a free oracle database day dba. http://download-west.oracle.com/docs/cd/B12037_01/server.101/b10742.pdf



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Tue Mar 09 2004 - 15:36:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US