Veritas InfoScale™ 8.0.2 Storage and Availability Management for Oracle Databases - AIX, Linux, Solaris
- Section I. Storage Foundation High Availability (SFHA) management solutions for Oracle databases
- Overview of Storage Foundation for Databases
- About Veritas File System
- Overview of Storage Foundation for Databases
- Section II. Deploying Oracle with Veritas InfoScale products
- Deployment options for Oracle in a Storage Foundation environment
- Deploying Oracle with Storage Foundation
- Setting up disk group for deploying Oracle
- Creating volumes for deploying Oracle
- Creating VxFS file system for deploying Oracle
- Deploying Oracle in an off-host configuration with Storage Foundation
- Deploying Oracle with High Availability
- Deploying Oracle with Volume Replicator (VVR) for disaster recovery
- Deployment options for Oracle in a Storage Foundation environment
- Section III. Configuring Storage Foundation for Database (SFDB) tools
- Configuring and managing the Storage Foundation for Databases repository database
- Configuring the Storage Foundation for Databases (SFDB) tools repository
- Configuring authentication for Storage Foundation for Databases (SFDB) tools
- Configuring and managing the Storage Foundation for Databases repository database
- Section IV. Improving Oracle database performance
- About database accelerators
- Improving database performance with Veritas Extension for Oracle Disk Manager
- About Oracle Disk Manager in the Veritas InfoScale products environment
- Improving database performance with Veritas Cached Oracle Disk Manager
- About Cached ODM in SFHA environment
- Configuring Cached ODM in SFHA environment
- Administering Cached ODM settings with Cached ODM Advisor in SFHA environment
- Generating reports of candidate datafiles by using Cached ODM Advisor in SFHA environment
- Generating summary reports of historical activity by using Cached ODM Advisor in SFHA environment
- Generating reports of candidate datafiles by using Cached ODM Advisor in SFHA environment
- Improving database performance with Quick I/O
- About Quick I/O
- Improving database performance with Cached Quick I/O
- Section V. Using point-in-time copies
- Understanding point-in-time copy methods
- Volume-level snapshots
- About Reverse Resynchronization in volume-level snapshots (FlashSnap)
- Storage Checkpoints
- About FileSnaps
- Considerations for Oracle point-in-time copies
- Administering third-mirror break-off snapshots
- Administering space-optimized snapshots
- Creating a clone of an Oracle database by using space-optimized snapshots
- Administering Storage Checkpoints
- Database Storage Checkpoints for recovery
- Administering FileSnap snapshots
- Backing up and restoring with Netbackup in an SFHA environment
- Understanding point-in-time copy methods
- Section VI. Optimizing storage costs for Oracle
- Understanding storage tiering with SmartTier
- Configuring and administering SmartTier
- Configuring SmartTier for Oracle
- Optimizing database storage using SmartTier for Oracle
- Extent balancing in a database environment using SmartTier for Oracle
- Configuring SmartTier for Oracle
- SmartTier use cases for Oracle
- Compressing files and databases to optimize storage costs
- Using the Compression Advisor tool
- Section VII. Managing Oracle disaster recovery
- Section VIII. Storage Foundation for Databases administrative reference
- Storage Foundation for Databases command reference
- Tuning for Storage Foundation for Databases
- About tuning Veritas Volume Manager (VxVM)
- About tuning VxFS
- About tuning Oracle databases
- About tuning Solaris for Oracle
- Troubleshooting SFDB tools
- About troubleshooting Storage Foundation for Databases (SFDB) tools
- About the vxdbd daemon
- Resources for troubleshooting SFDB tools
- Manual recovery of Oracle database
- Storage Foundation for Databases command reference for the releases prior to 6.0
- Preparing storage for Database FlashSnap
- About creating database snapshots
- FlashSnap commands
- Creating a snapplan (dbed_vmchecksnap)
- Validating a snapplan (dbed_vmchecksnap)
- Displaying, copying, and removing a snapplan (dbed_vmchecksnap)
- Creating a snapshot (dbed_vmsnap)
- Backing up the database from snapshot volumes (dbed_vmclonedb)
- Cloning a database (dbed_vmclonedb)
- Guidelines for Oracle recovery
- Database Storage Checkpoint Commands
- Section IX. Reference
- Appendix A. VCS Oracle agents
- Appendix B. Sample configuration files for clustered deployments
- Appendix C. Database FlashSnap status information
- Appendix D. Using third party software to back up files
Average metric values during an interval specified as a range of AWR snapshots by using Cached ODM Advisor in SFHA environment
You can use the -u snapshot_specification option of the dbed codm_adm command to restrict the report to activities that were recorded in a specific range of AWR snapshots. The snapshot_specification can be a single integer, in which case the report considers that many snapshots starting from the latest, in a reverse order. This allows you to generate a report on the recent read activity. Alternatively, the snapshot_specification can be used to specify a range of AWR snapshot ids, in the format starting_snapshot_id-ending_snapshot_id. This makes the report consider the snapshots in the specified range of snapshot ids.
The following is an example of generating a report of read activity during the interval specified by the last 10 AWR snapshots.
$ dbed_codm_adm -S sfaedb -H $ORACLE_HOME -o display -u 10 -t DATA Tablespace Filename Average Average Read Physical Physical Time (s) Reads per Blocks Snapshot Read per Snapshot DATA /data/sfaedb/data06.dbf 31188 31188 1547.12 DATA /data/sfaedb/data05.dbf 31131 31131 1542.57 DATA /data/sfaedb/data03.dbf 30757 30757 1500.78 DATA /data/sfaedb/data04.dbf 30687 30687 1525.45 DATA /data/sfaedb/data07.dbf 30569 30569 1522.47 DATA /data/sfaedb/data08.dbf 28781 28781 1422.77 DATA /data/sfaedb/data09.dbf 27789 27789 1372.41 DATA /data/sfaedb/data10.dbf 26828 26828 1317.54 DATA /data/sfaedb/data01.dbf 24978 24978 1223.66 Average per-block read time: 46.449 ms
The following is an example of generating a report of read activity during the interval specified by AWR snapshot id 80 to 90.
$ dbed_codm_adm -S sfaedb -H $ORACLE_HOME -o display -u 80-90 -t DATA Tablespace Filename Average Average Read Physical Physical Time (s) Reads per Blocks Snapshot Read per Snapshot DATA /data/sfaedb/data03.dbf 38896 38896 1544.60 DATA /data/sfaedb/data04.dbf 37649 37649 1586.97 DATA /data/sfaedb/data05.dbf 37139 37139 1532.11 DATA /data/sfaedb/data06.dbf 35875 35875 1462.15 DATA /data/sfaedb/data07.dbf 34451 34451 1404.10 DATA /data/sfaedb/data08.dbf 32219 32219 1284.36 DATA /data/sfaedb/data10.dbf 31451 31451 1247.67 DATA /data/sfaedb/data01.dbf 31377 31377 1254.35 DATA /data/sfaedb/data09.dbf 31320 31320 1243.18 Average per-block read time: 37.691 ms