I want to update a CLOB field using DOA in
DELPHI 5.X. I can see the text CLOB field was
updated normally(I can see it in SQL*PLus),
but When I opened the project in delphi or
run the Application , it come to an Oracle
Error ORA-03127. Can anyone tell me what
happened ? Thanks
/////////// Just for reference
ORA-03127 no new operations allowed until the active operation ends
Cause: An attempt was made to execute a new operation before the active
non-blocking operation completed or a new operation was attempted before all
the pieces of a column were inserted or fetched.
Action: Execute the new operation after the non-blocking operation completes.
If piecewise binds/defines were done, execute the new operation after all the
pieces have been inserted or fetched.
------------------
DELPHI 5.X. I can see the text CLOB field was
updated normally(I can see it in SQL*PLus),
but When I opened the project in delphi or
run the Application , it come to an Oracle
Error ORA-03127. Can anyone tell me what
happened ? Thanks
/////////// Just for reference
ORA-03127 no new operations allowed until the active operation ends
Cause: An attempt was made to execute a new operation before the active
non-blocking operation completed or a new operation was attempted before all
the pieces of a column were inserted or fetched.
Action: Execute the new operation after the non-blocking operation completes.
If piecewise binds/defines were done, execute the new operation after all the
pieces have been inserted or fetched.
------------------