DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: UTL_FILE Question

  1. #1
    Join Date
    Mar 2002
    Posts
    303

    UTL_FILE Question

    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

  2. #2
    Join Date
    Nov 2001
    Location
    UK
    Posts
    152
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width