以user/table方式exp/imp自己所拥有的对象,  只要有相应的创建对象的权限即可(resource role 足够了), 不需要额外的权限.以full方式exp/imp需要给用户赋予exp_full_database, imp_full_database角色.

解决方案 »

  1.   

    以user/table方式exp/imp自己所拥有的对象,  只要有相应的创建对象的权限即可(resource role 足够了), 不需要额外的权限.以full方式exp/imp需要给用户赋予exp_full_database, imp_full_database角色.方法:connect system/manager;
    grant exp_full_database, imp_full_database to YOURUSERNAME;
      

  2.   

    A full database export can only be done by a user that has been given the EXP_FULL_DATABASE role. This role is included in the DBA rolw and need not be granted to DBA users.import you need grant the IMP_FULL_DATABASE role