Глоссарий терминов Oracle
bulk bind, bulk binding
Перевод
массовое связывание
Описание
The assigning of values to PL/SQL variables in SQL statements is called binding. The binding of an entire collection at once is called bulk binding. bulk binds improve performance by minimizing the number of context switches between the PL/SQL and SQL engines. With ~s entire collections not just individual elements are passed back and forth.