ORA-600 Error
Hi,
I am facing the following error while running code to upload attachments to FND_LOBS
Cause: FDPSTP failed due to ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], [], [], [], [], []
this error raised at the step of insert into fnd_lobs table using for loop on custom table have BLOB column
the weird point here is that error is not always raised. specially if i call second procedure with hardcoded requisition_header_id in this case all attachments got uploaded successfully but on one requisition
kindlly note that no difference between fnd_attached_documents_pkg and FND_WEBATTACH APIs in this case because the exception raised at the time of do insert into fnd_lobs which is same in both ways and this step exceuted before call the API.