Regarding importing of data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aakn30
    New Member
    • May 2007
    • 2

    Regarding importing of data

    Dear friend,

    I need to import text file into oracle .I am using oracle 10g.
    The text file contains blank space for some lines and
    the next line (which is having data )appear some 10 lines after that.
    The full text file is pertaining to only one field in my table and which is described as "long" field.

    Please help me regarding that. Is there any web utility to do that.

    Yesterday i have installed oraloader (one utility which is a trial version)
    and it is working fine.But it is importing blank lines also.
    I dont want blank lines.
  • febyfelix
    New Member
    • May 2007
    • 9

    #2
    you can use the UTL_FILe in oracle. search for UTL_FILE in google and you will get realtime examples.

    Comment

    • aakn30
      New Member
      • May 2007
      • 2

      #3
      Originally posted by febyfelix
      you can use the UTL_FILe in oracle. search for UTL_FILE in google and you will get realtime examples.
      thanks for your feedback. i will try and let u know the result

      Comment

      • febyfelix
        New Member
        • May 2007
        • 9

        #4
        if any problem occurs u can post it here...
        regards,
        feby felix mathew

        Comment

        Working...