Oracle Message PCC-00121 - Arrays of VARCHAR pointers are not supported

ERRORArrays of VARCHAR pointers are not supported
CAUSEAn array of pointers was declared, which is not allowed. However, pointers to scalar types are allowed. With Pro*C, declare pointers to char[n] and varchar[n] variables as pointers to CHAR or VARCHAR (with no length specification).
ACTIONCorrect or remove the declaration.