Is there a way to batch the PL/SQL Developer Import/Export functionality in a script?
I have some rather large tables and like taking advantage of the compression offered here. Because of the time involved, I would rather execute a script that logs into one DB, exports a list of tables, and then logs into another DB and imports the tables.
I have some rather large tables and like taking advantage of the compression offered here. Because of the time involved, I would rather execute a script that logs into one DB, exports a list of tables, and then logs into another DB and imports the tables.