Глоссарий терминов Oracle
array bind
Перевод
связывание массивом
Описание
The determination of bind array size pertains to SQL*Loader's conventional path option. It does not apply to the direct path load method. Because a direct path load formats database blocks directly rather than using Oracle's SQL interface it does not use a bind array. SQL*Loader uses the SQL array-interface option to transfer data to the database. Multiple rows are read at one time and stored in the bind array. When SQL*Loader sends Oracle an INSERT command the entire array is inserted at one time. After the rows in the bind array are inserted a COMMIT is issued. См. array fetch, array variable, bind array.