This post is a summary of the Oracle Statspack Survival Guide.
To install statspack :
- Create tablespace for it
- @?/rdbms/admin/spcreate (run as sysdba)
To take snaps :
- exec statspack.snap;
To create the report :
- @?/rdbms/admin/spreport.sql
This post is a summary of the Oracle Statspack Survival Guide.
To install statspack :
To take snaps :
To create the report :
Post a Comment