Generate the TXT file from the package

Solved/Closed
king - May 4, 2010 at 10:45 AM
 king - May 4, 2010 at 03:57 PM
Hello Frds,
I have a package which generates some data, using some sql statements.
I need to generate a txt file with this data.

The problem is i have to generate the file as part of package.

Let me know any coding tips for that.

Thanks,
King
Related:

1 response

use utl_file.put_line command
0