OCI-24814
OCILobAssign cannot be used for temporary LOBs.
Cause
A temporary LOB locator was passed to OCILobAssign, but this function only supports persistent LOBs.
Action
For temporary LOBs, use the OCILobLocatorAssign function.
OCI-24814
operation not allowed for temporary LOBs
Cause
Temporary LOB locators are not allowed in the operation. For example: OCILobAssign only takes persistent LOB locators as parameters, not temporary LOBs.
Action
Use OCILobLocatorAssign for temporary LOBs instead. Note that OCILobLocatorAssign can also be used for persistent LOBs, in which case it will behave the same as OCILobAssign.
OCI-24814
operation not allowed for temporary LOBs
Cause
Temporary LOB locators are not allowed in the operation. For example: OCILobAssign only takes persistent LOB locators as parameters, not temporary LOBs.
Action
Use OCILobLocatorAssign for temporary LOBs instead. Note that OCILobLocatorAssign can also be used for persistent LOBs, in which case it will behave the same as OCILobAssign.