Hello,
I am importing a large file having 300000 rows into a table. After importing around 29000 rows I get the error code ORA 03124 " two task internal error" and the action recommended by Oracle is to "contact the ORacle customer support representative" . Is this an Oracle bug?
I am migrating a table column from Long raw to blob and for this , I am exporting the table with the long raw column. Dropping the table and again creating the table with a Blob column and then importing the file.
I get this error and am stuck. Can somebody give some suggestions/help?

Thanks