Oracle Message PCB-00700 - This statement can only be used with DYNAMIC=ANSI

ERRORThis statement can only be used with DYNAMIC=ANSI
CAUSEOne of the following statements was used without specifying DYNAMIC=ANSI: o EXEC SQL ALLOCATE/DEALLOCATE/GET/SET DESCRIPTOR o EXEC SQL DESCRIBE OUTPUT/INPUT ... USING ... o EXEC SQL EXECUTE ... INTO ... o EXEC SQL EXECUTE ... USING... o EXEC SQL OPEN ... INTO ... o EXEC SQL OPEN ... USING... o SCROLL in DECLARE CURSOR o EXEC SQL FETCH ... where is NEXT, PRIOR, FIRST, LAST, ABSOLUTE, or RELATIVE
ACTIONSpecify DYNAMIC=ANSI or remove statement(s) like those above.