返回
顶部

修改密码

首页 > 数据库 > Oracle > 正文
EXP-00032: Non-DBAs may not export other users

+1

-1

收藏

+1

-1

点赞0

评论0

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsExport done in ZHS16GBK character set and AL16UTF16 NCHAR character setEXP-00032: Non-D…

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in ZHS16GBK character set and AL16UTF16 NCHAR character set
EXP-00032: Non-DBAs may not export other users
EXP-00000: Export terminated unsuccessfully

 

提示需要dba权限,加个exp_full_database权限即可

grant exp_full_database to user1

同理:

IMP-00013: only a DBA can import a file exported by another DBA

提示需要dba权限,加个imp_full_database权限即可

grant imp_full_database to user1

 

扫一扫在手机打开

评论
已有0条评论
0/150
提交
热门评论
相关推荐
数据库表连接的简单解释
  • 操作技巧
  • 2022-05-25 18:24
  • 23 0 0
+1
SQL 行转列,列转行
  • 操作技巧
  • 2022-05-25 18:24
  • 21 0 0
+1
一起看懂Redis两种持久化方式的原理
  • 操作技巧
  • 2022-05-25 18:24
  • 33 0 0
+1
为什么要用Redis
  • 操作技巧
  • 2022-05-25 18:24
  • 14 0 0
+1