Please enter search query.
Search <book_title>...
InfoScale™ 9.0 SmartIO for Solid-State Drives Solutions Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Solaris
- Introducing SFHA Solutions SmartIO
- Using the SmartIO feature: use cases
- About SmartIO read caching for applications running on VxVM volumes
- About SmartIO read caching for applications running on VxFS file systems
- About SmartIO caching on SSD devices exported by FSS
- About SmartIO write-back caching for applications running on VxFS file systems
- About multiple SmartIO cache areas for read and write-back caching on VxFS file systems
- About SmartIO caching for Oracle databases on VxFS file systems
- About SmartIO caching for databases on VxVM volumes
- Administering SmartIO
- Enabling or disabling caching for a data object
- Viewing the SmartIO cache statistics
- Troubleshooting and error handling
- Appendix A. Command reference
Setting SmartIO caching policies for database objects
A Database Administrator (DBA) with knowledge of the database activity and usage statistics may want to adjust the SmartIO caching policies based on this information. You can set a SmartIO caching policy for a specified database object, including a named tablespace, a recent partition, or a particular datafile. You can also pin a specified database object to hold it in the SmartIO cache area.
See Pinning and unpinning database objects.
To set the caching policy for a specified database object
- Use the following command:
# sfcache app [cachearea=cachearea_name] oracle -S $ORACLE_SID \ -H $ORACLE_HOME -o set --cachemode={nocache|read} \ {--datafile=name | --partition=name \ | --tablespace=name | --tablecluster=name \ | --filelist=name}