Hello,
I am trying to find an oracle tool to ex****t the content of a 20 million
records (on 22 col that contain number, varchar, float data type) much
like
a bcp tool would do for sybase or sql.
So far I tried oracle sql developper which did not proved to be
fast/efficient.
Sqlldr only loads data into table.
sqlplus with a spool option is too slow for tables of that size.
Does anyone would know a simple oracle tool that could help me?
I am working under 10G environment on a windows XP client machine. Server
is
10.2.0.1.
thanks