ORA-22927: invalid LOB locator specified



ORA-22927: invalid LOB locator specified..

Answer / guest

Cause: There are several causes: (1) the LOB locator was
never initialized; (2) the locator is for a BFILE and the
routine expects a BLOB/CLOB/NCLOB locator; (3) the locator
is for a BLOB/CLOB/NCLOB and the routine expects a BFILE
locator; (4) trying to update the LOB in a trigger body --
LOBs in trigger bodies are read only.

Action: For (1), initialize the LOB locator by selecting
into the locator variable or by setting the LOB locator to
empty. For (2) and (3), pass the correct type of locator
into the routine. For (4), remove the trigger body code that
updates the LOB value.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-08465: input mask contains more than 32 characters

1 Answers  


DRG-11851: Cache Related Warning

1 Answers  


IMP-00085: multiple input files specified for unbounded export file

1 Answers  


TNS-00142: Community mismatch in TNSNAV.ORA

1 Answers  


NNL-00243: Processing of modification requests is now enabled

1 Answers  






PLS-00167: keyword BULK is used in a wrong context

1 Answers  


ORA-16624: broker protocol version mismatch detected

1 Answers  


RMAN-08055: media recovery complete

1 Answers  


ORA-10617: Cannot create rollback segment in dictionary managed tablespace

1 Answers  


TNS-01184: Listener rejected registration or update of service handler "string"

1 Answers  


ORA-09961: Unable to restore termination signal handler

1 Answers  


ORA-30487: ORDER BY not allowed here

1 Answers  


Categories