Sin of Bind Mismatch in Oracle, Sep. 13, 2023, Presentation slide of JPOUG Tech Talk Night #7
Abstract:
Bind mismatch is one of the reasons in Oracle database that a SQL cursor is not shared even though the SQL utilizes bind variables. When this occurs excessively, it can have a significant impact on SQL performance.
In this session, we will discuss the mechanism of bind mismatch, how to deal with it, and points to consider in application design.