concurrent request output
Hi to All,
I am writing a procedure using UTL_FILE Package which writes the data to .csv file. The UTL_FILE package only writes .csv files in specific directories.So the actual Requirement was to attach this csv file to concurrent request output i.e., whenever we press the Output button,it should display the .csv file. Please help me in solving this issue.
Please suggest me or provide me a sample.