Why Is Dynamic SQL Faster Than Static SQL In A Stored Procedure?
(Doc ID 974448.1)
Last updated on JANUARY 30, 2022
Applies to:
PL/SQL - Version 10.2.0.5 and laterInformation in this document applies to any platform.
Goal
When using Static SQL in a Stored Procedure the performance is slow when compared to Dynamic SQL.
In other words, using Dynamic SQL is much faster - Why?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |