OCI-17271
Array passed to setPlsqlIndexTable() cannot be NULL
Cause
An attempt is being made to call setPlsqlIndexTable() but the arrayData passed to it is null.
Action
Ensure that a non-null arrayData is passed while calling setPlsqlIndexTable().