Program to automate for export data to csv file
Hi,
We are using oracle database 11.2.0.3
Currently, I issue query in sql developer and then export the query result to csv file.
Is there a way we can run this query in database server directly save to csv file and automate this task?
In addition, this table contains five to six years worth of data, so very slow in retrieving info. At this point partition is not an option.
Is there a way to make this a little bit more efficient? Please advise.
Thanks.