Message Oracle PCC-00096 - Array FETCH not allowed for mode=ANSI14

ERRORArray FETCH not allowed for mode=ANSI14
CAUSEWhen MODE=ANSI14, an array SELECT or FETCH was attempted. However, array operations are not allowed with MODE=ANSI14.
ACTIONIf MODE=ANSI14 must be specified, place the SELECT or FETCH statement in a host-language loop, instead of using the array interface.