export one single table

jimPlSql

Member
I am trying to export just one table in PL/SQL developer. When I right click on the table_name and select export. It shows a list of all the tables in the DB. If anyone can tell me how to do this I would appreciate it. Thanks.
 
Hi,

if you select your table at object-browser and then choose "export data" it shows the list of all tables, but the selected table should be highligted.

 
Back
Top