Efficient Function Calls From SQL (Part 3) : PL/SQL Function Result Cache

preview_player
Показать описание
The third part of a mini-series of videos showing how you can improve the performance of function calls from SQL. In this episode, we take a look at the Cross-Session PL/SQL Function Result Cache introduced in Oracle 11g. For more information see:

Cameo by Auckland Oracle DBAs Meetup :
Sponsors:

Cameo appearances are for fun, not an endorsement of the content of this video.
Рекомендации по теме
Комментарии
Автор

Another great video👍- and in Oracle since 11g....I didn't know about it until now

KDOERAK
Автор

Your example used was simple and neat. Thanks

nenenartey
Автор

Hi Tim. In Tony Hasler's book I saw an example of a function that uses both DETERMINISTIC and
RESULT_CACHE. Does it make sense to use them at the same time?

mikhaill
Автор

hi please i need help
i want to execute dbms_result_cacche .flush from a different user than system
but it give me an error that says that it must be declared first
PS : I m using Oracle EE

nour-eddinebilelchabane