How to 'Export Tables' in other schema?

Hi,

I'm trying to export a table and its data using pl/sql developer 'Export table' option.
But in the list all I can see is tables from my schema only.
How can I export table in another schema. I already have all privileges on this schema.

Thanks
Tarun
 
The Export Tables tool uses the current Object Browser criteria. Select a different filter and/or a different schema in the Object Browser and start the Export Tables tool. If the Export Tables tool is already started, right-click on the table list and select "Refresh".
 
Back
Top