DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 12

Thread: error when running STATSPACK

Threaded View

  1. #3
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Make sure the system parameter TIMED_STATISTICS=TRUE and did you gather the stats? Once after you install the statspack, you have to gather some stats. Once this was completed, you run the stats report there you will have to specify the starting and ending snap numbers to generate the stats report.

    Code:
           sqlplus perfstat@instance_name
           SQL> execute statspack.snap(i_snap_level=>10, i_modify_parameter=> 'true');
    Execute the above code a few times and then try generating your report.

    Hope this will help.

    Sam
    Last edited by sambavan; 07-15-2003 at 05:10 PM.
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width