Hint Specifying Not to Use Global Plan Cache
Description
When global plan cache is enabled, you can use the no_gpc hint to force a single query statement not to share the plan cache globally. Only the plan cache within the current session lifecycle is retained.
Syntax
1
|
no_gpc
|

This parameter takes effect only for statements executed by PBE when enable_global_plancache is set to on.
Example
No result exists in the dbe_perf.global_plancache_status view, that is, no plan is cached globally.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.