which scenarios is the cached result bypassed?

You created a PL/SQL function with the RESULT_CACHE and RELIES_ON clauses. In which
scenarios is the cached result bypassed? (Choose all that apply.)

You created a PL/SQL function with the RESULT_CACHE and RELIES_ON clauses. In which
scenarios is the cached result bypassed? (Choose all that apply.)

A.
when the size for the memory allocated for the result cache is increased

B.
when the function is executed in a session frequently with the same parameter value

C.
when the database administrator has disabled the use of the result cache during application
patching

D.
when a data manipulation language (DML) statement is executed in a session on a table or
view that was specified in the RELIES_ON clause of a result-cached function



Leave a Reply 1

Your email address will not be published. Required fields are marked *