I am using oracle 19c and oracle sql developer.
What is the best and fast way to export records in a table with a million records, and imported into another table with same name that existed in another database on another server?
for example export from a prod environment to a dev environment?
in this case I only want the single table, not other tables or database.
Thanks