Bulk copy in Oracle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alpareshamwala
    New Member
    • Nov 2007
    • 5

    Bulk copy in Oracle

    Hi
    Friends,
    i wanted to bulk copy an MS Excel file to Oracle Database the way "bcp" is used in MS Sql Server.

    pl. help ASAP
    Alpa
  • amitpatel66
    Recognized Expert Top Contributor
    • Mar 2007
    • 2358

    #2
    Originally posted by alpareshamwala
    Hi
    Friends,
    i wanted to bulk copy an MS Excel file to Oracle Database the way "bcp" is used in MS Sql Server.

    pl. help ASAP
    Alpa
    Please clarify if you want to copy a FILE or the contents of the file in to oracle database?

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Convert the .xls file to .csv format and then use the SQL Loader utility for data loading.

      Comment

      • alpareshamwala
        New Member
        • Nov 2007
        • 5

        #4
        Originally posted by amitpatel66
        Please clarify if you want to copy a FILE or the contents of the file in to oracle database?
        i would like to copy the contents of the file to oracle database

        Comment

        • amitpatel66
          Recognized Expert Top Contributor
          • Mar 2007
          • 2358

          #5
          Originally posted by alpareshamwala
          i would like to copy the contents of the file to oracle database
          Hi alpareshamwala,

          Kindly refer to post #3 above to copy the data to the oracle database table.

          Amit

          Comment

          Working...