Hello,
I'm trying to extract data from Oracle database with several thousand tables to CSV files.
Because of the number of tables, extracting each table to CSV file is not an option.
Is there an automated way to read the list of tables from Oracle DB (non-spacial) and extract each table to CSV files?
I haven't been able to find any articles or forum questions to do that.
Any help will be appreciated.
Thanks.