我是靠谱客的博主 娇气哈密瓜,最近开发中收集的这篇文章主要介绍oracle导出39001,expdp导出报错:ORA-39001: ORA-39200: ORA-02019:,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题已解决,需要在本地数据库,用sys用户,执行   GRANT exp_full_database TO db_exp;    (db_exp为本地数据库用户)

C:Usersjadl>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on 星期三 12月 7 15:10:13 2016

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

连接到:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>  GRANT exp_full_database TO db_exp;

授权成功。

SQL> exit

从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options 断开

C:Usersjadl>expdp db_exp/db_exp directory=DIR_EXP, dumpfile=expdp_02.dmp, logfile=1.log, network_link=to_exp_200 schemas=user_exp  (导出用户)

Export: Release 11.2.0.1.0 - Production

最后

以上就是娇气哈密瓜为你收集整理的oracle导出39001,expdp导出报错:ORA-39001: ORA-39200: ORA-02019:的全部内容,希望文章能够帮你解决oracle导出39001,expdp导出报错:ORA-39001: ORA-39200: ORA-02019:所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(45)

评论列表共有 0 条评论

立即
投稿
返回
顶部