1. 导出
1.1 cmd命令
exp 用户名/密码@IP地址/实例名称 file='存储地址.dmp' owner=指定用户
2. 导入
2.1 创建用户和赋权
create user username identified by password;
grant dba to username;
2.1 命令
imp 新建的用户/password@orcl file='存储地址.dmp' fromuser=fromusername touser=tousername
exp 用户名/密码@IP地址/实例名称 file='存储地址.dmp' owner=指定用户
create user username identified by password;
grant dba to username;
imp 新建的用户/password@orcl file='存储地址.dmp' fromuser=fromusername touser=tousername