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

Thread: sqlldr

  1. #1
    Join Date
    Jan 2001
    Posts
    230

    Question sqlldr

    Hi:

    I want to load 16:25 into Number filed as 16.25 from flat file using sqlldr.

    any suggetion?

    Thanks.

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    if there is no : any where other than the values like 16:25, do a global replace with . in the flat file itself...
    Last edited by adewri; 02-24-2003 at 12:10 PM.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    You could also try in your control file:

    ...
    my_nbr position(..) "REPLACE(:my_nbr,':','.')",
    ...

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