oracle 11.2.0.3 expdp 时报错,ORA-39181: Only partial table data may be exported due to fine grain

来源:互联网 发布:淘宝退货折旧费怎么算 编辑:程序博客网 时间:2024/05/18 12:38

$ expdp system/system full=y directory=EXPDPIMPDP2 dumpfile=20170819_%U.dmp parallel=4 job_name=expimpdp

输出日志有不少如下信息
ORA-39181: Only partial table data may be exported due to fine grain access control on “xx”.”yy”

在mos搜索后找到如下解决方案

SOLUTION
To avoid this:
Grant the privilege EXEMPT ACCESS POLICY to the exporting user
-or-
Disable the VPD policy.

参考:
ORA-39181:Only Partial Table Data Exported Due To Fine Grain Access Control (文档 ID 422480.1)

阅读全文
0 0
原创粉丝点击