Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So what do you want to do with it? I want to dump the data to a .csv delimited file.
Also, why is the tOracleInput not fast enough? It's slower than when I export from a Teradata database and slower than when I export from Oracle SQL Developer
What sort of speeds are you getting? It took over 4.5 hours
How many rows are you dealing with? 9.4 million rows with a single column
Are you using the "Use Cursor" option (which actually allows you to set the fetch size of the data...this can aid in performance)? Yes, but I didn't increase the cursor size enough. I increased the cursor size to 1 million and the export is done in 17 seconds!
So what do you want to do with it? I want to dump the data to a .csv delimited file.
Also, why is the tOracleInput not fast enough? It's slower than when I export from a Teradata database and slower than when I export from Oracle SQL Developer
What sort of speeds are you getting? It took over 4.5 hours
How many rows are you dealing with? 9.4 million rows with a single column
Are you using the "Use Cursor" option (which actually allows you to set the fetch size of the data...this can aid in performance)? Yes, but I didn't increase the cursor size enough. I increased the cursor size to 1 million and the export is done in 17 seconds!