Piecewise fetch two or more defined variables
When OCIStmtFetch has finished fetching the data of the first defined variable, it returns OCI_NEED_DATA without providing extra information signifying that all data for the first defined variable have been successfully fetched, and the data fetched on the next OCIStmtFetch call belong to the next defined variable. Where is this extra information provided?