2.1 创建用户和赋权
create user username identified by password;
grant dba to username;
2.1 命令
imp 新建的用户/password@orcl file=‘存储地址.dmp’ fromuser=fromusername touser=tousername
2024-04-19 10:01:05
create user username identified by password;
grant dba to username;
imp 新建的用户/password@orcl file=‘存储地址.dmp’ fromuser=fromusername touser=tousername