标题: ORA-24814: operation not allowed for temporary [打印本页] 作者: admin 时间: 2016-9-1 15:32 标题: ORA-24814: operation not allowed for temporary ORA-24814: operation not allowed for temporary LOBs Cause: Temporary LOBlocators are not allowed in the operation. For example:
OCILobAssign only takes persistent LOB locators as parameters, not temporary
LOBs. Action: UseOCILobLocatorAssign for temporary LOBs instead. Note that
OCILobLocatorAssign can also be used for persistent LOBs, in which case it will
behave the same as OCILobAssign.