Import/Export

rhalpain

Member
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.
 
There is currently no scripting capability in PL/SQL Developer that would allow you to do this. It is an interactive process.
 
Back
Top