Hi,
I am creating a text file using the UTL_FILE package in my stored procedure. I specify the filename extension to be uppercase .TXT, although the file created has a ".txt" extension (or least it does when I look at the filename in Windows explorer"
The problem is that some 3rd party application utilizes these text files, and they look for a ".TXT" extension for the filename.
How do I make sure that the filename that I create is in fact case sensitive?
I appreciate your input,
Best Regards,
Jay Acharya.
I am creating a text file using the UTL_FILE package in my stored procedure. I specify the filename extension to be uppercase .TXT, although the file created has a ".txt" extension (or least it does when I look at the filename in Windows explorer"
The problem is that some 3rd party application utilizes these text files, and they look for a ".TXT" extension for the filename.
How do I make sure that the filename that I create is in fact case sensitive?
I appreciate your input,
Best Regards,
Jay Acharya.