DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: ORA - 03124 "two-task internal error"

  1. #1
    Join Date
    Aug 2001
    Posts
    3
    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

  2. #2
    Check the free space in the tablespace. Also check the following things

    1) The record length of the record
    2) Is the table default tablespace is system.
    3) Check the records in 251 -- 253 for the datatype mismatch

    I hope this is of some help?

    The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get into the office.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width