Export all the database tables into CSV
J1604Sep 17 2012 — edited Sep 17 2012I am using Oracle 10 g Release 2
I need to expot all the database tables off of an oracle schema to it's corrosponding CSV files.
Can I use 'EXP U_name/pswd GRANTS=Y TABLES=(table_A,table_B,table_C)' .?
Any advise is a plus.
Thanks in advance
Jay