Used to get a value indicating whether Oracle resources assosiated with the current statement will be cached inside a session.
property StatementCache: boolean default False;
OCI statement cache is enabled when you set TOraSessionOptions.StatementCacheSize in TOraSession.Options to a positive value. Set TOraSessionOptions.StatementCacheSize to 0 (default) or TOraSession.Options.StatemantCache to false if you don't want the statements to be cached.