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

Thread: Is there any limitations for SQL*Loader?

  1. #1
    Join Date
    Dec 2001
    Posts
    96
    Hello all,

    In a Table called SEQ , we have one attribute called Nucl.

    This attribute is more than 4000 bytes long. The problem comes now. We used varchar2 but it doesnot take more than 4000 bytes. The problem is that, the sequence is more than 4000 bytes.

    We have tried with CLOB, but it fails to dump the entire data in to the table SEQ, ie when we try to load the data by
    SQL *LOADER in to the column Nucl. can you suggest some alternative to load huge data in to the columns of a table , any procedure we have to follow to do this task. Please suggest me one good solution.

    Thanx


  2. #2
    Join Date
    Dec 2001
    Posts
    96

    Unhappy

    HELP PLEASE

  3. #3
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Thanx
    Sam



    Life is a journey, not a destination!


  4. #4
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Post your SQL*LOADER control file here.

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