oracle本地导入dmp(dmp文件导入oracle数据库命令)
oracle本地导入dmp,原文标题:运维之 Oracle DB 创建用户 导入dmp文件。drop user lcs cascade;cre
oracle本地导入dmp,原文标题:运维之 Oracle DB 创建用户 导入dmp文件。
drop user lcs cascade;
create user lcs identified by lcs ;
–授权
grant all privileges to lcs;
grant connect to lcs;
grant dba to lcs;
–指定转储文件和日志文件所在的目录
create directory dpdata as ‘/home/oracle/dpdata’;
— Grant/Revoke object privileges
grant execute, read on directory dpdata to lcs with grant option;
grant connect to lcs with admin option;
grant dba to lcs with admin option;
grant exp_full_database to lcs with admin option;
grant imp_full_database to lcs with admin option;
grant gather_system_statistics to lcs with admin option;
impdp directory=dpdata dumpfile=AIMSDATA20150526.DMP
第一次执行impdp命令遇到的错误:
ORA-39006: internal error
ORA-39213: Metadata processing is not available
解决方法:
以sysdba的身份登录,执行
SQL> exec dbms_metadata_util.load_stylesheets
本文《oracle本地导入dmp(dmp文件导入oracle数据库命令)》由网赚联盟( wangzhuan.org.cn )整理或原创,感谢您的阅读。随机文章
站长导航关键词排名优化
网站内容优化
GEO培训
SEO小小课堂网
站长导航
友情链接交换
搜素引擎算法
百度搜索“网赚联盟”即可找到本站,微信搜索“小小课堂网”关注小小课堂网公众号。网赚联盟( wangzhuan.org.cn )欢迎用户投稿,发布者:文雅痞,文章版权归作者所有,投稿文章不代表网赚联盟立场,中二少年发布为网赚联盟原创文章,转载请注明出处:https://wangzhuan.org.cn/529895.html

微信扫一扫
支付宝扫一扫