Export Table Structure: Tools (tool)-->export user Objects (Export users object)--select-->.sql file to export (including sequence, etc.) and export to SQL fileExport Table Data: Tools (Tools)-->export Tables (export table)--Select table, select SQL Inserts (SQL Insert)-->.sql file
Import Table Structure: Execute the SQL file you just exported, and remember to delete the user name before the table, for example, the previous name is Sys.tablename, you must remove the SYSImport Table Data: Execute the SQL file you just exported
Exporttable Structure and table Data: Tools (Tools)-->export Tables (export table)--Select table, select SQL Inserts (SQL Insert), create Tables check box tick-->.sql file
Import Table Structureand thetable Data: Execute the SQL file you just exported
Table structure, table data export and import in PL/SQL developer