7.7.1.7.16 flashcachesize Attribute
Purpose
The flashcachesize attribute defines a hard limit for
space usage in Exadata Smart Flash Cache. The
limit cannot be exceeded, even if the cache is not full.
Syntax
ALTER IORMPLAN
dbplan=(( name=db_name, ... flashcachesize=number ... ) ... )
Usage Notes
-
You specify the value for
flashcachesizein bytes. You can also use the suffixesM(megabytes),G(gigabytes), orT(terabytes) to specify larger values. For example,300M,150G, or1T. -
The value for
flashcachesizemust be at least 4 MB. -
The
flashcachelimitandflashcachesizeattributes cannot be specified in the same directive. -
The value for
flashcachesizecannot be smaller thanflashcachemin, if it is specified. -
In an IORM plan, if the size of Exadata Smart Flash Cache can accommodate all of the
flashcacheminandflashcachesizeallocations, then eachflashcachesizedefinition represents a guaranteed space allocation.However, starting with Oracle Exadata System Software release 19.2.0 you can use the
flashcachesizeattribute to over-provision space in Exadata Smart Flash Cache. Consequently, if the size of Exadata Smart Flash Cache cannot accommodate all of theflashcacheminandflashcachesizeallocations, then onlyflashcacheminis guaranteed.
Parent topic: ALTER IORMPLAN