当前位置:Gxlcms > 数据库问题 > oracle导入.dmp文件

oracle导入.dmp文件

时间:2021-07-01 10:21:17 帮助过:2人阅读

1.创建一个awsbpm用户
create user 用户名 identified by 密码;

如:create user test identified by test;

2.用户赋予相应的权限,权限最好赋高一点
grant connect,resource,dba to test;

3.oracle中导入dmp文件,buffer最好给大点

imp userid=‘sys/admin@myoracle as sysdba‘ file=f:\awsbpm.dmp rows=y fromuser=test touser=test statistics=none buffer=10000000

 

oracle导入.dmp文件

标签:

人气教程排行