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

Thread: Trouble using SQL*LOADER

Threaded View

  1. #4
    Join Date
    Oct 2008
    Posts
    5
    I have tried to specify the field in the code like this
    LOAD DATA
    INFILE '/APP/app/log/net/gprs/PortReader2/load_temp.'
    BADFILE '/APP/app/log/net/gprs/PortReader2/backup.bad'
    APPEND INTO TABLE DC.TBL_GPRS_RAW_DATA_test
    FIELDS TERMINATED BY '@'
    (S_RCVD_DATA VARCHARC(1,1000))
    Last edited by rishab; 10-24-2008 at 04:54 AM.

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