Hi,
i hve a ASCII file, i want to read this file with utl_file and i want to skip the first line because is a header of the file. How can i do?
Thank's
Salah
Printable View
Hi,
i hve a ASCII file, i want to read this file with utl_file and i want to skip the first line because is a header of the file. How can i do?
Thank's
Salah
This doesn't sound very difficult. You just read the first line, ignore it and then read the rest of the file using a loop of some sort.