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

Thread: Import file and update table using pl/sql

  1. #1
    Join Date
    Oct 2000
    Posts
    28
    Hello,
    I am having file with 2 fields contains correct value and wrong value. I want to use this file as input to my pl/sql procedure and update values in my table where wrong value by correct value....
    How to read file using pl/sql .........???

    Sunil

  2. #2
    Join Date
    Oct 2000
    Posts
    123
    Basically, it depends on files located in client side or server side. If it is located in client side, you can use package TEXT_IO, otherwise use UTL_FILE to resd the file and write files.

    Take care

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