Standby Statspack Readme

sbcreate.sql      - Install standby statspack
    sbcusr.sql    - Called from sbcreate.sql to create the schema
    sbctab.sql    - Called from sbcreate.sql to create tables holding snapshots
    sbaddins.sql  - Called from sbcreate.sql to add a standby database instance                     to the configuration. 

sbaddins.sql      - Add a standby database instance to the configuration
    sbcpkg.sql    - Called from sbaddins.sql to create the instance specific 
                    statspack package

sblisins.sql      - List instances in the standby configuration

sbreport.sql      - Create a report
    sbrepcon.sql  - Called from sbreport.sql to get the report configuration
    sbrepins.sql  - Called from sbreport.sql to create the actual report

sbpurge.sql       - Purge a set of snapshots

sbdelins.sql      - Delete an instance from the standby configuration

sbdrop.sql        - Drop the user and tables of the standby statspack
    sbdtab.sql    - Called from sbdrop.sql to drop tables
    sbdusr.sql    - Called from sbdrop.sql to drop user
                                                                               
~                                                                               
