标题: ORA-26912: not allowed to invoke 'string' while in committed data-only mode [打印本页] 作者: admin 时间: 2016-9-2 10:23 标题: ORA-26912: not allowed to invoke 'string' while in committed data-only mode ORA-26912: not allowed to invoke 'string' while in committed data-only mode Cause: An attempt was madeto call the specified API while the attached XStream
server was in committed data-only mode. Action: Perform one of thefollowing: 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.