Глоссарий терминов Oracle
array-interface option
Перевод
интерфейс связывания массивом
Описание
You can pass data to Oracle in various ways. You can use the Oracle array interface and input many values with a single statement and a single call to OCIStmtExecute(). In this case you bind an array to an input placeholder and the entire array can be passed at the same time under the control of the iters parameter.