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

Thread: SQL Loader - Parallel Load with Muiltiple input files

Threaded View

  1. #6
    Join Date
    Mar 2001
    Location
    Reading, U.K
    Posts
    598
    Hi Tamil,

    I have 300 columns.

    Please find the attached ctl file.

    LOAD DATA
    INFILE "/var/opt/ascential/data/jj/CDRNOK_MSCHEMCHU1_20051106010701_2547.dat.bman.1219332"
    APPEND
    INTO TABLE CDR_TMPJJ
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    TRAILING NULLCOLS
    (...
    )


    Thanks
    Attached Files Attached Files
    Cheers!
    OraKid.

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