Mohamed Anas, May 06, 2016 - 5:37 am UTC
Thanks for the replay. But I think the solution you have provided is again writing the excel in application server. My requirement is to write it in my local Windows directory. And the database is running on the server and not in my machine.
May 06, 2016 - 8:49 am UTC
If you write a file using code in the database, it will write it to the database server. This applies whether it's PL/SQL, Java, etc.
If you need it written to your local machine, you need to write an application that runs on your local machine or creates a file you can download to it.