ORA-24808: streaming of lob data is not allowed when using
lob buffering



ORA-24808: streaming of lob data is not allowed when using lob buffering..

Answer / guest

Cause: Attempted to stream lob data via the polling mode or
a callback when lob buffering was enabled for the input lob
locator.

Action: Lob buffering is useful when reading/writing small
amounts of lob data so streaming should not be necessary.
Rewrite the OCILobRead/OCILobWrite call so that it does not
use streaming. If streaming of data is required, lob
buffering should not be used. In this case, flush buffers
associated with the input lob locator as necessary, disable
buffering on the input lob locator and reissue the
OCILobRead/OCILobWrite call.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-14313: Value string does not exist in partition string

1 Answers  


RMAN-06024: no backup or copy of the controlfile found to restore

1 Answers  


ORA-21604: property [string] is not a property of transient or value instances

1 Answers  


ORA-12910: cannot specify temporary tablespace as default tablespace

1 Answers  


TNS-00040: INTCTL: failed to initialize trace context- Continuing anyway

1 Answers  






O2F-00310: Illegal or missing identifier name

1 Answers  


ORA-30476: PLAN_TABLE does not exist in the user's schema

2 Answers  


ORA-39092: unable to set SCN metadata for object "string.string" of type string

1 Answers  


DRG-50803: failed to define output

1 Answers  


ORA-23504: columns added to table do not match list of columns to be added

1 Answers  


ORA-01985: cannot create user as LICENSE_MAX_USERS parameter exceeded

1 Answers  


ORA-12421: different size binary labels

1 Answers  


Categories