PL/SQL dynamic assign fields
I got a problem to solve and i dont know how to do it. This is the problem.
I'm using a Oracle 10g Database to import five types of files. This files are in csv format. I know that in File 1 the field name is in the 1st position, in the 2nd file i know the field name is in the 4 position...and so on. Basically the same field is in all files but in diferent positions. I import the files to a table in database (let's call this x_table) with fields like ipl_c1, ipl_c2, ipl_c3...