Utl_file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krissathish
    New Member
    • Jul 2007
    • 1

    Utl_file

    how to retrive data from the csv file and update into the table by making use of utl_file i need to get the data from a csv file and i should keep the records in pl/sql table
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, krissathish. Welcome to TSDN!

    I'm going to go ahead and move this thread to the Oracle forum, where one of our resident Experts will be more likely to be able to help you out.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      it is recommended to use SQL*LOADER for the purpose instead of the package UTL_FILE.

      Comment

      Working...