How to increase column size in a CSV file
MustakJun 19 2007 — edited Jun 25 2007Hi,
I am exporting a csv file by branching 'Branch to PL/SQL Procedure' where I am calling a procedure. Just to give an idea, in the procedure I have used mime header call: owa_util.mime_header( 'application/octet', FALSE ), htp packages to print the column headers etc. Also I have used htmldb_application.g_page_text_generated := true;
My question is that I would like to increase some of the column size of the csv file. How can I do that?
Thanks,
Mustak