Hi,
using oracle 11.2.0.3 and wish to export content of oracle table approx 3 million rows weekly to a csv file.
Had thought at first could possibly use external table and write into external table - we use this for reading data but when tried insert said operation not supported.
Would rather not use sqlplus spool
could look to use utl_file
Any thoughts on options as ways this can be done which are quick and best current practice.
Thanks