I am exporting data in excel file (around 45000 records) using cffile in Cold
Fusion.It is taking around 45 mins in exporting the data. Is there any other
way to export a file from oracle database, so that performance could be
increased. I tried through procedures in oracle and called them in cold fusion
through cfprocresult , but still performance is not increased.
Sojovi - 29 Mar 2007 19:34 GMT
What technique are you using ? Writing to a file ? cfcontent ?
scooter5791 - 29 Mar 2007 20:06 GMT
Do you need to do it from code? If not you can do this easily in Oracle SQL Developer which is free.
insuractive - 29 Mar 2007 20:49 GMT
This might be a better question for the Oracle forums. There has to be a
method for exporting data in your database to an excel readable format (i.e.
CSV or TXT). I could tell you how in MS SQL, but unfortunately I don't have
any experience with Oracle.