I am using Oracle as a DBMS and Tuxedo for application server. Customer has the need to export data from Oracle to SAMFILE for interface purpose. Unfortunately, the total number of records size is huge (over 10 million) so I was wondering what is the best practice to extract big amounts of data to a file on the database server.
I am used to creating a cursor and fetching a record then writing to file. Is there a better i.e. faster way to handle this? It is a recurring task.