Solved
Statspack Installation
Is there any guide to install and manage statspacks on a customer environment to retrieve the performance information?
Best answer by Charith Epasinghe
Simply try out below oracle commands exist onside the oracle home to manage Statspack.
Installing statspack
$ORACLE_HOME/rdbms/admin/spcreate.sql
Automatic statistics gathering
$ORACLE_HOME/rdbms/admin/spauto.sql
Staspack PURGE
$ORACLE_HOME/rdbms/admin/sppurge.sql
Staspack DROP
$ORACLE_HOME/rdbms/admin/spdrop.sql
Generate Statspack reports
$ORACLE_HOME/rdbms/admin/spreport.sql
Instant Snaps - exec statspack.snap
View originalInstalling statspack
$ORACLE_HOME/rdbms/admin/spcreate.sql
Automatic statistics gathering
$ORACLE_HOME/rdbms/admin/spauto.sql
Staspack PURGE
$ORACLE_HOME/rdbms/admin/sppurge.sql
Staspack DROP
$ORACLE_HOME/rdbms/admin/spdrop.sql
Generate Statspack reports
$ORACLE_HOME/rdbms/admin/spreport.sql
Instant Snaps - exec statspack.snap
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.