Loading Excel File into Oracle Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raviva
    New Member
    • Jan 2008
    • 19

    Loading Excel File into Oracle Table

    Hi,

    I need to create a script [preferably Unix+sqlldr] to load Excel file into oracle tables. Please help if you have worked on anything like this. I have been doing this converting Excel to CSV manually and then running the script(sqlloade r). Is there a script which can automate this process.

    Thanks
    Ravi
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    from what source you are creating the excel sheet ?

    Comment

    • raviva
      New Member
      • Jan 2008
      • 19

      #3
      I download the file from a website, it will be in excel format. then i save it as csv and then ftp it to unix box and run the sqlloader...

      Originally posted by debasisdas
      from what source you are creating the excel sheet ?

      Comment

      • raviva
        New Member
        • Jan 2008
        • 19

        #4
        Any idea on this??

        Ravi


        Originally posted by raviva
        I download the file from a website, it will be in excel format. then i save it as csv and then ftp it to unix box and run the sqlloader...

        Comment

        • amitpatel66
          Recognized Expert Top Contributor
          • Mar 2007
          • 2358

          #5
          SO what is the problem now??
          Is your sql ldr not uploading the data properly or something??

          Comment

          • raviva
            New Member
            • Jan 2008
            • 19

            #6
            All I am doing is downloading the excel file and converting the excel file into CSV(manually). I wanted to know is there a automated process which converts the excel file into csv?

            Originally posted by amitpatel66
            SO what is the problem now??
            Is your sql ldr not uploading the data properly or something??

            Comment

            • amitpatel66
              Recognized Expert Top Contributor
              • Mar 2007
              • 2358

              #7
              Originally posted by raviva
              All I am doing is downloading the excel file and converting the excel file into CSV(manually). I wanted to know is there a automated process which converts the excel file into csv?
              No there is no such automated process as such.Did you try save as .csv when you download from the server and use that file for uploading data?

              Comment

              Working...