I have a file stored somewhere (let's say under D:/oracle/bin). This file contains some records separated by a delimiter.
Let's say the file contains:
11|name1|a
22|name2|b
33|name3|c
I want to read the file get the values and insert it into a table where I have three columns namely id, name and code.
Bookmarks