HomeOracleOracle Error ORA-39772: column array reset disallowed after OCI_CONTINUE or OCI_NEED_DATA

Oracle Error ORA-39772: column array reset disallowed after OCI_CONTINUE or OCI_NEED_DATA

Oracle Error Message

ORA-39772: column array reset disallowed after OCI_CONTINUE or OCI_NEED_DATA

Reason for the Error

An attempt was made to reset a column array when a row conversion is still in progress.

Solution

Complete the current row before reseting the column array. To ignore the current row when conversion returned OCI_NEED_DATA, set the current column flag to OCI_DIRPATH_COL_ERROR. This should be followed by a conversion, which will undo and ignore the row. The column array(s) can then be reset.

Share:

Leave a Reply

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...