Hi,
I was wondering if anyone knew how, using plsql alone, i could process a variable/unkown number of files in a given unix directory - where even the filenames are not known beforehand.
Is this even possible? My understanding is that utl_file.fopen can process 1 file alone and that
in order to be able to count/loop thru all files in a given directory one would have to use pro * C or a unix shell script.. Yet, i hear theres an 8i package out there that will handle this..
Any help would be greatly appreciated!
I was wondering if anyone knew how, using plsql alone, i could process a variable/unkown number of files in a given unix directory - where even the filenames are not known beforehand.
Is this even possible? My understanding is that utl_file.fopen can process 1 file alone and that
in order to be able to count/loop thru all files in a given directory one would have to use pro * C or a unix shell script.. Yet, i hear theres an 8i package out there that will handle this..
Any help would be greatly appreciated!