Hi,

I am new on PL/SQL coding, currently I am working on loading text files to database table using utl_file. My question is if I have two text files, can I use utl_file to open these two files in the same program and insert data into one table? Anyone has some examples?

Thanks