Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Statspack setup for 2nd RAC instance ?...basic Qs
Thanks Tim as always for the support & explanation in such simple language.
It worked. I simply executed "exec statspac.snap" from the 2nd instance & the 2nd started appearing thereafter in the sprepins.sql Output
Would you still recommend the following parameters (as picked up from your site) for RAC with 10gR2 & advised by Barbara?
exec statspack.modify_statspack_parameter( -
i_snap_level => 7, -
i_executions_th => 1000, -
i_parse_calls_th => 1000, -
i_disk_reads_th => 10000, -
i_buffer_gets_th => 100000, -
i_sharable_mem_th => 1048576, -
i_version_count_th => 20, -
i_seg_itl_waits_th => 1)
NOTE - We aim to collect Statspack for Benchmark Runs on a Hybrid Banking Application product
Cheers
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Tim Gorman
Sent: Wednesday, February 07, 2007 12:48 AM
Vivek,
Yes, you did communicate the issue sufficiently. What you have not done is
understand Barb's response sufficiently.
You only need to take at least two snapshots on an instance in order
for "spreport.sql" to have something against which to report. The STATSPACK repository is always installed initially capable of handling data from
multiple OPS/RAC instances - there is no "installation" process for
additional OPS/RAC instances. Barb provided you with instructions on how to
schedule DBMS_JOB jobs on the second instance -- once those snapshots
happen, then "spreport.sql" will have something to report against.
Hope this helps...
-Tim
![]() |
![]() |