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
Pinning and unpinning database objects
Use this procedure to pin or unpin the specified database object, including a named tablespace, table-cluster, partition or datafile.
The pin operation prevents the data from being evicted from the cache. You can pin commonly used database objects so that SmartIO does not evict the data and later need to cache the data again. The pinned data is kept in the cache indefinitely, until it is deleted or explicitly unpinned.
The unpin operation removes data from the pinned state. The unpin operation does not cause the data to be immediately evicted. SmartIO considers the data for eviction in the same way as any other data, when space is required in the cache.
To pin or unpin the specified database object
- To pin or unpin the specified database object, including a named tablespace, table-cluster, partition or datafile, use the following command:
# sfcache app [cachearea=cachearea_name] oracle -S $ORACLE_SID \ -H $ORACLE_HOME -o {pin | unpin} {--datafile=name \ | --partition=name | --tablespace=name}