PL/SQL导出、导入 表结构和表数据
导出表结构:Tools->Export User Objects
导出表数据:Tools->Exports Tables
Exp导出:scott用户,exp scott/密码@地址:端口号/实例名 file=路径
exp scott/tiger@192.168.0.1:1521/orcl file=d:\scott.dmp
system用户,exp system/密码@地址:端口号/实例名 file=路径 owner=scott
exp system/oracle@192.168.0.1:1521/orcl file=d:\scott.dmp owner=scott
导入表结构:Tools->Import Tables ->Oracle Import
导入表数据:Tools->Import Tables ->SQL Insert