EXP-00079: 表 "***" 中的数据是被保护的。常规路径只能导出部分表的解决办法

一是导出的时候指定direct=y;

例如:exp system/manager  file=d:\Oracle.dmp log=d:\Oracle.log full=y direct=y

二是exp sys/password as sysdba ;

三:grant exempt access policy to xxx用户

你可能感兴趣的:(EXP-00079: 表 "***" 中的数据是被保护的。常规路径只能导出部分表的解决办法)