HomeOracleOracle Error ORA-26912: not allowed to invoke ‘string’ while in committed data-only mode

Oracle Error ORA-26912: not allowed to invoke ‘string’ while in committed data-only mode

Oracle Error Message

ORA-26912: not allowed to invoke ‘string’ while in committed data-only mode

Reason for the Error

An attempt was made to call the specified API while the attached XStream server was in committed data-only mode.

Solution

Perform one of the following: 1) If the invalid call is OCIXStreamOutProcessedLWMSet2, then change it to OCIXStreamOutProcessedLWMSet or pass a null oldest_position to OCIXStreamOutProcessedLWMSet2 call. 2) If the invalid call is OCIXStreamInProcessedLWMGet2, then change it to OCIXStreamInProcessedLWMGet or pass a null oldest_position to OCIXStreamInProcessedLWMGet2 call.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

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...