UTL_FILE Skip Header Line
Is there any standard (seeded) feature available in UTL_FILE to skip header or read file from specific line? We are using IF-ELSE condition to achieve it and trying to find any seeded feature to skip header record when opening file in "r" mode.
0