Hi,
I am invoking a SQL in a shell script , i want to write the result set of the SQL in CSV file and upload to a server. Please let me know is there a way to write the SQL result set in a CSV file through Oracle DB. If we are unable to write the SQL result in a CSV file please let know we can do it through PL/SQL via Procedure and write the SQL data in a CSV file with the columns and rows with records?
Thanks