export table performance issue

malin

Member
Hi,

is it possible to export table without searching for all tables in database ? It takes long time and pl/sql developer is terminated when tables are searching.

I use 9.2 version.

Kind regards,
Malin
 
Hi malin,
you're talking about the PL/SQL Developer functionality via menu: Tools - Export Tables... ?
How many tables are you talking about? With about a 1000 tables it takes less than a second for me. Which PL/SQL Developer version are you using?

Another option would be to search for the table you want to export via the "Object Browser" and then using right-mouse-click option "Export data" from there.
 
Back
Top