1、导入命令:
imp userId/[email protected] full=y file=D:\data\T_DAYLOG_CALLANALYSIS.dmp ignore=y
2、导出命令
exp userId/[email protected] file=d:\dkj\test.dmp tables=(wf_test)
如出现:”只有dba才能导入由其他dba导出的文件“的问题
登录该用户:执行SQL:
grant dba to testuser ;
如果还不行,再执行:
alter user testuser default role DBA;
Oracle 11g 导入dmp文件出现的问题
时间: 2024-10-15 03:00:54